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": [
                "Bois-des-Filion",
                "Deux-Montagnes",
                "Rosemère",
                "Sainte-Anne-des-Plaines",
                "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",
                "Châteauguay",
                "Salaberry-de-Valleyfield",
                "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",
                "Pincourt",
                "Rigaud",
                "St-Lazare"
            ],
            "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",
                "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": [
                "Pickering",
                "Whitby",
                "Oshawa",
                "Clarington",
                "Brock"
            ],
            "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",
                "Markham",
                "Newmarket",
                "Richmond Hill"
            ],
            "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": [
                "Niagara Falls",
                "Milton",
                "Barrie",
                "Richmond Hill",
                "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": 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",
                "Huntingdon",
                "Ormstown",
                "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": 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-Blanc",
                "Val-David",
                "Piedmont",
                "Prévost",
                "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": 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: 0
x-ratelimit-remaining: 0
content-language: en
vary: Origin
 

{
    "data": []
}
 

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 (429):

Show headers
x-ratelimit-limit: 0
x-ratelimit-remaining: 0
retry-after: 60
x-ratelimit-reset: 1754494172
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
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">

        <title>Too Many Requests</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">
                429            </div>

            <div class="message" style="padding: 10px;">
                Too Many Requests            </div>
        </div>
    </body>
</html>

 

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, 31 Jul 2025 09:35:56 -0400
x-ratelimit-limit: 12
x-ratelimit-remaining: 9
content-language: en
vary: Origin
 

{
    "data": []
}
 

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
laravel-responsecache: Wed, 06 Aug 2025 11:26:07 -0400
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": 893,
                "cities": [
                    "Montréal",
                    "Saint-Jérôme",
                    "Laval",
                    "Longueuil",
                    "Deux-Montagnes",
                    "Otterburn Park",
                    "Candiac",
                    "L'Épiphanie",
                    "Sainte-Julie",
                    "Mercier",
                    "Sainte-Martine",
                    "Rigaud",
                    "Saint-Constant",
                    "Contrecoeur",
                    "Mascouche",
                    "Chambly",
                    "Sorel-Tracy",
                    "Huntingdon",
                    "Terrebonne",
                    "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": 2235,
                "cities": [
                    "Toronto",
                    "Brampton",
                    "Burlington",
                    "Pickering",
                    "Hamilton",
                    "Vaughan",
                    "Cambridge",
                    "Guelph",
                    "Richmond Hill",
                    "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": 38,
                "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": 157,
                "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": 393,
                "cities": [
                    "Gatineau",
                    "Ottawa"
                ],
                "range": 5
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    "-75.7386",
                    "45.5388"
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "slug": "laurentides",
                "name": "Laurentides",
                "agencies": 3,
                "vehicles": 42,
                "cities": [
                    "Mont-Tremblant",
                    "Sainte-Agathe-des-Monts",
                    "Bois-des-Filion"
                ],
                "range": 3
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    "-74.593",
                    "46.1185"
                ]
            }
        }
    ],
    "stats": {
        "totalVehiclesRecorded": 18188
    }
}
 

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
laravel-responsecache: Wed, 06 Aug 2025 11:26:07 -0400
x-ratelimit-limit: 5
x-ratelimit-remaining: 3
content-language: en
vary: Origin
 

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61252,
                    45.44562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81627,
                    45.51263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70109,
                    45.44357
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55807,
                    45.49354
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57421,
                    45.5689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79687,
                    45.45375
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6087,
                    45.44864
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6189,
                    45.44133
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.91548,
                    45.40861
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.603,
                    45.42252
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58539,
                    45.48856
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67065,
                    45.43491
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55807,
                    45.49235
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65475,
                    45.55472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6417,
                    45.42276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55824,
                    45.48494
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66841,
                    45.52956
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60828,
                    45.61089
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66917,
                    45.55367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64996,
                    45.56152
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69752,
                    45.50261
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55971,
                    45.50078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64819,
                    45.42522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63902,
                    45.47388
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54256,
                    45.60473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62898,
                    45.59267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61126,
                    45.53147
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83131,
                    45.46526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83078,
                    45.46519
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49595,
                    45.63136
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87283,
                    45.44607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71069,
                    45.48923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80742,
                    45.49373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55136,
                    45.54692
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55382,
                    45.55428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5861,
                    45.55501
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62795,
                    45.60406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64029,
                    45.59842
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7188,
                    45.53158
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56469,
                    45.55791
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60262,
                    45.56079
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6505,
                    45.58412
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6076,
                    45.61858
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57314,
                    45.55098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8317,
                    45.46618
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57888,
                    45.48254
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56718,
                    45.5683
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5875,
                    45.52604
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65591,
                    45.49318
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60468,
                    45.53554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64662,
                    45.59041
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56277,
                    45.5845
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60931,
                    45.53996
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5401,
                    45.58907
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55644,
                    45.50797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67113,
                    45.46262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85444,
                    45.448
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68129,
                    45.53438
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66014,
                    45.53435
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5717,
                    45.60622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66579,
                    45.56039
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6024,
                    45.57133
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5913,
                    45.49505
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54816,
                    45.55274
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58447,
                    45.54571
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52615,
                    45.60338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53802,
                    45.48485
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54713,
                    45.60142
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55306,
                    45.52404
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61741,
                    45.60419
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57619,
                    45.4925
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56049,
                    45.58863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6252,
                    45.50827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64478,
                    45.53714
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54523,
                    45.56955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55722,
                    45.5437
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54592,
                    45.56256
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5596,
                    45.53923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66805,
                    45.55692
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54435,
                    45.49035
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59869,
                    45.49554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61635,
                    45.49538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64425,
                    45.57001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6927,
                    45.50623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70981,
                    45.49798
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66018,
                    45.61144
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66501,
                    45.53862
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66138,
                    45.54448
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59635,
                    45.5696
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55701,
                    45.50719
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62377,
                    45.52299
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63224,
                    45.60261
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60261,
                    45.5716
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64035,
                    45.57769
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64283,
                    45.51574
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63415,
                    45.50175
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68369,
                    45.51344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64262,
                    45.5344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54189,
                    45.57526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53818,
                    45.66201
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56689,
                    45.61869
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60358,
                    45.47374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62917,
                    45.52043
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64149,
                    45.45451
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6161,
                    45.53651
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63667,
                    45.4727
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69387,
                    45.47644
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58646,
                    45.52648
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68147,
                    45.44747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69357,
                    45.50307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6729,
                    45.52237
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60908,
                    45.4741
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68961,
                    45.52411
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62354,
                    45.49664
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66299,
                    45.45895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56395,
                    45.50092
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56553,
                    45.51504
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56799,
                    45.51575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53163,
                    45.51205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5381,
                    45.46682
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57915,
                    45.49051
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58337,
                    45.49472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70119,
                    45.49946
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6476,
                    45.49211
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81572,
                    45.51205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81141,
                    45.44525
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78006,
                    45.4462
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6948,
                    45.51637
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83117,
                    45.46938
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61848,
                    45.55563
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55233,
                    45.47468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51181,
                    45.59634
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60262,
                    45.58092
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53259,
                    45.50792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54378,
                    45.58152
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66425,
                    45.50828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59656,
                    45.4736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56031,
                    45.51494
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75156,
                    45.45657
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53236,
                    45.60111
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55489,
                    45.44802
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53012,
                    45.51468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54677,
                    45.56916
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57529,
                    45.52493
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58063,
                    45.63829
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63536,
                    45.60651
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62106,
                    45.61389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58111,
                    45.61138
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54408,
                    45.6475
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58679,
                    45.56556
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61305,
                    45.62857
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5784,
                    45.60328
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49134,
                    45.69717
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5968,
                    45.64371
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56771,
                    45.59018
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66254,
                    45.56252
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58377,
                    45.57618
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59639,
                    45.63884
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57282,
                    45.64406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61757,
                    45.60453
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53374,
                    45.59881
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79509,
                    45.57894
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63541,
                    45.48293
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83672,
                    45.50431
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49283,
                    45.63855
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60852,
                    45.59658
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58171,
                    45.6104
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62518,
                    45.52541
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63355,
                    45.46369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53671,
                    45.46978
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50836,
                    45.53559
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49294,
                    45.54628
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.38036,
                    45.46495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.39265,
                    45.51031
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51328,
                    45.53604
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46416,
                    45.52178
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61934,
                    45.60695
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53236,
                    45.60111
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56422,
                    45.52712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52013,
                    45.52067
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59933,
                    45.55933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80236,
                    45.44668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65091,
                    45.50183
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68383,
                    45.5146
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56399,
                    45.52778
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62886,
                    45.45329
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58023,
                    45.48178
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52608,
                    45.61194
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62954,
                    45.50924
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46291,
                    45.46903
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83125,
                    45.46641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64378,
                    45.53459
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52618,
                    45.61152
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52395,
                    45.52426
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61626,
                    45.51102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58274,
                    45.49542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70731,
                    45.50196
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56647,
                    45.50311
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60542,
                    45.59506
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56305,
                    45.55679
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44897,
                    45.63592
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.38192,
                    45.48774
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54677,
                    45.56916
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53313,
                    45.59983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65682,
                    45.50608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62201,
                    45.62383
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72224,
                    45.44856
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56481,
                    45.54852
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89259,
                    45.45962
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48473,
                    45.5077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57557,
                    45.51036
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4229,
                    45.46099
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45493,
                    45.51809
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79025,
                    45.47309
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48288,
                    45.51273
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49426,
                    45.53456
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64558,
                    45.49063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58199,
                    45.57945
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5847,
                    45.47877
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5928,
                    45.52305
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66756,
                    45.55614
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50489,
                    45.53967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49084,
                    45.43591
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67969,
                    45.53638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56867,
                    45.50266
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44324,
                    45.5803
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56959,
                    45.50307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5435,
                    45.6091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93926,
                    45.40394
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56551,
                    45.49848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74385,
                    45.44767
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.37131,
                    45.47749
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56173,
                    45.65071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83098,
                    45.46495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53005,
                    45.64895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60532,
                    45.47319
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54768,
                    45.57527
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50079,
                    45.46808
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70802,
                    45.5014
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61744,
                    45.46045
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55116,
                    45.58542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61973,
                    45.49517
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59519,
                    45.56598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62009,
                    45.47981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55029,
                    45.62442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60223,
                    45.45569
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59187,
                    45.51789
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59792,
                    45.53164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64148,
                    45.45427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49332,
                    45.67325
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71923,
                    45.53251
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86671,
                    45.46012
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58891,
                    45.63103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6256,
                    45.5815
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54369,
                    45.66165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61957,
                    45.4794
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54859,
                    45.53128
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56709,
                    45.50184
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62182,
                    45.47671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59229,
                    45.5211
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55828,
                    45.50057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6858,
                    45.48954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.605,
                    45.564
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5386,
                    45.5898
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46844,
                    45.47247
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59698,
                    45.56035
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57132,
                    45.50828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52533,
                    45.50616
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56009,
                    45.53922
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75056,
                    45.45285
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47942,
                    45.5161
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53233,
                    45.51193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65079,
                    45.48899
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63786,
                    45.57648
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63955,
                    45.57715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50491,
                    45.51387
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60448,
                    45.44711
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87479,
                    45.46937
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51871,
                    45.52524
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54991,
                    45.52746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83261,
                    45.46624
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6196,
                    45.47975
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60378,
                    45.47872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52145,
                    45.52375
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46939,
                    45.42823
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6067,
                    45.61897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61758,
                    45.49652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50169,
                    45.46774
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49191,
                    45.50864
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78273,
                    45.62856
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74075,
                    45.49064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7469,
                    45.53161
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.90126,
                    45.43745
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51047,
                    45.52825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78896,
                    45.58121
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50282,
                    45.67575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53864,
                    45.55429
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58309,
                    45.48816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63165,
                    45.61898
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53838,
                    45.59064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67205,
                    45.5239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47728,
                    45.51858
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45744,
                    45.51852
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46124,
                    45.59145
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42442,
                    45.45306
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55613,
                    45.60001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61298,
                    45.5406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68429,
                    45.44188
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5444,
                    45.46574
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.38841,
                    45.48263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55082,
                    45.57644
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49913,
                    45.66993
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50795,
                    45.6699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66097,
                    45.56549
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61372,
                    45.53969
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.91956,
                    45.46153
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64819,
                    45.48085
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70387,
                    45.49755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59164,
                    45.57509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58364,
                    45.49973
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64067,
                    45.59417
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58389,
                    45.48983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63566,
                    45.57556
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56841,
                    45.53169
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53598,
                    45.52148
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55119,
                    45.54721
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66345,
                    45.43732
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67747,
                    45.52739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60408,
                    45.5613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56003,
                    45.51482
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77187,
                    45.50726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54346,
                    45.47291
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67113,
                    45.46262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51904,
                    45.60276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56619,
                    45.51301
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63953,
                    45.54413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86465,
                    45.45869
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73679,
                    45.61061
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86833,
                    45.45938
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56567,
                    45.55284
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77708,
                    45.44452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56988,
                    45.58196
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.39893,
                    45.50971
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60492,
                    45.53407
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59407,
                    45.46515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55515,
                    45.61259
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66752,
                    45.50172
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60658,
                    45.47329
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55054,
                    45.52677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8279,
                    45.46833
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56009,
                    45.53922
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63716,
                    45.60722
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53096,
                    45.60485
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51506,
                    45.61074
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4806,
                    45.70104
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61539,
                    45.62771
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67911,
                    45.5337
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6047,
                    45.60578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51431,
                    45.57864
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50938,
                    45.65703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58659,
                    45.47734
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.575,
                    45.51515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53356,
                    45.54764
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50626,
                    45.66522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5507,
                    45.52056
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62085,
                    45.59975
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48797,
                    45.64964
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59775,
                    45.54199
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55122,
                    45.54676
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6427,
                    45.59548
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58383,
                    45.6452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5891,
                    45.51601
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58323,
                    45.54995
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64324,
                    45.59633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64234,
                    45.44487
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54211,
                    45.55326
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63044,
                    45.50286
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5957,
                    45.58598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54714,
                    45.56086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64953,
                    45.46991
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63815,
                    45.49379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62616,
                    45.52797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57346,
                    45.64426
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61766,
                    45.51746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65095,
                    45.63355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57228,
                    45.53509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51469,
                    45.57877
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56155,
                    45.509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4992,
                    45.64487
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65364,
                    45.47467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72334,
                    45.52973
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62447,
                    45.61213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63493,
                    45.43983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59383,
                    45.56775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53606,
                    45.59706
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58788,
                    45.4641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63448,
                    45.46082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63272,
                    45.5011
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56782,
                    45.50941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74973,
                    45.4576
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58499,
                    45.59612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57527,
                    45.56766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58534,
                    45.4886
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5591,
                    45.51436
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60033,
                    45.43675
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55573,
                    45.58683
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55441,
                    45.542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61019,
                    45.57475
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57072,
                    45.49821
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67696,
                    45.49652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60006,
                    45.52124
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58291,
                    45.48821
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65036,
                    45.58386
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70117,
                    45.44421
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71339,
                    45.52723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59463,
                    45.54543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64468,
                    45.51433
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56975,
                    45.59734
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63747,
                    45.43297
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60743,
                    45.44697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74209,
                    45.4477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56615,
                    45.4671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61176,
                    45.46735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60282,
                    45.47955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63847,
                    45.43353
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58221,
                    45.48201
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56651,
                    45.47067
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58391,
                    45.61819
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64274,
                    45.46212
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57284,
                    45.44638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81381,
                    45.47624
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73007,
                    45.52521
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58504,
                    45.55645
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64948,
                    45.58623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53912,
                    45.58164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66038,
                    45.53442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56982,
                    45.49955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61102,
                    45.4262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57765,
                    45.49496
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63284,
                    45.45043
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66051,
                    45.44339
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89896,
                    45.43693
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67033,
                    45.4689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50978,
                    45.51398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57967,
                    45.48188
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79704,
                    45.4483
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61176,
                    45.42649
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60151,
                    45.44658
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60387,
                    45.47357
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58483,
                    45.48944
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53469,
                    45.59639
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55632,
                    45.50647
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57923,
                    45.48314
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59966,
                    45.55935
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55568,
                    45.61187
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63814,
                    45.50358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60397,
                    45.44646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60023,
                    45.53147
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42451,
                    45.48734
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74328,
                    45.44744
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59293,
                    45.46948
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58251,
                    45.46346
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57576,
                    45.46217
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5563,
                    45.59505
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58068,
                    45.49465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52103,
                    45.59946
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61131,
                    45.59962
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57906,
                    45.44141
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53551,
                    45.59553
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56889,
                    45.46286
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6264,
                    45.41621
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59121,
                    45.54079
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61439,
                    45.47681
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61556,
                    45.53708
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.40504,
                    45.50725
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58524,
                    45.56736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57912,
                    45.49564
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45821,
                    45.56406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42342,
                    45.46454
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61418,
                    45.61753
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41675,
                    43.78463
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38367,
                    43.70972
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33015,
                    43.67049
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50488,
                    43.7068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29913,
                    43.68124
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81389,
                    43.31455
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86675,
                    43.25904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.07775,
                    43.84532
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81234,
                    43.33603
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.02325,
                    43.85118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82964,
                    43.38848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89944,
                    43.8674
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80907,
                    43.34023
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87119,
                    43.91542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76984,
                    43.37572
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80857,
                    43.407
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88316,
                    43.23892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82084,
                    43.39986
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.91828,
                    43.26223
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8277,
                    43.25426
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7306,
                    43.21904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75014,
                    43.37039
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90173,
                    43.25915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79675,
                    43.32575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7844,
                    43.21669
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82179,
                    43.25294
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49407,
                    43.72396
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85132,
                    43.36258
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86835,
                    43.25255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51189,
                    43.77934
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89543,
                    43.27248
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79241,
                    43.22175
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.86007,
                    43.88978
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92674,
                    43.22211
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7972,
                    43.19382
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04578,
                    43.89445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87257,
                    43.24844
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61079,
                    43.78397
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.94695,
                    43.9176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37965,
                    43.71052
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87527,
                    43.25473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.8545,
                    43.87023
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80329,
                    43.20867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42626,
                    43.73883
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82932,
                    43.24848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.02198,
                    43.88427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81867,
                    43.19999
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.07951,
                    43.85918
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88602,
                    43.89298
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82242,
                    43.26265
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08701,
                    43.82888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48703,
                    43.85882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08508,
                    43.83297
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74191,
                    43.22868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.8774,
                    43.88897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47797,
                    43.9249
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42574,
                    43.82292
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.70047,
                    43.93437
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41129,
                    43.85769
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38765,
                    43.86535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85387,
                    43.25277
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.68853,
                    43.91215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64812,
                    43.77455
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86688,
                    43.255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8894,
                    43.24055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88157,
                    43.88575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04639,
                    43.8565
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.93988,
                    43.89993
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.93727,
                    43.22841
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41467,
                    43.78237
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.92555,
                    43.94138
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.83669,
                    43.89385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87196,
                    43.94447
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7929,
                    43.25703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85884,
                    43.27662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.12386,
                    43.81268
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8316,
                    43.24105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43922,
                    43.89538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04729,
                    43.83753
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.71045,
                    43.90543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5118,
                    43.77867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.8491,
                    43.939
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45354,
                    43.80917
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89558,
                    43.94361
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55542,
                    43.78793
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87653,
                    43.88895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41547,
                    43.87598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87795,
                    43.88088
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43382,
                    43.85563
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.86823,
                    43.93275
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42505,
                    43.83973
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.13012,
                    43.82633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85683,
                    43.23684
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.93107,
                    43.86795
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85677,
                    43.30994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5405,
                    43.84822
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.02975,
                    43.8956
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38455,
                    43.82487
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.9608,
                    43.94417
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86028,
                    43.27633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.96249,
                    43.87525
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89558,
                    43.94325
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50784,
                    43.8362
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94884,
                    43.2454
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82847,
                    43.22808
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45834,
                    44.30388
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44891,
                    44.13253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21593,
                    43.79564
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.83843,
                    43.92727
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74068,
                    43.23133
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25153,
                    43.82583
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8429,
                    43.21877
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51278,
                    43.73829
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45631,
                    43.95103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83897,
                    43.2458
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40531,
                    43.63615
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42979,
                    44.05685
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25854,
                    43.77445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84383,
                    43.19078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52047,
                    43.75667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92382,
                    43.23358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43765,
                    44.08813
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86683,
                    43.25554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77266,
                    43.26322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85176,
                    43.24747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82156,
                    43.23346
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34507,
                    43.82325
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81042,
                    43.19247
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.97456,
                    43.26859
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83193,
                    43.25543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86732,
                    43.24667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2202,
                    43.88213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88445,
                    43.22242
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85468,
                    43.193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80592,
                    43.24923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87409,
                    43.23674
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69254,
                    43.2125
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41972,
                    43.79723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38537,
                    43.74778
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23141,
                    43.96772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23457,
                    43.87763
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34638,
                    43.85238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48728,
                    44.05288
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42565,
                    43.83997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47618,
                    44.03682
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26746,
                    43.80792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45512,
                    43.94662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41552,
                    43.78218
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38622,
                    43.84352
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60476,
                    43.72865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42705,
                    43.83943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44363,
                    43.67786
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54797,
                    43.78927
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28856,
                    43.69427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48644,
                    43.61905
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41858,
                    43.7299
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47702,
                    43.70912
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47207,
                    43.77123
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28788,
                    43.70275
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5468,
                    43.75101
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31956,
                    43.74105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20623,
                    43.74934
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49777,
                    43.62732
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51591,
                    43.59562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38291,
                    43.74866
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40409,
                    43.64762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49652,
                    43.74267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42373,
                    43.73933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35693,
                    43.68392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35836,
                    43.80941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39544,
                    43.649
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2209,
                    43.81877
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55571,
                    43.71657
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39237,
                    43.78516
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40634,
                    43.74511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25139,
                    43.70637
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19074,
                    43.78772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25909,
                    43.78979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40782,
                    43.65657
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32186,
                    43.77233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27059,
                    43.76819
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28521,
                    43.69684
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26419,
                    43.7322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60538,
                    43.72961
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39397,
                    43.65906
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.13022,
                    43.78071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26355,
                    43.73142
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86675,
                    43.25544
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20204,
                    43.82202
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33607,
                    43.7142
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35426,
                    43.66507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27825,
                    43.8689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33583,
                    43.80426
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22858,
                    43.7128
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89581,
                    43.21658
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44846,
                    44.02588
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.97221,
                    43.26939
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55187,
                    43.60993
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33902,
                    43.85383
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87717,
                    43.88932
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86244,
                    43.22164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87202,
                    43.24997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.11414,
                    43.8712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.9069,
                    43.17654
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8684,
                    43.25639
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.9425,
                    43.25848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.96737,
                    43.89365
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32739,
                    43.72652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86957,
                    43.25542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76601,
                    43.22869
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37988,
                    43.70182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51323,
                    43.7579
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51586,
                    43.59551
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52038,
                    43.70129
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33739,
                    43.89456
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55737,
                    43.83048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52092,
                    43.83387
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87845,
                    43.25927
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83439,
                    43.24619
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37997,
                    43.7878
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79626,
                    43.33862
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1936,
                    43.78547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4159,
                    43.78265
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46535,
                    43.98993
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62169,
                    43.72519
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.98914,
                    43.25649
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53869,
                    43.7181
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34721,
                    43.7611
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28923,
                    43.88508
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4377,
                    43.87107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47165,
                    43.68235
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55249,
                    43.68113
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44876,
                    43.72589
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2898,
                    43.83657
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81612,
                    43.26359
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26735,
                    43.69574
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76629,
                    43.2288
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.92085,
                    43.86932
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.82999,
                    43.9446
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48593,
                    44.0527
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85995,
                    43.19422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80305,
                    43.2088
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62642,
                    43.77338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3277,
                    43.72369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47495,
                    43.9402
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26576,
                    43.72738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85388,
                    43.19318
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54135,
                    43.84777
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46288,
                    43.84975
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44057,
                    43.8848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41102,
                    43.66596
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45518,
                    43.94635
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41525,
                    43.78233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36185,
                    43.86818
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54174,
                    43.75222
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.11598,
                    43.81877
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42564,
                    43.83987
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34957,
                    43.79398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6073,
                    43.68532
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48051,
                    43.70797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86385,
                    43.21863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53594,
                    43.63736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28567,
                    43.68455
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78115,
                    43.24153
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31853,
                    43.8329
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23538,
                    43.87897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80949,
                    43.33983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4678,
                    43.77282
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20387,
                    43.79807
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40897,
                    43.80042
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35827,
                    43.8502
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39897,
                    43.70477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34355,
                    43.776
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43402,
                    43.68921
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.862,
                    43.91715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42948,
                    43.718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77143,
                    43.264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62141,
                    43.8145
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08411,
                    43.83722
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32525,
                    43.78017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48593,
                    43.76476
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3058,
                    43.84613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2574,
                    43.87442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41568,
                    43.78253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.80357,
                    43.90762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04093,
                    43.8475
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39917,
                    43.70489
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75356,
                    43.37477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41498,
                    43.7807
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21458,
                    43.86392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45195,
                    43.8094
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87155,
                    43.91497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23528,
                    43.88098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.01672,
                    43.86341
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.84865,
                    43.94192
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49267,
                    43.63625
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36681,
                    43.88612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3044,
                    43.83413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50939,
                    43.77715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5683,
                    43.78513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86013,
                    43.25282
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92702,
                    43.16308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92572,
                    43.21016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20973,
                    43.74578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79311,
                    43.23457
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55597,
                    43.82567
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35642,
                    43.64858
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.71014,
                    43.9141
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86317,
                    43.21847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29977,
                    43.81965
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47904,
                    43.67001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23141,
                    43.88055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85596,
                    43.31327
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.85972,
                    43.94613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5125,
                    43.77892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32509,
                    43.82097
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60367,
                    43.75803
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49125,
                    43.70543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50565,
                    43.82497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49171,
                    43.62867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76464,
                    43.23794
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87872,
                    43.2593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86912,
                    43.24731
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80754,
                    43.22005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46395,
                    43.80793
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25023,
                    43.83001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47015,
                    43.78405
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33373,
                    43.85592
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5047,
                    45.53949
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81523,
                    43.19304
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35863,
                    43.65244
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25626,
                    43.70239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3535,
                    43.80309
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3914,
                    43.63776
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30585,
                    43.84615
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.92046,
                    43.90417
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4147,
                    43.87253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.92685,
                    43.91915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87397,
                    43.90165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81773,
                    43.32536
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25436,
                    43.8752
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.9249,
                    43.86873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32692,
                    43.71301
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.85108,
                    43.86963
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3094,
                    43.74234
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37764,
                    43.67737
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47569,
                    44.03548
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.85077,
                    43.94745
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23002,
                    43.78517
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.91068,
                    43.9537
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31819,
                    43.70088
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.415,
                    43.7827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38098,
                    43.91607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48391,
                    43.64999
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.96405,
                    44.09408
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17671,
                    43.78942
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48896,
                    45.48705
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45925,
                    43.88057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60339,
                    45.52274
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25905,
                    43.78945
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.97081,
                    45.39272
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79977,
                    43.23602
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45609,
                    45.53798
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61485,
                    45.5617
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51572,
                    45.59707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89587,
                    43.94358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63771,
                    45.52795
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76039,
                    43.38421
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61934,
                    45.50273
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89387,
                    43.94648
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41704,
                    43.77933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62122,
                    43.72447
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41987,
                    43.68284
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88039,
                    43.886
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42007,
                    43.8936
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3504,
                    44.30008
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47459,
                    43.78615
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44141,
                    43.88923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23499,
                    43.8616
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86255,
                    43.26318
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57995,
                    43.74367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37231,
                    43.8759
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54135,
                    43.84783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52795,
                    43.79685
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35976,
                    43.85674
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55225,
                    45.51889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55245,
                    45.55223
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74238,
                    45.44788
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58134,
                    45.48638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58449,
                    45.52981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65273,
                    45.52125
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.97029,
                    45.39561
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89059,
                    45.3934
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.92825,
                    45.3803
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.86949,
                    45.44622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.91557,
                    45.38867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -72.00336,
                    45.35966
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.90518,
                    45.38954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89057,
                    45.39452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88907,
                    45.42936
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.92554,
                    45.38385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.8847,
                    45.4117
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.84807,
                    45.36639
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.95162,
                    45.37808
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.91824,
                    45.39868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.87034,
                    45.40366
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.86105,
                    45.39264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.87025,
                    45.3803
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.94394,
                    45.41395
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.92944,
                    45.39221
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.95316,
                    45.40355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88408,
                    45.4118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.93009,
                    45.39133
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88505,
                    45.41182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6041,
                    45.47425
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89328,
                    45.3685
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.87411,
                    45.42238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52604,
                    45.47021
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5118,
                    43.77873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.96744,
                    45.39581
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.90701,
                    45.40351
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.94014,
                    45.40367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88426,
                    45.41169
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54103,
                    43.8475
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5682,
                    45.46284
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49696,
                    43.50522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44131,
                    43.42253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56116,
                    43.43553
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.55565,
                    43.47147
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52702,
                    43.50015
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49,
                    43.44683
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5627,
                    43.59233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43665,
                    43.45337
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44158,
                    43.4217
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48605,
                    43.42318
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4777,
                    43.41387
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5,
                    43.4065
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56073,
                    43.43573
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31132,
                    43.36207
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.3199,
                    43.3813
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32658,
                    43.40294
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.47295,
                    43.41782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.28537,
                    43.34357
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31357,
                    43.35717
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52666,
                    43.48502
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54117,
                    43.47393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.58953,
                    43.47289
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53043,
                    43.47425
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53565,
                    43.47237
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44221,
                    43.42237
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.3223,
                    43.39038
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.391,
                    43.4091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50124,
                    43.49612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43995,
                    43.39387
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56078,
                    43.43518
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51003,
                    43.47393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31606,
                    43.35342
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32228,
                    43.39267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31385,
                    43.44212
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56838,
                    43.44732
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52415,
                    43.48267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.47405,
                    43.46124
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52738,
                    43.50017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.39253,
                    43.4102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31416,
                    43.39662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32768,
                    43.408
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46945,
                    43.41875
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.38889,
                    43.40703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.55833,
                    43.48673
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.45879,
                    43.3971
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48995,
                    43.81093
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31347,
                    43.35767
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.35222,
                    43.39272
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43653,
                    43.42305
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.41711,
                    43.44187
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5325,
                    43.83045
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31517,
                    43.44632
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52531,
                    43.43118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43398,
                    43.3968
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5466,
                    43.47453
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56036,
                    43.43538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46262,
                    43.4229
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5527,
                    43.50038
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44196,
                    43.4224
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57012,
                    45.5376
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66593,
                    45.52011
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52383,
                    43.47058
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49934,
                    43.41043
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46095,
                    43.41022
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54375,
                    43.4683
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32278,
                    43.39305
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31278,
                    43.35742
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51442,
                    43.44798
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.25076,
                    43.54813
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.245,
                    43.54612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27164,
                    43.5453
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.29211,
                    43.54079
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22626,
                    43.57638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.21663,
                    43.48661
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.23129,
                    43.52192
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.21328,
                    43.55958
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22343,
                    43.5286
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24952,
                    43.54403
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.21396,
                    43.57061
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72316,
                    43.41593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26099,
                    43.77442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41255,
                    43.76828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48027,
                    43.62825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8051,
                    43.35095
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.38293,
                    44.23072
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39982,
                    43.8373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.111,
                    43.82225
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33965,
                    43.76797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26095,
                    43.77472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64967,
                    43.5949
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54047,
                    43.47445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24809,
                    43.11685
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.2254,
                    43.52945
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69497,
                    43.23123
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61504,
                    43.62978
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4288,
                    43.834
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70763,
                    43.55945
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8097,
                    43.3402
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08387,
                    43.83105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52505,
                    43.78292
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1849,
                    43.89183
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8562,
                    43.52005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64787,
                    43.5947
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61335,
                    43.64075
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60117,
                    44.25265
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48998,
                    43.45683
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37912,
                    43.64525
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45061,
                    43.65765
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74432,
                    43.50622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.19447,
                    43.50598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70997,
                    44.33952
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.691,
                    44.38766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70206,
                    44.4032
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69386,
                    44.3739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62841,
                    44.35186
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66423,
                    44.4016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64646,
                    44.3443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68074,
                    44.33627
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6918,
                    44.38765
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73293,
                    44.34456
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69112,
                    44.38755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69059,
                    44.38783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6758,
                    44.4108
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67855,
                    44.33659
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52621,
                    43.78147
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08438,
                    43.83103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.16497,
                    43.90042
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.07417,
                    43.83651
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48407,
                    43.18917
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.04538,
                    43.63267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.06292,
                    43.1086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61585,
                    43.57985
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37772,
                    43.64403
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89415,
                    43.94392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76242,
                    43.68618
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34662,
                    43.80763
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89764,
                    43.26003
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53799,
                    43.47442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87033,
                    43.2539
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22408,
                    43.52858
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.10865,
                    43.44247
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68684,
                    43.46428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.23672,
                    43.535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24647,
                    43.54472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56337,
                    43.77673
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.23923,
                    43.55902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.99615,
                    43.48677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62857,
                    44.35198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45327,
                    44.05198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24632,
                    43.54569
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24527,
                    43.54587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42374,
                    43.90943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75777,
                    43.4997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86943,
                    43.25278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.06223,
                    43.1087
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.3226,
                    43.39292
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25146,
                    43.78018
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5255,
                    43.78287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.86021,
                    43.89025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.9111,
                    43.52648
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69017,
                    43.70205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.20306,
                    43.48965
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35608,
                    43.65009
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41431,
                    43.78267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64857,
                    43.59622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46837,
                    43.41873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.2431,
                    43.53975
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.19617,
                    43.51035
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68137,
                    43.45637
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68484,
                    44.36724
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19633,
                    43.79378
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4265,
                    43.8394
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22402,
                    43.52927
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48842,
                    43.44822
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08373,
                    43.8309
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52682,
                    43.50017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22536,
                    43.52849
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87372,
                    43.30222
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.3228,
                    43.3929
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.09383,
                    43.83325
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22502,
                    43.52998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56163,
                    43.46255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73583,
                    43.50005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.21474,
                    43.52315
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.19576,
                    43.49541
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69471,
                    44.41877
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59462,
                    45.43047
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3139,
                    43.85213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5966,
                    45.53312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86912,
                    43.25283
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86718,
                    43.26107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69178,
                    43.70177
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41531,
                    43.63707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31982,
                    43.38187
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52202,
                    43.51048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.19203,
                    43.49961
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77319,
                    43.58628
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54768,
                    43.78055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.25305,
                    43.56938
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27389,
                    43.51511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44015,
                    43.83057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53799,
                    43.45875
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53835,
                    43.71308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2344,
                    43.98862
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53772,
                    43.63565
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7552,
                    43.5979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6777,
                    44.4058
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24581,
                    43.54578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.45415,
                    43.43108
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37836,
                    43.64495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22905,
                    43.5554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84748,
                    43.32388
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22499,
                    43.52881
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.15287,
                    43.79498
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42513,
                    43.84005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.92754,
                    45.37972
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44902,
                    43.72478
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.26627,
                    43.54345
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42893,
                    43.83635
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82915,
                    43.38947
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40777,
                    43.3856
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65875,
                    43.58545
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57819,
                    45.48882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22652,
                    43.5278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26296,
                    43.90059
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52366,
                    43.70517
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53165,
                    43.5988
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66077,
                    45.43046
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74389,
                    45.44772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68968,
                    43.70223
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.15189,
                    43.79522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04145,
                    43.8578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51685,
                    43.41502
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40725,
                    43.3835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65018,
                    43.59145
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70089,
                    44.41613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71112,
                    43.65198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26463,
                    43.7022
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89525,
                    45.39925
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.3922,
                    43.40995
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86964,
                    43.26744
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53909,
                    43.46853
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90555,
                    43.2586
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85587,
                    43.31313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77558,
                    43.47723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66085,
                    45.5117
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64819,
                    45.42522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14473,
                    43.76756
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70229,
                    43.69405
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37822,
                    43.64417
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56386,
                    45.49773
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58097,
                    45.48297
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86947,
                    43.25298
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54057,
                    43.71233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64091,
                    45.45568
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57091,
                    45.52384
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62926,
                    45.48331
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.1524,
                    46.82401
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.28409,
                    46.69579
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.1867,
                    46.81049
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.18671,
                    46.81029
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26659,
                    46.72221
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26965,
                    46.77986
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29827,
                    46.71276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23875,
                    46.75277
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2758,
                    46.73109
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.16389,
                    46.78653
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82826,
                    45.46679
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81991,
                    45.46011
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.09037,
                    43.83537
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58679,
                    45.47703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87704,
                    45.42032
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74066,
                    45.44376
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69405,
                    45.4379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17004,
                    43.79099
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27174,
                    43.55151
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61195,
                    43.68213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.82661,
                    43.88852
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27349,
                    43.56211
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6478,
                    43.59482
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45866,
                    43.72663
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88544,
                    43.87073
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51802,
                    43.4758
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46204,
                    45.44405
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54763,
                    43.47418
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89558,
                    45.43727
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8104,
                    45.51084
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71724,
                    45.48706
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66864,
                    45.55428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83113,
                    45.46667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77689,
                    45.47837
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73402,
                    45.50355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70021,
                    45.51759
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68372,
                    45.51434
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83115,
                    45.4656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7116,
                    45.49905
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68383,
                    45.5146
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67304,
                    45.50823
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71031,
                    45.52596
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68736,
                    45.52476
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77036,
                    45.45322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72675,
                    45.45187
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74918,
                    45.49896
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79272,
                    45.48468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.88303,
                    45.49012
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71986,
                    45.53204
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83498,
                    45.50196
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74906,
                    45.44454
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73945,
                    45.52156
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81191,
                    45.49835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68981,
                    45.50865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86307,
                    45.42539
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6629,
                    45.43883
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56329,
                    45.45874
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5672,
                    45.47069
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45172,
                    45.52801
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61454,
                    45.42533
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71026,
                    45.51384
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75533,
                    45.50965
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85918,
                    45.48429
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74517,
                    45.50006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52101,
                    45.52448
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54779,
                    45.46113
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69694,
                    45.53154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73373,
                    45.50336
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65833,
                    45.49726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63199,
                    45.46506
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65929,
                    45.4751
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64685,
                    45.44209
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69582,
                    45.50378
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82246,
                    45.46021
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55785,
                    45.49821
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.543,
                    45.457
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55257,
                    45.54477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89559,
                    45.39907
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48235,
                    43.44967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44671,
                    45.57456
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61848,
                    45.46311
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65061,
                    45.44289
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67462,
                    45.48279
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73286,
                    45.43863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74743,
                    45.44423
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67503,
                    45.48312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71551,
                    45.46983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62655,
                    45.48303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72006,
                    45.42496
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76654,
                    45.42632
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.83591,
                    45.39552
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74638,
                    45.49111
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68735,
                    45.48032
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72767,
                    45.44456
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71366,
                    45.42287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71631,
                    45.46848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70454,
                    45.41839
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.84087,
                    45.39503
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.85519,
                    45.40016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.84911,
                    45.40992
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67694,
                    45.48264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.80598,
                    45.4328
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.83823,
                    45.39648
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74918,
                    45.46528
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76782,
                    45.46008
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76694,
                    45.41424
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.80655,
                    45.42327
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75382,
                    45.41999
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76447,
                    45.4264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70015,
                    45.42015
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69598,
                    45.47424
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71358,
                    45.42624
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.86591,
                    45.40704
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75063,
                    45.4208
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70174,
                    45.48168
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70543,
                    45.45319
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68758,
                    45.42823
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71127,
                    45.43247
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69054,
                    45.42384
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64951,
                    45.50103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.4407,
                    45.53824
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68607,
                    45.48232
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71983,
                    45.47136
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78847,
                    45.40672
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8655,
                    45.40744
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78382,
                    45.43927
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.56271,
                    45.51143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72814,
                    45.4404
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68799,
                    45.42807
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68471,
                    45.48128
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73279,
                    45.44335
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71366,
                    45.42479
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7159,
                    45.46952
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70486,
                    45.48144
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68295,
                    45.48144
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.86575,
                    45.40712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.40382,
                    45.58816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71294,
                    45.42744
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68839,
                    45.42479
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7107,
                    45.42711
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63876,
                    43.50855
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48233,
                    45.4953
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76559,
                    45.43607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75079,
                    45.45415
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74615,
                    45.42159
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60815,
                    45.49503
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.79575,
                    45.4392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69006,
                    45.43375
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7403,
                    45.46255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67959,
                    45.47191
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68246,
                    45.48168
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.80686,
                    45.4224
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.10737,
                    43.45902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89384,
                    43.96544
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48789,
                    43.80139
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5189,
                    45.52074
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43642,
                    45.44378
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50957,
                    45.5177
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68015,
                    45.47848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73558,
                    45.44375
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4411,
                    45.47287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89,
                    45.36361
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47993,
                    45.53373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.40888,
                    45.49478
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31225,
                    43.44937
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66183,
                    45.48616
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74174,
                    45.47336
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.28004,
                    43.35555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.35105,
                    43.39212
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32294,
                    43.393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31039,
                    43.42123
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71191,
                    45.42744
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31147,
                    43.35905
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65097,
                    43.59395
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.34158,
                    43.35505
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35693,
                    43.84098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85312,
                    43.31395
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6038,
                    43.20895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.36443,
                    43.39135
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65857,
                    43.5866
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.3105,
                    43.35887
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44872,
                    45.61851
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42464,
                    45.56905
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51817,
                    45.52034
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27282,
                    43.53458
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45375,
                    45.74702
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71051,
                    45.36783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.98602,
                    45.36967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.94019,
                    45.40811
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82635,
                    45.46353
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51282,
                    45.70994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71947,
                    45.71247
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.32414,
                    45.58244
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72084,
                    45.56
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.96715,
                    45.73517
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60142,
                    45.74117
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.37973,
                    45.57303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52567,
                    45.6126
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70899,
                    45.72004
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69341,
                    45.76339
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68314,
                    45.73613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73103,
                    45.76315
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61536,
                    45.69871
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45308,
                    45.7462
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6503,
                    45.67242
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46116,
                    45.7535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.8977,
                    43.87133
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75958,
                    45.66521
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.97875,
                    45.42073
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.86625,
                    43.89808
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60565,
                    45.74773
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24706,
                    43.52925
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66869,
                    44.41422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42297,
                    45.63844
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.21111,
                    43.52128
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32245,
                    43.39297
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40668,
                    43.38906
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43094,
                    45.66536
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66989,
                    45.55188
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43673,
                    45.44567
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62362,
                    45.48991
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64148,
                    45.45427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61401,
                    45.50863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59278,
                    45.52133
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43561,
                    45.81853
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63818,
                    45.47482
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31762,
                    43.3628
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73935,
                    45.47272
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48331,
                    45.76422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59405,
                    45.50338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62378,
                    45.48973
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67542,
                    45.49247
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58627,
                    45.52673
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52374,
                    45.61619
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56332,
                    45.53704
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64195,
                    45.47506
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61241,
                    45.51004
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61963,
                    45.49433
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60976,
                    45.44752
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52737,
                    43.5002
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.30225,
                    45.52507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.41187,
                    45.78427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87722,
                    43.87985
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40363,
                    43.39025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.92834,
                    45.38212
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88366,
                    45.40564
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5864,
                    45.52719
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.86381,
                    45.42144
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50826,
                    45.66029
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42825,
                    45.77267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5924,
                    45.5211
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92313,
                    43.26272
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70998,
                    43.68668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89663,
                    43.28967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7554,
                    43.50262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86875,
                    43.25287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73247,
                    43.6107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89957,
                    43.95583
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52413,
                    43.78333
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.53865,
                    44.12812
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74834,
                    43.6092
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46712,
                    45.75077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5338,
                    45.54726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.402,
                    45.78326
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71825,
                    43.71723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59568,
                    45.56179
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65152,
                    45.55888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66871,
                    45.54227
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5939,
                    45.63997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63844,
                    45.54618
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26418,
                    43.73631
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56281,
                    45.5078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.06258,
                    43.1086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57428,
                    45.64503
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50215,
                    43.5173
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64437,
                    45.56427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49249,
                    45.72242
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80927,
                    43.33915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55866,
                    44.28876
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46315,
                    45.74792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4289,
                    44.05425
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48669,
                    45.73288
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53413,
                    45.59807
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77796,
                    43.38507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76052,
                    43.37915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79659,
                    43.32578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49757,
                    43.83442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.19703,
                    43.5324
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.2252,
                    43.5301
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.97107,
                    43.87354
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.85847,
                    43.87977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.84725,
                    43.88653
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.85693,
                    43.95652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.93518,
                    43.86338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.9376,
                    43.86528
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.99683,
                    43.86785
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.70115,
                    43.93415
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04585,
                    43.85663
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46034,
                    45.52056
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46762,
                    45.46706
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44187,
                    45.44183
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72487,
                    45.42783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74838,
                    45.45599
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67455,
                    45.54459
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66522,
                    45.46523
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64674,
                    45.56708
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66191,
                    45.56359
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56174,
                    45.52695
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.91178,
                    43.88667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49603,
                    45.55703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66237,
                    45.54774
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5593,
                    45.50787
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27408,
                    43.51486
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58151,
                    45.51793
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63213,
                    45.58882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68468,
                    44.39053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47112,
                    45.50234
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63486,
                    45.53989
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73342,
                    44.3676
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66016,
                    45.55638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61313,
                    45.60945
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82703,
                    43.36022
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66058,
                    45.53432
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64442,
                    45.56443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48804,
                    45.50117
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41417,
                    44.00905
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65588,
                    44.40098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69405,
                    44.41766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70755,
                    44.40961
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72015,
                    44.38712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46845,
                    45.46593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48363,
                    45.53028
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47163,
                    45.53762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.41564,
                    45.48571
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62926,
                    45.54247
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60831,
                    45.49552
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4471,
                    43.39987
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65913,
                    45.5707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65439,
                    45.56026
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51131,
                    45.49087
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49625,
                    45.53613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61469,
                    45.53304
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51756,
                    45.50456
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46594,
                    45.47805
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65446,
                    45.57697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59087,
                    45.58474
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4492,
                    43.43355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.41129,
                    43.42568
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57778,
                    45.53441
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60248,
                    45.57155
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.83422,
                    45.39568
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43681,
                    45.49842
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86908,
                    43.2567
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74096,
                    43.36276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.92545,
                    43.89097
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69406,
                    45.42192
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82314,
                    43.32843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65434,
                    45.7099
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39362,
                    43.64193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47383,
                    45.49007
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49812,
                    43.8213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7471,
                    45.44096
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42098,
                    44.06755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50932,
                    43.95268
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52378,
                    43.78922
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52662,
                    43.79832
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64428,
                    45.57932
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4764,
                    43.80105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53889,
                    43.8487
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87083,
                    43.25275
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86993,
                    43.25468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60771,
                    45.4956
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61498,
                    45.51144
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60252,
                    45.57138
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6222,
                    45.60586
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42564,
                    43.84042
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82114,
                    45.75348
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44485,
                    44.0629
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45232,
                    43.81963
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59275,
                    45.56726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60177,
                    43.8168
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45742,
                    43.80928
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59613,
                    45.49537
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67029,
                    45.55015
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52998,
                    43.86737
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93321,
                    45.52977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61179,
                    45.56131
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8728,
                    45.56834
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62023,
                    45.62435
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.90152,
                    45.68744
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85744,
                    43.25222
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87165,
                    43.25409
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92347,
                    43.24262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88525,
                    43.25636
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88219,
                    43.19976
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81223,
                    45.63031
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82973,
                    43.19668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88462,
                    45.40423
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.02077,
                    43.18889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78594,
                    43.2427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63269,
                    45.59355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53194,
                    43.83102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63563,
                    45.60606
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48075,
                    44.05472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54535,
                    43.86652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55229,
                    45.65478
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64682,
                    45.5905
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.92593,
                    45.53746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93748,
                    45.69319
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.99703,
                    45.77857
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74868,
                    45.48734
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64328,
                    45.59666
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66116,
                    45.53362
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5764,
                    43.82245
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.92217,
                    45.42459
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85108,
                    45.63932
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29457,
                    46.73281
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.18639,
                    46.78872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2821,
                    46.78244
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54575,
                    45.45443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.99945,
                    45.78765
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25684,
                    43.96895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.00092,
                    45.76807
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52161,
                    43.77547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52705,
                    43.80578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.00154,
                    45.77837
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80811,
                    45.69666
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84047,
                    45.63682
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79849,
                    45.62851
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.92908,
                    45.5608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8212,
                    45.63482
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85583,
                    45.63969
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82489,
                    45.64602
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84647,
                    45.58945
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45483,
                    43.66176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19495,
                    42.97827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.33279,
                    42.96047
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.21846,
                    42.98048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24493,
                    43.03793
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29213,
                    42.94746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19881,
                    43.01374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2797,
                    42.98774
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23666,
                    42.999
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22821,
                    43.00271
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29663,
                    42.98937
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.18211,
                    43.01715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.16567,
                    42.99431
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24363,
                    42.94637
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27456,
                    43.02893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.17342,
                    43.00181
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27489,
                    43.00602
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27439,
                    43.02892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22133,
                    42.93125
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24109,
                    43.01897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.15675,
                    43.02343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29225,
                    42.94732
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26814,
                    43.03082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23723,
                    42.97109
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25231,
                    42.99395
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.21306,
                    42.9696
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27381,
                    43.01251
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.16156,
                    42.97083
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.21127,
                    43.00775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23813,
                    42.98411
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.21906,
                    42.99249
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.30038,
                    43.02313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23001,
                    42.98933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23076,
                    42.98907
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25013,
                    42.98439
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.30439,
                    42.99376
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25081,
                    42.98201
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.3206,
                    42.97593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22828,
                    42.98199
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27214,
                    42.95639
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24385,
                    42.98393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2243,
                    42.99091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26987,
                    43.00992
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2559,
                    42.99479
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24681,
                    42.98601
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27526,
                    42.94833
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23085,
                    42.96182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23368,
                    43.00788
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25305,
                    43.03179
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.21435,
                    42.94449
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22701,
                    43.00986
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.30957,
                    42.97895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.30448,
                    43.00674
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24656,
                    42.98609
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.273,
                    42.99183
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.30501,
                    43.00665
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19233,
                    43.02762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22685,
                    42.94543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20064,
                    43.01103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24552,
                    43.01688
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.33548,
                    43.00856
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.33456,
                    42.96037
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29589,
                    42.98994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.17376,
                    43.00301
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26084,
                    42.95933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20654,
                    42.96235
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29659,
                    42.98374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22734,
                    42.93094
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60315,
                    45.47927
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19922,
                    43.01323
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.28148,
                    43.02563
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23158,
                    42.96164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.17358,
                    43.00273
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.28733,
                    42.98527
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2981,
                    42.98904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26428,
                    43.00821
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22838,
                    42.95034
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26281,
                    42.9836
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27607,
                    46.72213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2748,
                    43.00612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2239,
                    42.93343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.99956,
                    45.77319
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22845,
                    42.9503
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20875,
                    42.96025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24823,
                    42.98097
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50005,
                    43.42065
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19595,
                    42.97788
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20586,
                    43.00132
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27334,
                    42.99254
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83434,
                    45.63569
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.28182,
                    43.02586
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43353,
                    43.39645
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85222,
                    43.24108
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76555,
                    43.22865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87004,
                    43.25301
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.98377,
                    43.37145
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.97918,
                    43.37139
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.97789,
                    43.35772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85891,
                    43.52236
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89008,
                    43.21128
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90993,
                    43.53332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86696,
                    43.52393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.96315,
                    43.3772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86102,
                    43.52389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80833,
                    43.59802
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26863,
                    43.03068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88702,
                    43.50782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29184,
                    42.94738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24385,
                    42.94209
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22385,
                    42.97113
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.97668,
                    43.35617
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27137,
                    43.01601
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3178,
                    43.89779
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86612,
                    43.52753
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27279,
                    43.01029
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41732,
                    43.7987
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8381,
                    43.48412
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51563,
                    43.44155
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24527,
                    42.98514
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5258,
                    43.43153
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8325,
                    45.62579
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26376,
                    42.99224
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3865,
                    43.8433
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48331,
                    43.38927
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89531,
                    45.68325
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41315,
                    43.86693
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.18177,
                    43.01374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90959,
                    43.31522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8535,
                    43.1935
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7987,
                    43.17818
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83262,
                    45.63334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26958,
                    42.98551
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26766,
                    46.86238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33078,
                    46.7519
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33006,
                    46.75246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21702,
                    46.80934
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2331,
                    46.8251
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.15022,
                    46.89078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26494,
                    46.7819
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21494,
                    46.81206
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22262,
                    46.80654
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2963,
                    46.77246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21982,
                    46.84238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23998,
                    46.79678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25174,
                    46.84974
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33838,
                    46.75638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32622,
                    46.87278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24318,
                    46.87614
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.36518,
                    46.75174
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26638,
                    46.85942
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32126,
                    46.81126
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2167,
                    46.84726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3007,
                    46.89518
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30198,
                    46.77742
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21758,
                    46.8159
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.41694,
                    46.8515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26302,
                    46.8459
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21734,
                    46.8471
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24422,
                    46.80174
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.38326,
                    46.79198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33918,
                    46.82422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24046,
                    46.79694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27062,
                    46.77646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.31054,
                    46.8399
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22158,
                    46.8071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2135,
                    46.81846
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23966,
                    46.85102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24654,
                    46.80934
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.19038,
                    46.89926
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24334,
                    46.79118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.20518,
                    46.81694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21982,
                    46.88574
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27622,
                    46.8131
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24222,
                    46.84942
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21934,
                    46.8619
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27718,
                    46.83558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24606,
                    46.82502
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.36086,
                    46.7759
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22398,
                    46.81278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21342,
                    46.81662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23158,
                    46.8235
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2327,
                    46.80086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21678,
                    46.84718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.28374,
                    46.7699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27038,
                    46.77654
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29366,
                    46.8359
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32846,
                    46.81006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2387,
                    46.85134
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3171,
                    46.82662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26054,
                    46.79414
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22606,
                    46.83606
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27246,
                    46.7763
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.28302,
                    46.83062
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27558,
                    46.77374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25926,
                    46.79262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26166,
                    46.84486
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24246,
                    46.81806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.28974,
                    46.76782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.34494,
                    46.86782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.20382,
                    46.8079
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32085,
                    46.7595
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.37598,
                    46.76638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32382,
                    46.81286
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22942,
                    46.81182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23686,
                    46.7947
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22278,
                    46.80638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.36158,
                    46.84758
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32398,
                    46.75838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23166,
                    46.81494
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23166,
                    46.79766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.36326,
                    46.84918
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.17382,
                    46.88782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21638,
                    46.84702
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30982,
                    46.83006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.1791,
                    46.86918
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3315,
                    46.8647
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.38342,
                    46.79214
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.37286,
                    46.90446
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30774,
                    46.81294
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27526,
                    46.75814
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.17368,
                    43.00287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77924,
                    43.24171
                ]
            }
        },
        {
            "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.32262,
                    46.77974
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21534,
                    46.84406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2563,
                    46.83158
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.35486,
                    46.85598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29742,
                    46.72402
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4417,
                    43.42208
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78711,
                    45.263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.38958,
                    46.86486
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2267,
                    46.81446
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38327,
                    43.64426
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.44262,
                    46.8715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19636,
                    42.95125
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29446,
                    46.7643
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.36078,
                    46.85054
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8711,
                    43.25579
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44872,
                    43.40685
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51068,
                    43.45447
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23294,
                    46.80078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30752,
                    46.709
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94864,
                    43.24544
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44592,
                    43.45872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2787,
                    46.7867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.47588,
                    43.43795
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24896,
                    42.97255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84663,
                    43.25924
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86855,
                    43.25909
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83208,
                    43.24557
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90758,
                    43.26174
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50968,
                    43.4113
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26782,
                    46.86214
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48505,
                    43.45088
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82523,
                    43.23398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56071,
                    43.43548
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50864,
                    43.43068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90056,
                    43.26302
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86573,
                    43.25573
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82365,
                    43.20469
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25086,
                    46.81294
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.15598,
                    42.77568
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.91872,
                    43.25794
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20194,
                    42.77917
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.16615,
                    42.79664
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.45216,
                    43.41232
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52585,
                    43.46601
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50083,
                    43.43773
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82754,
                    43.58094
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85538,
                    43.51969
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8632,
                    43.50491
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.16801,
                    42.76378
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87557,
                    43.53458
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2007,
                    46.85414
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87447,
                    43.21973
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41487,
                    43.67468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67754,
                    43.57443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55403,
                    43.62943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59044,
                    43.66745
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68574,
                    43.60338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71713,
                    43.63612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68435,
                    43.61255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60869,
                    43.53058
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61903,
                    43.57779
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71117,
                    43.56078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58771,
                    43.55515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61097,
                    43.64491
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59382,
                    43.56405
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58057,
                    43.60713
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63548,
                    43.58979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6551,
                    43.60807
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68853,
                    43.56307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60723,
                    43.62642
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76754,
                    43.57105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61664,
                    43.60956
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65394,
                    43.60608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58881,
                    43.60247
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5386,
                    43.63565
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69111,
                    43.70195
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.598,
                    43.66246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72591,
                    43.58526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59387,
                    43.73363
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64656,
                    43.59366
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64043,
                    43.72156
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6267,
                    43.71549
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59468,
                    43.71481
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60561,
                    43.72918
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64162,
                    43.72099
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64099,
                    43.72147
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63017,
                    43.62677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65528,
                    43.7191
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72046,
                    43.58986
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53805,
                    43.63834
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61005,
                    43.65233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62966,
                    43.64314
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64183,
                    43.65127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64105,
                    43.72033
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53248,
                    43.64263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66466,
                    43.65067
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62251,
                    43.71055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64073,
                    43.72154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64756,
                    43.60587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63827,
                    43.60019
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57272,
                    43.64323
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71695,
                    43.65385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71448,
                    43.56006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54667,
                    43.63126
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76109,
                    43.5977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60593,
                    43.5728
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75893,
                    43.58324
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2416,
                    43.72075
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25729,
                    43.77449
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38422,
                    43.6506
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44618,
                    43.63925
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30913,
                    43.66793
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26395,
                    43.73344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20651,
                    43.76384
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75875,
                    43.58332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41613,
                    43.77955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30282,
                    43.7031
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40602,
                    43.74531
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68433,
                    43.54553
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31555,
                    43.69681
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54606,
                    43.5893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69913,
                    43.56588
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7259,
                    43.63624
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66394,
                    43.53517
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59291,
                    43.6717
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72298,
                    43.55269
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59762,
                    43.6866
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6469,
                    43.59385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62437,
                    43.69045
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72376,
                    43.5436
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64633,
                    43.59395
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63177,
                    43.59099
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56782,
                    43.71137
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65177,
                    43.57908
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39548,
                    43.67229
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32386,
                    43.76283
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74216,
                    45.60425
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23548,
                    43.75773
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40025,
                    43.67581
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35858,
                    43.6767
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17543,
                    43.80747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62854,
                    43.59224
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19577,
                    43.79232
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26358,
                    43.73213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25112,
                    43.77876
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53535,
                    43.63785
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63773,
                    43.51257
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64907,
                    43.59239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35397,
                    43.80017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26378,
                    43.73205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24545,
                    43.73965
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35489,
                    43.66493
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56719,
                    43.71146
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34864,
                    43.68951
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24162,
                    43.83455
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25443,
                    43.77969
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23213,
                    43.74025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37994,
                    43.65148
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56291,
                    43.64374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46262,
                    43.74981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39803,
                    43.67442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22468,
                    43.82543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61432,
                    43.6308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53939,
                    43.71772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53612,
                    43.63721
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24596,
                    43.83772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36302,
                    43.65291
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46634,
                    43.76913
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14286,
                    43.77821
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53082,
                    43.63134
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30846,
                    43.80279
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21393,
                    43.81088
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2653,
                    43.75171
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27582,
                    43.75159
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32553,
                    43.79451
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22138,
                    43.81953
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18546,
                    43.7845
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30105,
                    43.68897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28454,
                    43.6818
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21192,
                    43.74381
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40172,
                    43.72507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46223,
                    43.6934
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28857,
                    43.73055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42685,
                    43.77714
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3437,
                    43.7376
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28018,
                    43.71003
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4766,
                    43.77022
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36118,
                    43.75298
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53574,
                    43.63761
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63216,
                    43.74677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41807,
                    43.68275
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26386,
                    43.73207
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60394,
                    43.75768
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26391,
                    43.73302
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28339,
                    43.68097
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31416,
                    43.74112
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34631,
                    43.68303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40625,
                    43.74548
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24176,
                    43.79836
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31179,
                    43.72729
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26885,
                    43.76851
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72056,
                    45.55949
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48774,
                    43.72526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46013,
                    43.713
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26792,
                    43.81022
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57662,
                    43.70444
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24162,
                    43.73811
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3292,
                    43.77486
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34693,
                    43.77563
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38625,
                    43.65097
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26377,
                    43.71599
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3581,
                    43.67695
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36807,
                    43.65077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25847,
                    43.73505
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26304,
                    43.79979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49301,
                    43.76297
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49086,
                    43.76566
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24211,
                    43.75632
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26123,
                    43.76994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28861,
                    43.69389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32556,
                    43.6644
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27108,
                    43.76792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31308,
                    43.68639
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27951,
                    43.71016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31522,
                    43.75748
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29703,
                    43.70888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32736,
                    43.656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27251,
                    43.76762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30327,
                    43.79964
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34177,
                    43.81538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30862,
                    43.80286
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31403,
                    43.66597
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29704,
                    43.69187
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42776,
                    43.77695
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25743,
                    43.78735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51129,
                    43.6481
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37665,
                    43.67215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18877,
                    43.77518
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22238,
                    43.75132
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34206,
                    43.70775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6192,
                    43.7334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.518,
                    43.69967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28842,
                    43.69412
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28685,
                    43.82953
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27762,
                    43.78368
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49086,
                    43.76492
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24015,
                    43.7959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59278,
                    43.73662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18006,
                    43.82007
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45155,
                    43.65317
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47037,
                    43.66543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36591,
                    43.65947
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58858,
                    43.66704
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19297,
                    43.8035
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26323,
                    43.73246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53943,
                    43.75261
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26448,
                    43.74957
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25938,
                    43.73727
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51307,
                    43.75823
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26331,
                    43.7467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47115,
                    43.78714
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53848,
                    43.63798
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42273,
                    43.77817
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60152,
                    43.73471
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5686,
                    43.67575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62153,
                    43.72465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36021,
                    43.75279
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32967,
                    43.78943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55977,
                    43.6462
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37708,
                    43.64696
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50971,
                    43.75879
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17961,
                    43.81939
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29552,
                    43.70777
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26292,
                    43.73144
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18092,
                    43.80607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27755,
                    43.73017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3446,
                    43.67841
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28018,
                    43.71
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17315,
                    43.76452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14999,
                    43.79773
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33997,
                    43.77621
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51356,
                    43.74125
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2641,
                    43.73167
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39868,
                    43.7046
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34934,
                    43.71727
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34678,
                    43.77557
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46598,
                    43.65413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32381,
                    43.68376
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35806,
                    43.65313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31897,
                    43.802
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26192,
                    43.81997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60264,
                    43.73424
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19331,
                    43.78535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35352,
                    43.69266
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35805,
                    43.67701
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.15106,
                    43.78736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49923,
                    43.61825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42107,
                    43.69
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33932,
                    43.72305
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4986,
                    43.68417
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22642,
                    43.81204
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4821,
                    43.70761
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25117,
                    43.70626
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24875,
                    43.76525
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30761,
                    43.77894
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26031,
                    43.774
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45393,
                    43.67066
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41863,
                    43.74064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31474,
                    43.75812
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35785,
                    43.65233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27333,
                    43.69369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34653,
                    43.77612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35288,
                    43.78743
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24582,
                    43.77341
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26294,
                    43.7313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32284,
                    43.68415
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29485,
                    43.74522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30024,
                    43.75877
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.416,
                    43.78227
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28856,
                    43.80681
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28017,
                    43.70999
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30497,
                    43.77218
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52429,
                    43.64451
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21195,
                    43.74383
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52108,
                    43.60779
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2414,
                    43.83413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29646,
                    43.68929
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30566,
                    43.73226
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28011,
                    43.70983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28683,
                    43.82845
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21463,
                    43.81921
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20619,
                    43.7494
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58166,
                    43.76113
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33758,
                    43.80652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30188,
                    43.72474
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53553,
                    43.75342
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.473,
                    43.76736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42998,
                    43.64952
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61058,
                    43.73751
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50396,
                    43.64513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38795,
                    43.70255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39175,
                    43.78522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45952,
                    43.73185
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30621,
                    43.73335
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37185,
                    43.66774
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38418,
                    43.65714
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32564,
                    43.69847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35974,
                    43.71471
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36246,
                    43.6602
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41534,
                    43.78161
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25703,
                    43.77481
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26754,
                    43.7323
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22188,
                    43.81973
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45438,
                    43.71422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33413,
                    43.72476
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35154,
                    43.66276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51672,
                    43.59785
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43253,
                    43.71851
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45019,
                    43.80728
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35589,
                    43.68683
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58913,
                    43.74091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3282,
                    43.72782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2944,
                    43.74457
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17347,
                    43.79048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36768,
                    43.6489
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35412,
                    43.80012
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28004,
                    43.71022
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53801,
                    43.63838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43765,
                    43.73669
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26263,
                    43.73144
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5066,
                    43.64843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62106,
                    43.68722
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1938,
                    43.76659
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27334,
                    43.80657
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51356,
                    43.61256
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23243,
                    43.81746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30031,
                    43.69355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60234,
                    43.73016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62203,
                    43.74616
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42961,
                    43.7191
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35284,
                    43.70222
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28033,
                    43.76389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27888,
                    43.75948
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31376,
                    43.66703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53223,
                    43.64241
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40419,
                    43.64786
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3432,
                    43.73642
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2585,
                    43.77418
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35023,
                    43.69888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49974,
                    43.72274
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43756,
                    43.75168
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2173,
                    43.79778
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47305,
                    43.63582
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41581,
                    43.72276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33802,
                    43.6959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51623,
                    43.73867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38452,
                    43.74787
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59025,
                    43.64521
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45196,
                    43.73362
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59219,
                    43.66204
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35038,
                    43.6588
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32509,
                    43.82135
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44142,
                    43.63957
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28046,
                    43.71083
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.16841,
                    43.78435
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18076,
                    43.75256
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51103,
                    43.62456
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51461,
                    43.68655
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19018,
                    43.77784
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48768,
                    43.70642
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6461,
                    43.71558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46714,
                    43.67157
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36578,
                    43.65914
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33063,
                    43.65534
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27173,
                    43.79476
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36932,
                    43.64452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34149,
                    43.81667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43133,
                    43.72652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42159,
                    43.69129
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4468,
                    43.79023
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23315,
                    43.78205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26533,
                    43.75171
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21919,
                    43.7434
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31055,
                    43.79787
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4582,
                    43.68307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37663,
                    43.67205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30853,
                    43.7531
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35756,
                    43.65148
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33767,
                    43.68132
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34163,
                    43.73076
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34721,
                    43.76107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35105,
                    43.72709
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36717,
                    43.71299
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33297,
                    43.73941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59187,
                    43.73663
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60992,
                    43.73367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30302,
                    43.79966
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41538,
                    43.78141
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26392,
                    43.74816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23485,
                    43.78431
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18608,
                    43.7678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3207,
                    43.78146
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26981,
                    43.76828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28513,
                    43.74729
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34351,
                    43.707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37303,
                    43.69653
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31127,
                    43.7862
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28112,
                    43.76646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30292,
                    43.79961
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38291,
                    43.74866
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24081,
                    43.77464
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48828,
                    43.68725
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50295,
                    43.70023
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39626,
                    43.64842
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5636,
                    43.64721
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37799,
                    43.64347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35814,
                    43.67546
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39819,
                    43.65327
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25859,
                    43.73587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40325,
                    43.65724
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4146,
                    43.78059
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3449,
                    43.6672
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27106,
                    43.73974
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32048,
                    43.82046
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39381,
                    43.79213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32048,
                    43.82046
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28043,
                    43.7108
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3972,
                    43.76464
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37564,
                    43.65262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39983,
                    43.70643
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35716,
                    43.65715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43466,
                    43.64092
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33663,
                    43.80392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26277,
                    43.79903
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35448,
                    43.65786
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27557,
                    43.75083
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2851,
                    43.74776
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50845,
                    43.60242
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55874,
                    43.60984
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51038,
                    43.61694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24258,
                    43.73789
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25553,
                    43.78558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60784,
                    43.75666
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23499,
                    43.78162
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52417,
                    43.64473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58113,
                    43.71357
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35151,
                    43.75473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2047,
                    43.81236
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54863,
                    43.60933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52494,
                    43.64839
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54642,
                    43.69678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55704,
                    43.61019
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4917,
                    43.66562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43157,
                    43.78412
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44317,
                    43.65932
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38294,
                    43.66098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48578,
                    43.72577
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41459,
                    43.76071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25819,
                    43.77426
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37448,
                    43.66717
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52993,
                    43.73568
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43376,
                    43.73748
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53477,
                    43.63875
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30717,
                    43.77904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21195,
                    43.79014
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26821,
                    43.73283
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29084,
                    43.76354
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39209,
                    43.63844
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59592,
                    43.71755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40011,
                    43.70623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4787,
                    43.63102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22195,
                    43.74245
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30392,
                    43.77981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27147,
                    43.76772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49182,
                    43.78223
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29239,
                    43.81472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30647,
                    43.89653
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39899,
                    43.63608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22556,
                    43.76001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24838,
                    43.71063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25108,
                    43.70694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24086,
                    43.79809
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25729,
                    43.77472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40198,
                    43.64203
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3856,
                    43.64749
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50915,
                    43.77669
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32321,
                    43.68413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30904,
                    43.66336
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.217,
                    43.76583
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2797,
                    43.71014
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30495,
                    43.7438
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18311,
                    43.76975
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4998,
                    43.68723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45061,
                    43.7342
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24644,
                    43.75548
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26476,
                    43.75172
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39034,
                    43.70846
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41847,
                    43.79167
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31548,
                    43.79697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25119,
                    43.83368
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26766,
                    43.83291
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26363,
                    43.73139
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6504,
                    43.70963
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56244,
                    43.68433
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41444,
                    43.78037
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53551,
                    43.63772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45957,
                    43.65565
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41566,
                    43.6841
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29783,
                    43.72668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47595,
                    43.65173
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30364,
                    43.82206
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26107,
                    43.77358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38487,
                    43.65101
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47856,
                    43.63127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3555,
                    43.65737
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33753,
                    43.65522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30193,
                    43.68904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30165,
                    43.68804
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42646,
                    43.68158
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25622,
                    43.81016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39937,
                    43.78322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45319,
                    43.65697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24589,
                    43.77339
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56991,
                    43.72802
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24623,
                    43.75831
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40013,
                    43.63647
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39581,
                    43.67261
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38865,
                    43.66028
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30632,
                    43.71377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52329,
                    43.69818
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43623,
                    43.64073
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41579,
                    43.64482
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62093,
                    43.68681
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25249,
                    43.77528
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46643,
                    43.66998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26389,
                    43.73163
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3545,
                    43.66569
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34316,
                    43.7363
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38834,
                    43.80511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37437,
                    43.65716
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25714,
                    43.77477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39377,
                    43.64239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39851,
                    43.6872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27389,
                    43.8223
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5368,
                    43.71674
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29833,
                    43.76191
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38712,
                    43.66063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6036,
                    43.71746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21861,
                    43.74287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18566,
                    43.78439
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19016,
                    43.76715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1301,
                    43.78072
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36393,
                    43.77165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52892,
                    43.6268
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43312,
                    43.67454
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60264,
                    43.73008
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54256,
                    43.7528
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24604,
                    43.73747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42335,
                    43.65875
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33166,
                    43.7929
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2729,
                    43.90848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27761,
                    43.80553
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37253,
                    43.65389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42516,
                    43.68176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53607,
                    43.72941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60606,
                    43.68582
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28252,
                    43.67371
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41737,
                    43.6358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47839,
                    43.63165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36329,
                    43.65263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53052,
                    43.66077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26012,
                    43.71673
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38686,
                    43.74747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55211,
                    43.61002
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60821,
                    43.75647
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30126,
                    43.68929
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34389,
                    43.65157
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54127,
                    43.74676
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39857,
                    43.70509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3071,
                    43.73523
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3784,
                    43.64434
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33754,
                    43.65515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31283,
                    43.6671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3548,
                    43.66562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28852,
                    43.69377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33756,
                    43.67381
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35021,
                    43.70442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31274,
                    43.69698
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3709,
                    43.65801
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27947,
                    43.71037
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26253,
                    43.73153
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31467,
                    43.75625
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43423,
                    43.73774
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49076,
                    43.76521
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37442,
                    43.70358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39936,
                    43.70499
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39687,
                    43.69763
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35825,
                    43.67689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39049,
                    43.70826
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34686,
                    43.77645
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39081,
                    43.77928
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18549,
                    43.76865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34945,
                    43.70545
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31396,
                    43.75814
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23142,
                    43.74053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14285,
                    43.77815
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26303,
                    43.73324
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37746,
                    43.64207
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35554,
                    43.69105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37776,
                    43.64878
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27011,
                    43.73776
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28427,
                    43.86675
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30385,
                    43.82446
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39251,
                    43.79264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26531,
                    43.81941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31044,
                    43.75885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40599,
                    43.65237
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39689,
                    43.6451
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27094,
                    43.76741
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38075,
                    43.65643
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36205,
                    43.81101
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37759,
                    43.6484
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36022,
                    43.75324
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35261,
                    43.78685
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37962,
                    43.66172
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28542,
                    43.68073
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36197,
                    43.66025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31443,
                    43.66682
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30296,
                    43.72459
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42228,
                    43.65452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38927,
                    43.63826
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42205,
                    43.64
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41512,
                    43.64167
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46784,
                    43.67245
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5269,
                    43.62129
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35453,
                    43.8127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3578,
                    43.65592
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34953,
                    43.69767
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25182,
                    43.7541
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4791,
                    43.63104
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51849,
                    43.59784
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24127,
                    43.8338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52427,
                    43.59667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38754,
                    43.70192
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39572,
                    43.64716
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28501,
                    43.68072
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4789,
                    43.62762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40581,
                    43.65197
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46544,
                    43.65389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40868,
                    43.80063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2877,
                    43.75492
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27564,
                    43.77931
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53189,
                    43.63345
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5088,
                    43.59988
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26213,
                    43.73371
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50042,
                    43.6213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27904,
                    43.78511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25876,
                    43.78979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2629,
                    43.73186
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19031,
                    43.77816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.269,
                    43.76178
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1684,
                    43.78434
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25974,
                    43.73416
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28504,
                    43.78384
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34428,
                    43.77634
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22671,
                    43.79646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32506,
                    43.78047
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26252,
                    43.73148
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25569,
                    43.77482
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40356,
                    43.70573
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.16088,
                    43.8061
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42552,
                    43.68143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43676,
                    43.64074
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26145,
                    43.73367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55998,
                    43.71343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51129,
                    43.6481
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57857,
                    43.64177
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44914,
                    43.66616
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37971,
                    43.6535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56265,
                    43.72347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41899,
                    43.68303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42658,
                    43.79649
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50909,
                    43.7769
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4252,
                    43.66096
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46013,
                    43.74929
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41451,
                    43.78048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53705,
                    43.71701
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45237,
                    43.75306
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23853,
                    43.79402
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3418,
                    43.75706
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30167,
                    43.68922
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34718,
                    43.68484
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36587,
                    43.65887
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28001,
                    43.70982
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27999,
                    43.71034
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32713,
                    43.69221
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3146,
                    43.7556
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36134,
                    43.64818
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38051,
                    43.6931
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48674,
                    43.61838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56902,
                    43.75566
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31825,
                    43.70075
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48281,
                    43.66729
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34416,
                    43.67109
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28801,
                    43.69138
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21612,
                    43.76165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34868,
                    43.71738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40302,
                    43.70569
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29947,
                    43.80065
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26454,
                    43.89383
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21096,
                    43.78122
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62409,
                    43.75111
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26296,
                    43.73131
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4473,
                    43.73467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35533,
                    43.66489
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39924,
                    43.70553
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35107,
                    43.70384
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35325,
                    43.667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28921,
                    43.78526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47675,
                    43.62692
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51147,
                    43.64806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40569,
                    43.67106
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57666,
                    43.73897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53104,
                    43.63142
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19059,
                    43.7666
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37777,
                    43.64882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28076,
                    43.76602
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47202,
                    43.71014
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46558,
                    43.73091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30441,
                    43.81786
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41473,
                    43.78109
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35049,
                    43.72664
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45506,
                    43.65055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.416,
                    43.78231
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2813,
                    43.67369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20167,
                    43.82176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41537,
                    43.77906
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50941,
                    43.77681
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22961,
                    43.78628
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32305,
                    43.68396
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3432,
                    43.70679
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34137,
                    43.7389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42696,
                    43.70069
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34791,
                    43.65931
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29708,
                    43.80156
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51201,
                    43.64884
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53506,
                    43.63808
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4508,
                    43.7342
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45943,
                    43.73189
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.13589,
                    43.7909
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47684,
                    43.70919
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25286,
                    43.73577
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3015,
                    43.72193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42582,
                    43.70347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44467,
                    43.79081
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2564,
                    43.77489
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44505,
                    43.78123
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24343,
                    43.81337
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25946,
                    43.71746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3549,
                    43.65775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32695,
                    43.71364
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26374,
                    43.73236
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38192,
                    43.78726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27381,
                    43.74671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31775,
                    43.77643
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26328,
                    43.73249
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.252,
                    43.77191
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24077,
                    43.77465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60006,
                    43.73484
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34624,
                    43.77612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40413,
                    43.64777
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34408,
                    43.73692
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24588,
                    43.83175
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41978,
                    43.79699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36634,
                    43.81001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2175,
                    43.73835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58942,
                    43.6648
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21401,
                    43.81021
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42619,
                    43.66234
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5395,
                    43.65105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44022,
                    43.65068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36982,
                    43.65442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43622,
                    43.63708
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35769,
                    43.79193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36468,
                    43.65547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3338,
                    43.81098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35869,
                    43.67602
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42587,
                    43.6344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40283,
                    43.64414
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39798,
                    43.6527
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35962,
                    43.66355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28519,
                    43.68143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40039,
                    43.65904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31247,
                    43.68644
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42848,
                    43.63873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43806,
                    43.71728
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33767,
                    43.79389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3432,
                    43.73698
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3009,
                    43.67833
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40236,
                    43.65194
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61424,
                    43.75088
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36086,
                    43.75723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29208,
                    43.82723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2304,
                    43.727
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22507,
                    43.75968
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2587,
                    43.78961
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34733,
                    43.75574
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41821,
                    43.6408
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40953,
                    43.66112
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30566,
                    43.66883
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41537,
                    43.63633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53887,
                    43.59321
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41131,
                    43.66663
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51661,
                    43.59403
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37736,
                    43.65205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33445,
                    43.66237
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4619,
                    43.67089
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52502,
                    43.61618
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34734,
                    43.79436
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55408,
                    43.66641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5284,
                    43.64853
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56152,
                    43.73559
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55858,
                    43.64341
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24325,
                    43.80494
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47383,
                    43.66561
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57627,
                    43.76433
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22056,
                    43.77903
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48994,
                    43.61371
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.13661,
                    43.79267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25833,
                    43.77424
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25873,
                    43.77439
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41501,
                    43.64143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37912,
                    43.74961
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22112,
                    43.82002
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51113,
                    43.64842
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52391,
                    43.64445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.511,
                    43.64823
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.441,
                    43.76543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44104,
                    43.69312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18824,
                    43.76913
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47892,
                    43.75462
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48294,
                    43.72638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30106,
                    43.76096
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41694,
                    43.64104
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47663,
                    43.70925
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37329,
                    43.66356
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22989,
                    43.74215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35312,
                    43.64496
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25297,
                    43.77536
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29664,
                    43.6753
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41553,
                    43.72206
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72648,
                    45.56596
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68279,
                    45.56018
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72979,
                    45.53424
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80668,
                    45.59919
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74554,
                    45.54201
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7487,
                    45.58247
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60523,
                    45.65025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7664,
                    45.62583
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74853,
                    45.56827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72194,
                    45.53123
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82867,
                    45.56392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71168,
                    45.55004
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78874,
                    45.54159
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75835,
                    45.58473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84667,
                    45.56598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.675,
                    45.5843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71977,
                    45.55861
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68354,
                    45.56022
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69804,
                    45.57573
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71114,
                    45.6011
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72314,
                    45.56161
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68224,
                    45.55997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73091,
                    45.53583
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74016,
                    45.61541
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77338,
                    45.52568
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78753,
                    45.57671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75387,
                    45.58715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57504,
                    45.66812
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72653,
                    45.56596
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72062,
                    45.55825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78763,
                    45.52915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75452,
                    45.6374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57572,
                    45.67006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72673,
                    45.58151
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77942,
                    45.56647
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80094,
                    45.52264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86418,
                    45.55795
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73236,
                    45.53703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72059,
                    45.55831
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73357,
                    45.56464
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53564,
                    45.6963
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69163,
                    45.57004
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71869,
                    45.60889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73369,
                    45.5648
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73989,
                    45.54393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64209,
                    45.63699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67529,
                    45.58325
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83452,
                    45.56949
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76234,
                    45.59828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71672,
                    45.58587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75759,
                    45.54882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62111,
                    45.64155
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71473,
                    45.59068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73843,
                    45.57024
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64837,
                    45.60318
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69664,
                    45.57452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72582,
                    45.67825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72339,
                    45.61428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64657,
                    45.60374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71454,
                    45.5546
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74298,
                    45.56192
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72637,
                    45.56076
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73216,
                    45.59999
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7383,
                    45.53802
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69582,
                    45.5738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74889,
                    45.53442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75415,
                    45.54621
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75548,
                    45.64069
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58099,
                    43.60742
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65494,
                    43.5605
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7357,
                    43.65048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64526,
                    43.596
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72128,
                    43.56904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71089,
                    43.56064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75252,
                    43.60963
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75881,
                    43.58332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.21159,
                    43.00764
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55645,
                    43.62853
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66136,
                    43.54104
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65354,
                    43.60605
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63674,
                    43.66496
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51887,
                    43.40703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75884,
                    43.58348
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71302,
                    43.54559
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71663,
                    43.63699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61448,
                    43.68722
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55044,
                    43.63014
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53918,
                    43.46842
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61372,
                    43.68315
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57544,
                    43.56112
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76043,
                    43.58502
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63304,
                    43.51259
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65472,
                    43.57682
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64924,
                    43.52542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27141,
                    42.98966
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54979,
                    43.63029
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84813,
                    43.36695
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60306,
                    43.75778
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72651,
                    45.34978
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44208,
                    43.69551
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50268,
                    43.76996
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48997,
                    43.78224
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67562,
                    43.5704
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62707,
                    43.71989
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76152,
                    43.37408
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77731,
                    43.34575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.95032,
                    43.89752
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62437,
                    43.75166
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.86327,
                    43.89763
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58488,
                    43.69477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41759,
                    43.79822
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67505,
                    43.59572
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43685,
                    43.64088
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.96738,
                    43.96237
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58608,
                    43.62464
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52836,
                    43.76669
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53481,
                    43.64044
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55671,
                    43.67582
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51533,
                    43.74781
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48849,
                    43.75394
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49792,
                    43.68457
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.29317,
                    43.55353
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39888,
                    43.70542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.471,
                    43.78689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55959,
                    43.64646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53494,
                    43.6382
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50853,
                    43.77633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64607,
                    43.59378
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4385,
                    43.87673
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2318,
                    43.88047
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32259,
                    43.84982
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45927,
                    43.65557
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55278,
                    43.68132
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51308,
                    43.7002
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58153,
                    43.64077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4103,
                    43.70421
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43967,
                    43.88137
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42432,
                    43.8162
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72701,
                    43.63662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86342,
                    43.21799
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52277,
                    43.7837
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4638,
                    43.98448
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4254,
                    43.84003
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64636,
                    43.59452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51257,
                    43.7791
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43346,
                    43.85518
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39919,
                    43.71011
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64649,
                    43.59471
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94388,
                    43.22904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41897,
                    43.79363
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64831,
                    43.5115
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75063,
                    43.57468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62873,
                    43.59211
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63324,
                    43.51272
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58383,
                    43.55564
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68811,
                    44.39038
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4892,
                    43.67675
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87962,
                    43.25766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70368,
                    44.33104
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62143,
                    43.63524
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74107,
                    43.59026
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58681,
                    43.55583
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47634,
                    43.69172
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50294,
                    43.69954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52889,
                    43.70484
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68873,
                    44.34838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67374,
                    43.21618
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50844,
                    43.777
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51729,
                    43.69241
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50969,
                    43.72463
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47618,
                    43.68115
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4645,
                    43.66509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47882,
                    43.71255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58703,
                    43.58167
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44894,
                    43.78215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44423,
                    43.7161
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66841,
                    43.56764
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79945,
                    43.20271
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44207,
                    43.89435
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44516,
                    43.69674
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68749,
                    43.52716
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45935,
                    43.65559
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86958,
                    43.24797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94874,
                    43.22634
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70181,
                    43.57293
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63234,
                    43.59144
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71147,
                    43.65241
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61676,
                    43.58006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87208,
                    43.25969
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74271,
                    43.23275
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48035,
                    43.65002
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78638,
                    43.23709
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50065,
                    43.69066
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62516,
                    43.5818
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50407,
                    43.70276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4145,
                    43.69289
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48496,
                    43.65047
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48132,
                    43.68176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4368,
                    43.6986
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83976,
                    43.26733
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71373,
                    43.56006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84261,
                    43.25825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43406,
                    43.67505
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46408,
                    43.69236
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51788,
                    43.75788
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80567,
                    43.23151
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.91135,
                    43.2332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64576,
                    43.59371
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4235,
                    43.81148
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76233,
                    43.58176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44053,
                    43.70082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48437,
                    43.6499
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53477,
                    43.71085
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52495,
                    43.7612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47826,
                    43.70905
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66893,
                    43.56341
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42758,
                    43.82903
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71222,
                    43.62407
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63537,
                    43.51522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83878,
                    43.25226
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42861,
                    43.71216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59479,
                    43.6165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80647,
                    43.37932
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82067,
                    43.32904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50919,
                    43.77695
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68783,
                    43.5931
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50493,
                    43.70673
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43589,
                    43.69877
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58831,
                    43.66746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51963,
                    43.76567
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4576,
                    43.72677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56195,
                    43.62755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48583,
                    43.6851
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3928,
                    43.69903
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67187,
                    43.6032
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56018,
                    43.76739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4606,
                    43.68916
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40087,
                    43.76665
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4973,
                    43.76567
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49046,
                    43.66394
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47684,
                    43.68137
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39289,
                    43.63747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68223,
                    43.6283
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43829,
                    43.73049
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6911,
                    43.61741
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81638,
                    43.2636
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76392,
                    43.58306
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75878,
                    43.58347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50904,
                    43.7208
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70022,
                    43.56463
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64647,
                    43.59405
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71885,
                    43.5585
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83316,
                    43.18754
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70675,
                    43.64636
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63356,
                    43.71504
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74213,
                    43.54
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.683,
                    43.54213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.91981,
                    43.25766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87049,
                    43.25277
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94102,
                    43.25034
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75558,
                    43.24385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51066,
                    43.72943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4663,
                    43.76576
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43397,
                    43.79498
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5449,
                    43.63217
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92895,
                    43.20868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30446,
                    46.89102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44537,
                    43.68574
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46381,
                    43.75957
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4953,
                    43.6936
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60721,
                    43.54646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68269,
                    43.54146
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63044,
                    43.59031
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47304,
                    43.67804
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44088,
                    43.6977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73824,
                    43.65259
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76647,
                    43.37017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80951,
                    43.34009
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38267,
                    43.84428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4822,
                    43.8064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41627,
                    43.7828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6634,
                    43.5972
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49358,
                    43.67152
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48397,
                    43.64997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42564,
                    43.84
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42591,
                    43.79672
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52964,
                    43.73678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48769,
                    43.69511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41833,
                    43.79147
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64581,
                    43.5954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6574,
                    43.69012
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88943,
                    43.21115
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48547,
                    43.74051
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38963,
                    43.76075
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4741,
                    43.67888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45247,
                    43.66873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.26671,
                    43.57906
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80083,
                    43.31035
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.99973,
                    43.19885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42221,
                    43.65314
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47854,
                    43.74723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60444,
                    43.62085
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46174,
                    43.74837
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76543,
                    43.2286
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58822,
                    43.69899
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61662,
                    43.58004
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64293,
                    43.58419
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71165,
                    43.65233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6536,
                    43.6074
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78526,
                    45.65106
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7658,
                    43.2289
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53817,
                    43.63553
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23958,
                    46.79694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.00952,
                    45.76216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40117,
                    43.71996
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6755,
                    43.67437
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4764,
                    45.43539
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45228,
                    45.51705
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45768,
                    43.72712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.27464,
                    45.34258
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.26586,
                    45.30633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47163,
                    45.48859
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67827,
                    43.54885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43434,
                    45.50954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43143,
                    45.4488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.25439,
                    45.32689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47691,
                    45.53722
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24151,
                    42.95817
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39927,
                    43.70491
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56823,
                    43.7147
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45349,
                    43.65691
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50841,
                    43.6963
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48123,
                    43.66352
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.96259,
                    45.52868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.18453,
                    43.00238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.88622,
                    45.56847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44165,
                    43.42245
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40287,
                    43.64746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2452,
                    42.98476
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56364,
                    43.63721
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50868,
                    43.7018
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40372,
                    43.39083
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24856,
                    43.00361
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44598,
                    43.68546
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39045,
                    43.65004
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52149,
                    45.5208
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84381,
                    45.64132
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66223,
                    43.54033
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40366,
                    43.39068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4379,
                    43.69842
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.60231,
                    46.20651
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.59308,
                    46.20792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33182,
                    46.76414
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48585,
                    43.45117
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39831,
                    43.70432
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5386,
                    43.71804
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41492,
                    43.78148
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4148,
                    43.6366
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57657,
                    43.73217
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42792,
                    43.71141
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.90109,
                    45.55903
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37595,
                    43.72264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46448,
                    43.75516
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45096,
                    43.73413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44111,
                    43.67308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52228,
                    45.52414
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58955,
                    43.75921
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4486,
                    43.67248
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43078,
                    43.67435
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45052,
                    43.67577
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.99919,
                    45.76683
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54501,
                    43.6784
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39925,
                    43.65582
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23753,
                    42.98164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45103,
                    43.73461
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47519,
                    43.69044
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72594,
                    45.38985
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6943,
                    45.42171
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.57623,
                    45.45718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.47987,
                    45.49506
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71521,
                    45.27501
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66171,
                    45.39884
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65501,
                    45.33199
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.79706,
                    45.35512
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74432,
                    45.39124
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90742,
                    45.30888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77373,
                    45.3753
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68137,
                    45.43516
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7906,
                    45.35069
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.50903,
                    45.45406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64143,
                    45.39983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.93186,
                    45.34284
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70914,
                    45.27291
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65879,
                    45.36008
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74145,
                    45.26678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65408,
                    45.37352
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67685,
                    45.38855
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6384,
                    45.42901
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73203,
                    45.34825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71451,
                    45.31802
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66195,
                    45.38669
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6925,
                    45.42585
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69977,
                    45.42103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72429,
                    45.27491
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.84599,
                    45.28524
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51907,
                    45.47868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69107,
                    45.4265
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76184,
                    45.34743
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69773,
                    45.43046
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67986,
                    45.43645
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78535,
                    45.27043
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75156,
                    45.39645
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72909,
                    45.38836
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66919,
                    45.39317
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.53099,
                    45.46144
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7085,
                    45.41039
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67489,
                    45.43328
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69995,
                    45.41957
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.661,
                    45.37897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.52987,
                    45.44263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64465,
                    45.42572
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65632,
                    45.41421
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73758,
                    45.27981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60815,
                    45.43154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81119,
                    45.34578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68672,
                    45.38184
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66505,
                    45.41215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75886,
                    45.38956
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77831,
                    45.3669
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69637,
                    45.38544
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73698,
                    45.4035
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70743,
                    45.41436
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66594,
                    45.34495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63965,
                    45.42822
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69128,
                    45.42641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73607,
                    45.404
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65239,
                    45.45103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73711,
                    45.40348
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69237,
                    45.4127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66412,
                    45.41143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78625,
                    45.36349
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73661,
                    45.40377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60898,
                    45.43094
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74142,
                    45.26688
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67508,
                    45.41986
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.87681,
                    45.30072
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69546,
                    45.26867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70219,
                    45.41884
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72022,
                    45.36053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65883,
                    45.35979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81673,
                    45.32935
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6367,
                    45.42056
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67216,
                    45.42543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67632,
                    45.43269
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69556,
                    45.41135
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69199,
                    45.42609
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66505,
                    45.41215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70792,
                    45.39734
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64382,
                    45.41421
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8671,
                    45.32783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.57838,
                    45.45656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73161,
                    45.3871
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63743,
                    45.42051
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67767,
                    45.40854
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69834,
                    45.41768
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75776,
                    45.34416
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65095,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.689,
                    45.3903
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.88622,
                    45.32083
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.56241,
                    45.43254
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77095,
                    45.34796
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78561,
                    45.36652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78333,
                    45.36668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72743,
                    45.39967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73512,
                    45.29698
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8147,
                    45.34488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.55127,
                    45.43699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64368,
                    45.38797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.9233,
                    45.29123
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78904,
                    45.34757
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.89808,
                    45.30926
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74142,
                    45.39755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6861,
                    45.42861
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66505,
                    45.41215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72923,
                    45.25755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66644,
                    45.27782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64762,
                    45.35335
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67507,
                    45.38686
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.59022,
                    45.44173
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67858,
                    45.38269
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65883,
                    45.35979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71861,
                    45.41042
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72147,
                    45.37999
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.667,
                    45.36861
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63023,
                    45.3839
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81089,
                    45.34558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65883,
                    45.35979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72685,
                    45.3403
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90692,
                    45.30956
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73251,
                    45.38691
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90694,
                    45.30924
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.89369,
                    45.27762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.9065,
                    45.30979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.84134,
                    45.33827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7692,
                    45.37241
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.91988,
                    45.30988
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.87749,
                    45.29981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78749,
                    45.36398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72678,
                    45.33781
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75673,
                    45.33214
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.50361,
                    45.45355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73393,
                    45.26225
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66505,
                    45.41215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62173,
                    45.36959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73634,
                    45.4035
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67628,
                    45.38533
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90669,
                    45.30981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.44875,
                    45.46598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60796,
                    45.39265
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73936,
                    45.36166
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.49079,
                    45.47682
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76235,
                    45.34834
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64322,
                    45.39971
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62415,
                    45.44721
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74521,
                    45.39917
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51938,
                    45.4782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76152,
                    45.34723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.53537,
                    45.44942
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75217,
                    45.33392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7373,
                    45.40342
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.88221,
                    45.27747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74718,
                    45.32481
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66594,
                    45.41209
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.88084,
                    45.31043
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.89091,
                    45.32294
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.9059,
                    45.31021
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.86485,
                    45.28252
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77764,
                    45.26772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.92831,
                    45.27308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65431,
                    45.35215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.87717,
                    45.30057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.79789,
                    45.35821
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78296,
                    45.36614
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63084,
                    45.31493
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51868,
                    45.47847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68804,
                    45.27726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73213,
                    45.40008
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69465,
                    45.40844
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8206,
                    45.32724
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.93213,
                    45.34313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.47717,
                    45.46409
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81183,
                    45.34518
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.59483,
                    45.37513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73542,
                    45.29967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62892,
                    45.40909
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.93022,
                    45.27215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62201,
                    45.31746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78318,
                    45.36643
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63705,
                    45.42074
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75199,
                    45.33394
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8867,
                    45.29916
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73573,
                    45.29955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81145,
                    45.34543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73496,
                    45.36343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74148,
                    45.26703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51907,
                    45.47868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.52364,
                    45.43204
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71058,
                    45.27382
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72131,
                    45.39151
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67605,
                    45.38504
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6667,
                    45.41204
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69088,
                    45.42659
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78224,
                    45.3646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.61919,
                    45.38435
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63673,
                    45.42073
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67648,
                    45.38517
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76881,
                    45.38313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76531,
                    45.38793
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63227,
                    45.45165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77758,
                    45.35216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73882,
                    45.39827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64145,
                    45.43167
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77995,
                    45.37629
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81107,
                    45.34555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74664,
                    45.39854
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69637,
                    45.38561
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6014,
                    45.42801
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68868,
                    45.37407
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76324,
                    45.34892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.80918,
                    45.35339
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67742,
                    45.44636
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7826,
                    45.36643
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.84583,
                    45.28431
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63697,
                    45.42071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.84649,
                    45.28029
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68001,
                    45.41253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.79498,
                    45.33962
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.88591,
                    45.32027
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.46459,
                    45.45393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66977,
                    45.44541
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7694,
                    45.3828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6853,
                    45.41212
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75851,
                    45.34504
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6643,
                    45.34819
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90129,
                    45.31385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.47353,
                    45.44651
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65482,
                    45.35312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51302,
                    45.479
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63766,
                    45.42048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66482,
                    45.41217
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67705,
                    45.3846
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67632,
                    45.38524
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69489,
                    45.4137
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7398,
                    45.24916
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.00425,
                    45.77474
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.59792,
                    45.43979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73322,
                    45.25308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69051,
                    45.42675
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.46385,
                    45.48026
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.92599,
                    45.34824
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68726,
                    45.42477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66703,
                    45.27748
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69664,
                    45.38873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66748,
                    45.3783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63743,
                    45.42051
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75934,
                    45.26307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64935,
                    45.44027
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69104,
                    45.42876
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.45619,
                    45.47303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70139,
                    45.36904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71109,
                    45.29135
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7852,
                    45.36394
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60785,
                    45.43315
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.759,
                    45.3471
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71197,
                    45.36241
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.54021,
                    45.43488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69024,
                    45.42775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72344,
                    45.34503
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6367,
                    45.42056
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71363,
                    45.41253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62369,
                    45.40109
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72607,
                    45.27164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63078,
                    45.36512
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.89311,
                    45.30028
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78315,
                    45.36658
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.59932,
                    45.43929
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.79191,
                    45.35019
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77061,
                    45.38377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.59666,
                    45.46039
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60326,
                    45.43234
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8194,
                    45.34356
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64965,
                    45.37647
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69286,
                    45.38438
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66651,
                    45.27736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.93592,
                    45.30087
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73661,
                    45.40377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78338,
                    45.37504
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75545,
                    45.39479
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68694,
                    45.41389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.54087,
                    45.44545
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63921,
                    45.42773
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64265,
                    45.41005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39006,
                    43.63803
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65666,
                    45.41628
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68803,
                    45.40239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45511,
                    43.71554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73128,
                    45.36636
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81152,
                    45.34542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67535,
                    45.41975
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63651,
                    45.42074
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73676,
                    45.3347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44993,
                    43.69509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25143,
                    42.94123
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41486,
                    43.78062
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47233,
                    43.69075
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.9534,
                    45.40232
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73607,
                    45.404
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45189,
                    43.6541
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27499,
                    43.56336
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39153,
                    43.63771
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44514,
                    43.79271
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62363,
                    45.39984
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45562,
                    43.71821
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68155,
                    45.43607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78651,
                    45.36471
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45078,
                    43.73473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60886,
                    45.43121
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42597,
                    43.63518
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39968,
                    43.70554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.92096,
                    45.56622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43522,
                    43.65967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55042,
                    43.72516
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.96764,
                    43.89353
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27534,
                    46.77422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48143,
                    43.78449
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49137,
                    43.66613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5295,
                    43.4996
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87625,
                    43.89465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.17415,
                    42.95459
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29006,
                    42.9981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44277,
                    43.67716
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44694,
                    43.65166
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49419,
                    43.76634
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.24675,
                    45.44351
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.93782,
                    43.8656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88345,
                    43.93202
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.09113,
                    43.87445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54072,
                    43.84742
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44018,
                    43.67095
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42765,
                    43.63971
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.5206,
                    45.47799
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42587,
                    43.6344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60313,
                    43.70322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4153,
                    43.78113
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44514,
                    43.65121
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.37209,
                    45.47367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44751,
                    43.68878
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.41914,
                    45.43678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.28741,
                    45.44614
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51609,
                    45.51967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43554,
                    43.66031
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28022,
                    43.76358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45684,
                    43.7236
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42636,
                    43.63432
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4501,
                    43.69556
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45083,
                    43.73481
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43575,
                    43.66081
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45171,
                    43.73398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44264,
                    43.67705
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43125,
                    43.64946
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.33604,
                    45.58669
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42243,
                    43.79739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41602,
                    43.78176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.09547,
                    45.59538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4276,
                    43.63984
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2743,
                    42.92622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.36362,
                    45.51205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52486,
                    43.47598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80412,
                    45.63712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.33332,
                    45.57944
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3889,
                    43.65036
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23685,
                    43.00032
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25158,
                    46.84486
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.19997,
                    43.53461
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24878,
                    46.7919
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72481,
                    45.27198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46452,
                    44.21575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34566,
                    43.77962
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.533,
                    43.82753
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53073,
                    43.8234
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3698,
                    43.82203
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4541,
                    43.80902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41448,
                    43.78245
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5431,
                    43.84789
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.06278,
                    44.2641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.92565,
                    44.01725
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.25234,
                    43.54533
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81216,
                    43.32322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23894,
                    46.83118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43877,
                    45.59308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76442,
                    43.35757
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.15349,
                    46.03157
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.86543,
                    45.40712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80932,
                    43.3401
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76656,
                    43.3889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73343,
                    45.42415
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30534,
                    46.88902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.12385,
                    46.02754
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.09712,
                    46.03863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.32843,
                    45.57777
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86858,
                    43.29374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44976,
                    43.64812
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39546,
                    43.64893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.28678,
                    45.33126
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.272,
                    45.30165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.78963,
                    43.91373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8017,
                    43.35054
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86375,
                    43.25382
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8676,
                    43.26045
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81951,
                    43.24257
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86459,
                    43.24407
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94283,
                    43.25839
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6636,
                    43.2145
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80344,
                    43.25802
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62334,
                    45.43835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.93478,
                    43.25213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5808,
                    45.48646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4041,
                    43.667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29269,
                    46.76974
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.29086,
                    45.32586
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.1086,
                    45.04232
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.97976,
                    45.11213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.06346,
                    45.18354
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30694,
                    46.88854
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39382,
                    43.68814
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.84853,
                    43.9418
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5012,
                    43.74092
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41774,
                    43.72182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42056,
                    45.65585
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.41357,
                    45.72949
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.08817,
                    46.03769
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21718,
                    46.8091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32174,
                    46.81166
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46028,
                    43.74852
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.1612,
                    46.8091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.16685,
                    46.87814
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33606,
                    46.76526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.9726,
                    43.89253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63548,
                    45.4304
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68033,
                    45.44303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56152,
                    45.47422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44515,
                    43.85865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43978,
                    43.87077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39602,
                    43.8988
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48617,
                    44.05255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25374,
                    46.81934
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82571,
                    45.42899
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64577,
                    45.44514
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04148,
                    43.84738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5459,
                    43.76471
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81171,
                    43.24089
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33565,
                    43.66915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22574,
                    46.80494
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3847,
                    43.65057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61929,
                    45.43082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64086,
                    45.49096
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33742,
                    43.6617
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29942,
                    46.77446
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26286,
                    46.8779
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78339,
                    45.35603
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3607,
                    46.85086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.42973,
                    46.11603
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22358,
                    46.83582
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74124,
                    43.65687
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68661,
                    45.43987
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63171,
                    45.42903
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60879,
                    45.42535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86649,
                    43.26262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88246,
                    43.23886
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21646,
                    46.84686
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.58702,
                    45.38649
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27918,
                    46.78006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62125,
                    43.68747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50436,
                    43.44078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56152,
                    45.48325
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46954,
                    45.46729
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3003,
                    46.78054
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.47898,
                    43.44515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71581,
                    45.35861
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64582,
                    43.59366
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7431,
                    43.59086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63325,
                    43.51301
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5646,
                    43.59383
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77966,
                    43.60318
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73815,
                    45.35662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58011,
                    45.48005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59678,
                    45.43534
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.15529,
                    46.8187
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.02132,
                    43.19518
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.95998,
                    43.91487
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73605,
                    43.54321
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.07895,
                    43.8447
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61861,
                    45.44611
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.11794,
                    44.11
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60266,
                    45.47171
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.01865,
                    43.84433
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33014,
                    46.75486
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76057,
                    43.58498
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.91334,
                    43.25784
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79472,
                    43.22909
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53167,
                    43.7352
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35046,
                    43.69385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3075,
                    46.7691
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46588,
                    43.44275
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43645,
                    43.39363
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68404,
                    43.64811
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62444,
                    43.58238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62392,
                    43.57906
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.15094,
                    46.89022
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.87078,
                    45.41205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35554,
                    43.6576
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50745,
                    43.46449
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61579,
                    43.58085
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40363,
                    43.39048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22158,
                    46.83902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66986,
                    43.54493
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30414,
                    46.76246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69751,
                    43.5865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23654,
                    46.8023
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72456,
                    43.60682
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54138,
                    43.46422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58045,
                    43.61219
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.40726,
                    46.85838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43848,
                    43.63674
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56043,
                    43.43521
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.18755,
                    46.81067
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.99805,
                    45.77478
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.97977,
                    43.37156
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.98127,
                    43.36897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5054,
                    43.46527
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86996,
                    43.25284
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53246,
                    43.74515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64366,
                    43.71944
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60815,
                    45.47852
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61999,
                    43.63621
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48824,
                    43.68324
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36319,
                    43.70994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68544,
                    43.54453
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23174,
                    46.82366
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33038,
                    43.66314
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50053,
                    43.42064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.0545,
                    45.3951
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69674,
                    45.43714
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24557,
                    46.79862
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4856,
                    43.4358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40878,
                    43.45447
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2647,
                    46.7819
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62584,
                    43.60108
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53802,
                    43.6356
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64627,
                    43.59358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.38742,
                    45.38389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.30753,
                    43.3931
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48103,
                    43.41688
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43821,
                    43.69835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27718,
                    46.77294
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5085,
                    43.72105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48765,
                    43.44945
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65688,
                    45.39348
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44176,
                    43.4218
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60888,
                    43.63469
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63108,
                    43.60444
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6095,
                    45.43092
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22542,
                    46.81334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63806,
                    43.59661
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67833,
                    43.54101
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47645,
                    43.7093
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44216,
                    43.69743
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45022,
                    43.67633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83549,
                    45.32246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44215,
                    43.47142
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5513,
                    43.58408
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52427,
                    43.51033
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.96959,
                    45.38718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46782,
                    43.75238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56961,
                    43.58477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.02198,
                    45.38994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63114,
                    45.41255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49343,
                    43.45253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54308,
                    43.51028
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46061,
                    43.75045
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49663,
                    43.70437
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51157,
                    43.46926
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68187,
                    43.56345
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51022,
                    43.43367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62583,
                    43.59795
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69716,
                    45.45684
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3203,
                    43.6655
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53423,
                    43.43917
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4204,
                    43.70216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.21943,
                    43.01885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55119,
                    43.76943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46213,
                    43.71239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43948,
                    43.65021
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51928,
                    45.52507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29352,
                    42.96329
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51233,
                    43.76698
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.88374,
                    45.57823
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48447,
                    43.47863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41464,
                    43.68389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.605,
                    45.37719
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49052,
                    45.41481
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50386,
                    45.40787
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50208,
                    45.40102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69173,
                    44.38865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46536,
                    45.45953
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5083,
                    45.37041
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.03874,
                    45.60015
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62572,
                    43.81975
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46825,
                    45.46684
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26901,
                    42.99593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40733,
                    43.70485
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53465,
                    43.63851
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51696,
                    45.38542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52703,
                    43.48547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54782,
                    45.38448
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50495,
                    45.40825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29094,
                    42.97449
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55032,
                    45.37886
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56305,
                    43.4888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51942,
                    45.52622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29926,
                    43.02183
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71407,
                    43.54081
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25061,
                    42.98607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8266,
                    45.32593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51765,
                    43.75638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2507,
                    46.81718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70391,
                    45.58035
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68867,
                    45.55206
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49627,
                    43.4525
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31246,
                    43.66752
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43948,
                    43.42183
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37561,
                    43.65306
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42191,
                    43.7397
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60459,
                    43.72867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41184,
                    43.65112
                ]
            }
        }
    ]
}
 

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",
                "Saint-Jérôme",
                "Laval",
                "Longueuil",
                "Deux-Montagnes",
                "Otterburn Park",
                "Candiac",
                "L'Épiphanie",
                "Sainte-Julie",
                "Mercier",
                "Sainte-Martine",
                "Rigaud",
                "Saint-Constant",
                "Contrecoeur",
                "Mascouche",
                "Chambly",
                "Sorel-Tracy",
                "Huntingdon",
                "Terrebonne",
                "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",
                        "Lorraine",
                        "Mirabel",
                        "Sainte-Anne-des-Plaines",
                        "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": {}
                },
                {
                    "id": 6,
                    "isArchived": false,
                    "name": "exo Vallée-du-Richelieu",
                    "shortName": "Vallée-du-Richelieu",
                    "slug": "vr",
                    "cities": [
                        "Beloeil",
                        "McMasterville",
                        "Saint-Basile-le-Grand",
                        "Saint-Hyacinthe",
                        "Sainte-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",
                        "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",
                        "Léry",
                        "Salaberry-de-Valleyfield",
                        "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": [
                        "Île Perrot",
                        "Notre-Dame-de-l’Île-Perrot",
                        "Pincourt",
                        "Rigaud",
                        "St-Lazare"
                    ],
                    "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",
                        "Saint-Joseph-de-Sorel"
                    ],
                    "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",
                        "Ormstown",
                        "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",
                "Pickering",
                "Hamilton",
                "Vaughan",
                "Cambridge",
                "Guelph",
                "Richmond Hill",
                "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",
                        "Whitby",
                        "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": [
                        "Aurora",
                        "Markham",
                        "Newmarket",
                        "Richmond Hill",
                        "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": [
                        "Hamilton",
                        "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": 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",
                "Sainte-Agathe-des-Monts",
                "Bois-des-Filion"
            ],
            "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": [
                        "Sainte-Agathe-des-Monts",
                        "Val-David",
                        "Val-Morin",
                        "Sainte-Adèle",
                        "Prévost"
                    ],
                    "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": [
                        "Deux-Montagnes",
                        "Lorraine",
                        "Mirabel",
                        "Sainte-Thérèse",
                        "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",
            "Saint-Jérôme",
            "Laval",
            "Longueuil",
            "Deux-Montagnes",
            "Otterburn Park",
            "Candiac",
            "L'Épiphanie",
            "Sainte-Julie",
            "Mercier",
            "Sainte-Martine",
            "Rigaud",
            "Saint-Constant",
            "Contrecoeur",
            "Mascouche",
            "Chambly",
            "Sorel-Tracy",
            "Huntingdon",
            "Terrebonne",
            "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",
                    "Boisbriand",
                    "Lorraine",
                    "Pointe-Calumet",
                    "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": [
                    "McMasterville",
                    "Mont-Saint-Hilaire",
                    "Otterburn Park",
                    "Saint-Basile-le-Grand",
                    "Sainte-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",
                    "Charlemagne",
                    "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",
                    "Salaberry-de-Valleyfield",
                    "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",
                    "Pincourt",
                    "St-Lazare"
                ],
                "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",
                    "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": 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": 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, 31 Jul 2025 09:13:43 -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/doloribus"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/shapes/doloribus';
$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/doloribus'
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: doloribus

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": 115,
            "ref": "27535",
            "isActive": true,
            "label": "27535",
            "timestamp": 1754494064,
            "tripId": "289183233",
            "routeId": "106",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.43961,
                "lon": -73.62213
            },
            "bearing": 226,
            "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": [
                4
            ],
            "trip": {
                "id": "289183233",
                "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": 129,
            "ref": "28040",
            "isActive": true,
            "label": "28040",
            "timestamp": 1754494056,
            "tripId": "286062389",
            "routeId": "968",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.51263,
                "lon": -73.81627
            },
            "bearing": 148,
            "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": "286062389",
                "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": {}
        },
        {
            "id": 135,
            "ref": "28052",
            "isActive": true,
            "label": "28052",
            "timestamp": 1754494070,
            "tripId": "289184546",
            "routeId": "195",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.4419,
                "lon": -73.69341
            },
            "bearing": 90,
            "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": [
                4
            ],
            "trip": {
                "id": "289184546",
                "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-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 185,
            "ref": "29054",
            "isActive": true,
            "label": "29054",
            "timestamp": 1754494054,
            "tripId": "289183284",
            "routeId": "61",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.48744,
                "lon": -73.5573
            },
            "bearing": 187,
            "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": [
                4
            ],
            "trip": {
                "id": "289183284",
                "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": 188,
            "ref": "29063",
            "isActive": true,
            "label": "29063",
            "timestamp": 1754494072,
            "tripId": "289200780",
            "routeId": "18",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.56347,
                "lon": -73.57895
            },
            "bearing": 212,
            "speed": 9,
            "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": [
                7
            ],
            "trip": {
                "id": "289200780",
                "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": 191,
            "ref": "29070",
            "isActive": true,
            "label": "29070",
            "timestamp": 1754494070,
            "tripId": "286060958",
            "routeId": "204",
            "startTime": "10:42:00",
            "position": {
                "lat": 45.46432,
                "lon": -73.8009
            },
            "bearing": 324,
            "speed": 16,
            "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": [
                8
            ],
            "trip": {
                "id": "286060958",
                "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": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 193,
            "ref": "29074",
            "isActive": true,
            "label": "29074",
            "timestamp": 1754494068,
            "tripId": "289182655",
            "routeId": "101",
            "startTime": "11:03:00",
            "position": {
                "lat": 45.44674,
                "lon": -73.60437
            },
            "bearing": 147,
            "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": [
                4
            ],
            "trip": {
                "id": "289182655",
                "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": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 196,
            "ref": "29077",
            "isActive": true,
            "label": "29077",
            "timestamp": 1754494066,
            "tripId": "289183259",
            "routeId": "106",
            "startTime": "11:06:00",
            "position": {
                "lat": 45.44573,
                "lon": -73.61214
            },
            "bearing": 42,
            "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": "289183259",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 201,
            "ref": "29086",
            "isActive": true,
            "label": "29086",
            "timestamp": 1754494068,
            "tripId": "289185326",
            "routeId": "405",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.41347,
                "lon": -73.89936
            },
            "bearing": 68,
            "speed": 36,
            "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": [
                4
            ],
            "trip": {
                "id": "289185326",
                "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": 205,
            "ref": "29092",
            "isActive": true,
            "label": "29092",
            "timestamp": 1754494069,
            "tripId": "289183845",
            "routeId": "112",
            "startTime": "11:08:00",
            "position": {
                "lat": 45.42406,
                "lon": -73.61172
            },
            "bearing": 309,
            "speed": 20,
            "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": [
                4
            ],
            "trip": {
                "id": "289183845",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 207,
            "ref": "29098",
            "isActive": true,
            "label": "29098",
            "timestamp": 1754493700,
            "tripId": "289182615",
            "routeId": "90",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.48856,
                "lon": -73.58539
            },
            "bearing": 315,
            "speed": 28,
            "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": [
                4
            ],
            "trip": {
                "id": "289182615",
                "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": 210,
            "ref": "29106",
            "isActive": true,
            "label": "29106",
            "timestamp": 1754494068,
            "tripId": "289184830",
            "routeId": "110",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.43147,
                "lon": -73.66595
            },
            "bearing": 182,
            "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": [
                4
            ],
            "trip": {
                "id": "289184830",
                "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": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 213,
            "ref": "29125",
            "isActive": true,
            "label": "29125",
            "timestamp": 1754494061,
            "tripId": "289183417",
            "routeId": "35",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.49272,
                "lon": -73.56441
            },
            "bearing": 306,
            "speed": 8,
            "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": [
                4
            ],
            "trip": {
                "id": "289183417",
                "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": 215,
            "ref": "29130",
            "isActive": true,
            "label": "29130",
            "timestamp": 1754494063,
            "tripId": "289202029",
            "routeId": "30",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.55238,
                "lon": -73.64658
            },
            "bearing": 113,
            "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": [
                4
            ],
            "trip": {
                "id": "289202029",
                "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": 219,
            "ref": "29139",
            "isActive": true,
            "label": "29139",
            "timestamp": 1754494064,
            "tripId": "289181836",
            "routeId": "106",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.43027,
                "lon": -73.63544
            },
            "bearing": 65,
            "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": [
                4
            ],
            "trip": {
                "id": "289181836",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 226,
            "ref": "29147",
            "isActive": true,
            "label": "29147",
            "timestamp": 1754494072,
            "tripId": "289182144",
            "routeId": "57",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.48057,
                "lon": -73.55814
            },
            "bearing": 83,
            "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": [
                4
            ],
            "trip": {
                "id": "289182144",
                "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-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 237,
            "ref": "29821",
            "isActive": true,
            "label": "29821",
            "timestamp": 1754494071,
            "tripId": "286207790",
            "routeId": "121",
            "startTime": "11:02:00",
            "position": {
                "lat": 45.53601,
                "lon": -73.66542
            },
            "bearing": 9,
            "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": [
                5
            ],
            "trip": {
                "id": "286207790",
                "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": 240,
            "ref": "29828",
            "isActive": true,
            "label": "29828",
            "timestamp": 1754494067,
            "tripId": "286207635",
            "routeId": "69",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.60778,
                "lon": -73.61686
            },
            "bearing": 245,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207635",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 245,
            "ref": "29834",
            "isActive": true,
            "label": "29834",
            "timestamp": 1754494058,
            "tripId": "286209193",
            "routeId": "69",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.54983,
                "lon": -73.67132
            },
            "bearing": 203,
            "speed": 21,
            "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": [
                5
            ],
            "trip": {
                "id": "286209193",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 254,
            "ref": "29850",
            "isActive": true,
            "label": "29850",
            "timestamp": 1754494053,
            "tripId": "286207705",
            "routeId": "121",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.5532,
                "lon": -73.65482
            },
            "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": [
                5
            ],
            "trip": {
                "id": "286207705",
                "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": 260,
            "ref": "30007",
            "isActive": true,
            "label": "30007",
            "timestamp": 1754494069,
            "tripId": "289197844",
            "routeId": "128",
            "startTime": "10:59:00",
            "position": {
                "lat": 45.50212,
                "lon": -73.70578
            },
            "bearing": 313,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197844",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 261,
            "ref": "30027",
            "isActive": true,
            "label": "30027",
            "timestamp": 1754494060,
            "tripId": "289181747",
            "routeId": "36",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.50191,
                "lon": -73.56313
            },
            "bearing": 113,
            "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": "289181747",
                "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-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 268,
            "ref": "30051",
            "isActive": true,
            "label": "30051",
            "timestamp": 1754494055,
            "tripId": "289181552",
            "routeId": "113",
            "startTime": "11:28:00",
            "position": {
                "lat": 45.42522,
                "lon": -73.64819
            },
            "bearing": 244,
            "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": "289181552",
                "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-22 00:14:35",
            "meta": {}
        },
        {
            "id": 273,
            "ref": "30073",
            "isActive": true,
            "label": "30073",
            "timestamp": 1754494064,
            "tripId": "289209590",
            "routeId": "51",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.46943,
                "lon": -73.6418
            },
            "bearing": 210,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209590",
                "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-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 288,
            "ref": "30121",
            "isActive": true,
            "label": "30121",
            "timestamp": 1754494057,
            "tripId": "289216657",
            "routeId": "28",
            "startTime": "11:03:00",
            "position": {
                "lat": 45.60109,
                "lon": -73.5327
            },
            "bearing": 0,
            "speed": 9,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216657",
                "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": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 298,
            "ref": "30145",
            "isActive": true,
            "label": "30145",
            "timestamp": 1754494072,
            "tripId": "289216209",
            "routeId": "43",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.58989,
                "lon": -73.63613
            },
            "bearing": 323,
            "speed": 18,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216209",
                "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:35",
            "meta": {}
        },
        {
            "id": 304,
            "ref": "30155",
            "isActive": true,
            "label": "30155",
            "timestamp": 1754494058,
            "tripId": "289201439",
            "routeId": "18",
            "startTime": "11:29:00",
            "position": {
                "lat": 45.53147,
                "lon": -73.61126
            },
            "bearing": 304,
            "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": "289201439",
                "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": 307,
            "ref": "30167",
            "isActive": true,
            "label": "30167",
            "timestamp": 1754494062,
            "tripId": "286059031",
            "routeId": "208",
            "startTime": "11:24: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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059031",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 319,
            "ref": "30201",
            "isActive": true,
            "label": "30201",
            "timestamp": 1754494060,
            "tripId": "286059091",
            "routeId": "205",
            "startTime": "11:37: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": "286059091",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 320,
            "ref": "30212",
            "isActive": true,
            "label": "30212",
            "timestamp": 1754494072,
            "tripId": "289216255",
            "routeId": "189",
            "startTime": "11:02:00",
            "position": {
                "lat": 45.6167,
                "lon": -73.50831
            },
            "bearing": 195,
            "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": [
                2
            ],
            "trip": {
                "id": "289216255",
                "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:35",
            "meta": {}
        },
        {
            "id": 326,
            "ref": "30234",
            "isActive": true,
            "label": "30234",
            "timestamp": 1754494063,
            "tripId": "286058862",
            "routeId": "419",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.43796,
                "lon": -73.89373
            },
            "bearing": 245,
            "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": [
                8
            ],
            "trip": {
                "id": "286058862",
                "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": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 332,
            "ref": "30250",
            "isActive": true,
            "label": "30250",
            "timestamp": 1754494054,
            "tripId": "286061110",
            "routeId": "72",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.48728,
                "lon": -73.72305
            },
            "bearing": 308,
            "speed": 27,
            "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": "286061110",
                "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:35",
            "meta": {}
        },
        {
            "id": 334,
            "ref": "30254",
            "isActive": true,
            "label": "30254",
            "timestamp": 1754494065,
            "tripId": "286059466",
            "routeId": "208",
            "startTime": "11:14:00",
            "position": {
                "lat": 45.4996,
                "lon": -73.79514
            },
            "bearing": 74,
            "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": [
                8
            ],
            "trip": {
                "id": "286059466",
                "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:35",
            "meta": {}
        },
        {
            "id": 340,
            "ref": "30821",
            "isActive": true,
            "label": "30821",
            "timestamp": 1754494058,
            "tripId": "286208917",
            "routeId": "67",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.54692,
                "lon": -73.55136
            },
            "bearing": 203,
            "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": "286208917",
                "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": 343,
            "ref": "30824",
            "isActive": true,
            "label": "30824",
            "timestamp": 1754494059,
            "tripId": "286206533",
            "routeId": "439",
            "startTime": "10:46:00",
            "position": {
                "lat": 45.55367,
                "lon": -73.55191
            },
            "bearing": 114,
            "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": [
                5
            ],
            "trip": {
                "id": "286206533",
                "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-22 00:14:35",
            "meta": {}
        },
        {
            "id": 344,
            "ref": "30825",
            "isActive": true,
            "label": "30825",
            "timestamp": 1754494059,
            "tripId": "286207523",
            "routeId": "67",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.55693,
                "lon": -73.59254
            },
            "bearing": 293,
            "speed": 42,
            "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": "286207523",
                "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": 354,
            "ref": "30846",
            "isActive": true,
            "label": "30846",
            "timestamp": 1754494063,
            "tripId": "286209069",
            "routeId": "69",
            "startTime": "11:11:00",
            "position": {
                "lat": 45.60172,
                "lon": -73.63487
            },
            "bearing": 244,
            "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": "286209069",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 357,
            "ref": "30853",
            "isActive": true,
            "label": "30853",
            "timestamp": 1754494064,
            "tripId": "286206661",
            "routeId": "439",
            "startTime": "10:39:00",
            "position": {
                "lat": 45.60284,
                "lon": -73.63113
            },
            "bearing": 0,
            "speed": 0,
            "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": [
                5
            ],
            "trip": {
                "id": "286206661",
                "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": 358,
            "ref": "30857",
            "isActive": true,
            "label": "30857",
            "timestamp": 1754494057,
            "tripId": "286209129",
            "routeId": "69",
            "startTime": "11:44:00",
            "position": {
                "lat": 45.53158,
                "lon": -73.7188
            },
            "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": "286209129",
                "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": 360,
            "ref": "30862",
            "isActive": true,
            "label": "30862",
            "timestamp": 1754494063,
            "tripId": "286206649",
            "routeId": "439",
            "startTime": "11:09:00",
            "position": {
                "lat": 45.56105,
                "lon": -73.57446
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206649",
                "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": 362,
            "ref": "30869",
            "isActive": true,
            "label": "30869",
            "timestamp": 1754494054,
            "tripId": "286209218",
            "routeId": "67",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.56375,
                "lon": -73.60933
            },
            "bearing": 304,
            "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": [
                5
            ],
            "trip": {
                "id": "286209218",
                "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": 364,
            "ref": "30874",
            "isActive": true,
            "label": "30874",
            "timestamp": 1754494068,
            "tripId": "286207550",
            "routeId": "67",
            "startTime": "11:29:00",
            "position": {
                "lat": 45.5844,
                "lon": -73.65097
            },
            "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": "286207550",
                "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": 365,
            "ref": "30875",
            "isActive": true,
            "label": "30875",
            "timestamp": 1754494059,
            "tripId": "286206600",
            "routeId": "439",
            "startTime": "11:30:00",
            "position": {
                "lat": 45.61858,
                "lon": -73.6076
            },
            "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": "286206600",
                "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": 366,
            "ref": "30878",
            "isActive": true,
            "label": "30878",
            "timestamp": 1754494059,
            "tripId": "286207684",
            "routeId": "467",
            "startTime": "10:54:00",
            "position": {
                "lat": 45.54714,
                "lon": -73.56023
            },
            "bearing": 111,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207684",
                "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": 367,
            "ref": "30879",
            "isActive": true,
            "label": "30879",
            "timestamp": 1754494063,
            "tripId": "289199320",
            "routeId": "470",
            "startTime": "10:59:00",
            "position": {
                "lat": 45.46677,
                "lon": -73.82854
            },
            "bearing": 145,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289199320",
                "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:35",
            "meta": {}
        },
        {
            "id": 369,
            "ref": "31005",
            "isActive": true,
            "label": "31005",
            "timestamp": 1754494058,
            "tripId": "289199671",
            "routeId": "747",
            "startTime": "11:23:00",
            "position": {
                "lat": 45.48285,
                "lon": -73.58119
            },
            "bearing": 49,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199671",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470003.json",
                "shapeId": "7470003",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 372,
            "ref": "31012",
            "isActive": true,
            "label": "31012",
            "timestamp": 1754494056,
            "tripId": "289200820",
            "routeId": "197",
            "startTime": "11:14:00",
            "position": {
                "lat": 45.56252,
                "lon": -73.57233
            },
            "bearing": 205,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289200820",
                "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": 373,
            "ref": "31013",
            "isActive": true,
            "label": "31013",
            "timestamp": 1754494069,
            "tripId": "289201364",
            "routeId": "30",
            "startTime": "10:51:00",
            "position": {
                "lat": 45.52377,
                "lon": -73.58248
            },
            "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": [
                7
            ],
            "trip": {
                "id": "289201364",
                "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": 374,
            "ref": "31016",
            "isActive": true,
            "label": "31016",
            "timestamp": 1754494072,
            "tripId": "289200895",
            "routeId": "92",
            "startTime": "11:28:00",
            "position": {
                "lat": 45.49318,
                "lon": -73.65591
            },
            "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": "289200895",
                "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": 375,
            "ref": "31019",
            "isActive": true,
            "label": "31019",
            "timestamp": 1754494067,
            "tripId": "289201005",
            "routeId": "18",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.53694,
                "lon": -73.60235
            },
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201005",
                "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": 376,
            "ref": "31031",
            "isActive": true,
            "label": "31031",
            "timestamp": 1754494057,
            "tripId": "289215219",
            "routeId": "43",
            "startTime": "11:31: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": "289215219",
                "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-22 00:14:35",
            "meta": {}
        },
        {
            "id": 377,
            "ref": "31037",
            "isActive": true,
            "label": "31037",
            "timestamp": 1754494068,
            "tripId": "289201908",
            "routeId": "18",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.59026,
                "lon": -73.55933
            },
            "bearing": 24,
            "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": [
                7
            ],
            "trip": {
                "id": "289201908",
                "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": 384,
            "ref": "31049",
            "isActive": true,
            "label": "31049",
            "timestamp": 1754494072,
            "tripId": "289201554",
            "routeId": "95",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.54383,
                "lon": -73.60583
            },
            "bearing": 35,
            "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": "289201554",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 385,
            "ref": "31050",
            "isActive": true,
            "label": "31050",
            "timestamp": 1754494070,
            "tripId": "289214923",
            "routeId": "26",
            "startTime": "11:44:00",
            "position": {
                "lat": 45.58907,
                "lon": -73.5401
            },
            "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": "289214923",
                "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": 386,
            "ref": "31051",
            "isActive": true,
            "label": "31051",
            "timestamp": 1754493612,
            "tripId": "289201653",
            "routeId": "129",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.50797,
                "lon": -73.55644
            },
            "bearing": 27,
            "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": 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-22 00:14:35",
            "meta": {}
        },
        {
            "id": 401,
            "ref": "31103",
            "isActive": true,
            "label": "31103",
            "timestamp": 1754494072,
            "tripId": "289201381",
            "routeId": "161",
            "startTime": "11:28:00",
            "position": {
                "lat": 45.46262,
                "lon": -73.67113
            },
            "bearing": 117,
            "speed": 13,
            "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": "289201381",
                "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": 403,
            "ref": "31111",
            "isActive": true,
            "label": "31111",
            "timestamp": 1754494054,
            "tripId": "286059402",
            "routeId": "201",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.43703,
                "lon": -73.8483
            },
            "bearing": 158,
            "speed": 54,
            "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": [
                8
            ],
            "trip": {
                "id": "286059402",
                "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": 1754494068,
            "tripId": "286207299",
            "routeId": "180",
            "startTime": "11:02:00",
            "position": {
                "lat": 45.53809,
                "lon": -73.67838
            },
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207299",
                "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 00:14:35",
            "meta": {}
        },
        {
            "id": 407,
            "ref": "31119",
            "isActive": true,
            "label": "31119",
            "timestamp": 1754494069,
            "tripId": "286208503",
            "routeId": "54",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.52934,
                "lon": -73.65341
            },
            "bearing": 0,
            "speed": 4,
            "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": "286208503",
                "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": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 410,
            "ref": "31129",
            "isActive": true,
            "label": "31129",
            "timestamp": 1754494057,
            "tripId": "286207748",
            "routeId": "193",
            "startTime": "11:35:00",
            "position": {
                "lat": 45.60622,
                "lon": -73.5717
            },
            "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": "286207748",
                "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": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 411,
            "ref": "31130",
            "isActive": true,
            "label": "31130",
            "timestamp": 1754494062,
            "tripId": "286207133",
            "routeId": "146",
            "startTime": "11:23:00",
            "position": {
                "lat": 45.56228,
                "lon": -73.66314
            },
            "bearing": 64,
            "speed": 18,
            "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": "286207133",
                "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": 415,
            "ref": "31142",
            "isActive": true,
            "label": "31142",
            "timestamp": 1754494071,
            "tripId": "286207870",
            "routeId": "41",
            "startTime": "11:09:00",
            "position": {
                "lat": 45.56653,
                "lon": -73.59156
            },
            "bearing": 120,
            "speed": 9,
            "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": [
                5
            ],
            "trip": {
                "id": "286207870",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Quartier Saint-Michel / Ahuntsic",
                "shapeLink": "/storage/shapes/stm/410002.json",
                "shapeId": "410002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 418,
            "ref": "31147",
            "isActive": true,
            "label": "31147",
            "timestamp": 1754494058,
            "tripId": "289200857",
            "routeId": "66",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.4939,
                "lon": -73.59722
            },
            "bearing": 209,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289200857",
                "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": 419,
            "ref": "31149",
            "isActive": true,
            "label": "31149",
            "timestamp": 1754494055,
            "tripId": "289242216",
            "routeId": "85",
            "startTime": "10:41:00",
            "position": {
                "lat": 45.54491,
                "lon": -73.55257
            },
            "bearing": 207,
            "speed": 27,
            "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": [
                3
            ],
            "trip": {
                "id": "289242216",
                "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:35",
            "meta": {}
        },
        {
            "id": 422,
            "ref": "31153",
            "isActive": true,
            "label": "31153",
            "timestamp": 1754494062,
            "tripId": "289243302",
            "routeId": "94",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.54315,
                "lon": -73.57841
            },
            "bearing": 122,
            "speed": 9,
            "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": [
                3
            ],
            "trip": {
                "id": "289243302",
                "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:35",
            "meta": {}
        },
        {
            "id": 424,
            "ref": "31158",
            "isActive": true,
            "label": "31158",
            "timestamp": 1754494064,
            "tripId": "289243464",
            "routeId": "185",
            "startTime": "10:46:00",
            "position": {
                "lat": 45.60152,
                "lon": -73.51986
            },
            "bearing": 104,
            "speed": 36,
            "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": [
                3
            ],
            "trip": {
                "id": "289243464",
                "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": 1754494071,
            "tripId": "289242988",
            "routeId": "74",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.4804,
                "lon": -73.54277
            },
            "bearing": 284,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242988",
                "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-22 00:14:36",
            "meta": {}
        },
        {
            "id": 430,
            "ref": "31171",
            "isActive": true,
            "label": "31171",
            "timestamp": 1754494065,
            "tripId": "289243558",
            "routeId": "85",
            "startTime": "11:08:00",
            "position": {
                "lat": 45.59745,
                "lon": -73.53824
            },
            "bearing": 114,
            "speed": 36,
            "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": [
                3
            ],
            "trip": {
                "id": "289243558",
                "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": 433,
            "ref": "31175",
            "isActive": true,
            "label": "31175",
            "timestamp": 1754494068,
            "tripId": "289230620",
            "routeId": "769",
            "startTime": "11:28:00",
            "position": {
                "lat": 45.52404,
                "lon": -73.55306
            },
            "bearing": 33,
            "speed": 30,
            "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": [
                3
            ],
            "trip": {
                "id": "289230620",
                "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": 436,
            "ref": "31187",
            "isActive": true,
            "label": "31187",
            "timestamp": 1754494067,
            "tripId": "289216378",
            "routeId": "33",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.59821,
                "lon": -73.61133
            },
            "bearing": 151,
            "speed": 9,
            "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": [
                2
            ],
            "trip": {
                "id": "289216378",
                "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:36",
            "meta": {}
        },
        {
            "id": 440,
            "ref": "31201",
            "isActive": true,
            "label": "31201",
            "timestamp": 1754494070,
            "tripId": "289201228",
            "routeId": "66",
            "startTime": "10:56:00",
            "position": {
                "lat": 45.49481,
                "lon": -73.57732
            },
            "bearing": 302,
            "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": [
                7
            ],
            "trip": {
                "id": "289201228",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 441,
            "ref": "31203",
            "isActive": true,
            "label": "31203",
            "timestamp": 1754494065,
            "tripId": "289201821",
            "routeId": "18",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.58051,
                "lon": -73.56516
            },
            "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": [
                7
            ],
            "trip": {
                "id": "289201821",
                "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": 442,
            "ref": "31204",
            "isActive": true,
            "label": "31204",
            "timestamp": 1754494070,
            "tripId": "289201986",
            "routeId": "129",
            "startTime": "10:51:00",
            "position": {
                "lat": 45.5027,
                "lon": -73.62381
            },
            "bearing": 213,
            "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": [
                7
            ],
            "trip": {
                "id": "289201986",
                "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:36",
            "meta": {}
        },
        {
            "id": 443,
            "ref": "31205",
            "isActive": true,
            "label": "31205",
            "timestamp": 1754493888,
            "tripId": "286206974",
            "routeId": "19",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.53714,
                "lon": -73.64478
            },
            "bearing": 31,
            "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": [
                5
            ],
            "trip": {
                "id": "286206974",
                "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": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 445,
            "ref": "31209",
            "isActive": true,
            "label": "31209",
            "timestamp": 1754494072,
            "tripId": "289242454",
            "routeId": "22",
            "startTime": "11:34:00",
            "position": {
                "lat": 45.56927,
                "lon": -73.54711
            },
            "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": [
                3
            ],
            "trip": {
                "id": "289242454",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "22",
                "routeLongName": "Notre-Dame",
                "shapeLink": "/storage/shapes/stm/220002.json",
                "shapeId": "220002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 450,
            "ref": "31225",
            "isActive": true,
            "label": "31225",
            "timestamp": 1754494059,
            "tripId": "289243433",
            "routeId": "185",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.55111,
                "lon": -73.55491
            },
            "bearing": 1,
            "speed": 25,
            "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": "289243433",
                "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:36",
            "meta": {}
        },
        {
            "id": 453,
            "ref": "31231",
            "isActive": true,
            "label": "31231",
            "timestamp": 1754494065,
            "tripId": "289242608",
            "routeId": "34",
            "startTime": "11:33:00",
            "position": {
                "lat": 45.56121,
                "lon": -73.54692
            },
            "bearing": 205,
            "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": "289242608",
                "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:36",
            "meta": {}
        },
        {
            "id": 454,
            "ref": "31232",
            "isActive": true,
            "label": "31232",
            "timestamp": 1754494065,
            "tripId": "289242200",
            "routeId": "185",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.53574,
                "lon": -73.56092
            },
            "bearing": 115,
            "speed": 34,
            "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": "289242200",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 456,
            "ref": "31234",
            "isActive": true,
            "label": "31234",
            "timestamp": 1754494066,
            "tripId": "289200981",
            "routeId": "31",
            "startTime": "11:27:00",
            "position": {
                "lat": 45.55716,
                "lon": -73.66889
            },
            "bearing": 289,
            "speed": 25,
            "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": "289200981",
                "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": 457,
            "ref": "31235",
            "isActive": true,
            "label": "31235",
            "timestamp": 1754494060,
            "tripId": "289243035",
            "routeId": "777",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.49647,
                "lon": -73.55619
            },
            "bearing": 297,
            "speed": 27,
            "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": "289243035",
                "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": 460,
            "ref": "31811",
            "isActive": true,
            "label": "31811",
            "timestamp": 1754494064,
            "tripId": "289198229",
            "routeId": "165",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.49557,
                "lon": -73.6071
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198229",
                "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-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 463,
            "ref": "31816",
            "isActive": true,
            "label": "31816",
            "timestamp": 1754494057,
            "tripId": "289198455",
            "routeId": "165",
            "startTime": "11:09:00",
            "position": {
                "lat": 45.496,
                "lon": -73.62155
            },
            "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": [
                9
            ],
            "trip": {
                "id": "289198455",
                "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-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 466,
            "ref": "31825",
            "isActive": true,
            "label": "31825",
            "timestamp": 1754494054,
            "tripId": "286207933",
            "routeId": "121",
            "startTime": "11:37:00",
            "position": {
                "lat": 45.57648,
                "lon": -73.63786
            },
            "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": "286207933",
                "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": 472,
            "ref": "31835",
            "isActive": true,
            "label": "31835",
            "timestamp": 1754494062,
            "tripId": "286207614",
            "routeId": "121",
            "startTime": "11:14:00",
            "position": {
                "lat": 45.50948,
                "lon": -73.68868
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207614",
                "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": 474,
            "ref": "31840",
            "isActive": true,
            "label": "31840",
            "timestamp": 1754494059,
            "tripId": "286207498",
            "routeId": "121",
            "startTime": "11:26:00",
            "position": {
                "lat": 45.49861,
                "lon": -73.71088
            },
            "bearing": 0,
            "speed": 5,
            "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": "286207498",
                "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": 475,
            "ref": "31841",
            "isActive": true,
            "label": "31841",
            "timestamp": 1754494059,
            "tripId": "286206553",
            "routeId": "439",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.61144,
                "lon": -73.66018
            },
            "bearing": 0,
            "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": "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": 478,
            "ref": "31846",
            "isActive": true,
            "label": "31846",
            "timestamp": 1754494058,
            "tripId": "286208875",
            "routeId": "121",
            "startTime": "11:01:00",
            "position": {
                "lat": 45.53507,
                "lon": -73.66582
            },
            "bearing": 187,
            "speed": 9,
            "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": "286208875",
                "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": 485,
            "ref": "31858",
            "isActive": true,
            "label": "31858",
            "timestamp": 1754494070,
            "tripId": "286208199",
            "routeId": "121",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.55051,
                "lon": -73.6562
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208199",
                "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": 490,
            "ref": "32010",
            "isActive": true,
            "label": "32010",
            "timestamp": 1754494069,
            "tripId": "289201960",
            "routeId": "99",
            "startTime": "11:30:00",
            "position": {
                "lat": 45.56887,
                "lon": -73.59284
            },
            "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": "289201960",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "99",
                "routeLongName": "Villeray",
                "shapeLink": "/storage/shapes/stm/990002.json",
                "shapeId": "990002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 491,
            "ref": "32011",
            "isActive": true,
            "label": "32011",
            "timestamp": 1754494064,
            "tripId": "289200914",
            "routeId": "129",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.50762,
                "lon": -73.55888
            },
            "bearing": 303,
            "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": 1,
                "label": "Many 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-22 00:14:36",
            "meta": {}
        },
        {
            "id": 497,
            "ref": "32027",
            "isActive": true,
            "label": "32027",
            "timestamp": 1754494072,
            "tripId": "289201875",
            "routeId": "179",
            "startTime": "11:31:00",
            "position": {
                "lat": 45.52299,
                "lon": -73.62377
            },
            "bearing": 221,
            "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": "289201875",
                "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-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 501,
            "ref": "32805",
            "isActive": true,
            "label": "32805",
            "timestamp": 1754494068,
            "tripId": "286206470",
            "routeId": "439",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.59921,
                "lon": -73.63994
            },
            "bearing": 211,
            "speed": 25,
            "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": "286206470",
                "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": 503,
            "ref": "32807",
            "isActive": true,
            "label": "32807",
            "timestamp": 1754494066,
            "tripId": "286206485",
            "routeId": "439",
            "startTime": "10:59:00",
            "position": {
                "lat": 45.57542,
                "lon": -73.61131
            },
            "bearing": 303,
            "speed": 11,
            "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": [
                5
            ],
            "trip": {
                "id": "286206485",
                "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": 504,
            "ref": "32809",
            "isActive": true,
            "label": "32809",
            "timestamp": 1754494058,
            "tripId": "286209206",
            "routeId": "67",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.58306,
                "lon": -73.64885
            },
            "bearing": 312,
            "speed": 1,
            "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": [
                5
            ],
            "trip": {
                "id": "286209206",
                "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": 505,
            "ref": "33802",
            "isActive": true,
            "label": "33802",
            "timestamp": 1754493772,
            "tripId": "289198197",
            "routeId": "165",
            "startTime": "10:51:00",
            "position": {
                "lat": 45.51574,
                "lon": -73.64283
            },
            "bearing": 0,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198197",
                "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-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 509,
            "ref": "33813",
            "isActive": true,
            "label": "33813",
            "timestamp": 1754494072,
            "tripId": "289198516",
            "routeId": "165",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.50046,
                "lon": -73.63129
            },
            "bearing": 0,
            "speed": 0,
            "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": "289198516",
                "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": 510,
            "ref": "33814",
            "isActive": true,
            "label": "33814",
            "timestamp": 1754493863,
            "tripId": "289199287",
            "routeId": "470",
            "startTime": "10:37:00",
            "position": {
                "lat": 45.51344,
                "lon": -73.68369
            },
            "bearing": 0,
            "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": 2,
                "label": "Few 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 00:14:36",
            "meta": {}
        },
        {
            "id": 519,
            "ref": "33837",
            "isActive": true,
            "label": "33837",
            "timestamp": 1754494072,
            "tripId": "289196541",
            "routeId": "80",
            "startTime": "11:28:00",
            "position": {
                "lat": 45.5344,
                "lon": -73.64262
            },
            "bearing": 185,
            "speed": 9,
            "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": "289196541",
                "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-22 00:14:36",
            "meta": {}
        },
        {
            "id": 522,
            "ref": "36003",
            "isActive": true,
            "label": "36003",
            "timestamp": 1754494059,
            "tripId": "289216314",
            "routeId": "32",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.56986,
                "lon": -73.52565
            },
            "bearing": 109,
            "speed": 22,
            "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": [
                2
            ],
            "trip": {
                "id": "289216314",
                "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:36",
            "meta": {}
        },
        {
            "id": 525,
            "ref": "36009",
            "isActive": true,
            "label": "36009",
            "timestamp": 1754494063,
            "tripId": "289216399",
            "routeId": "449",
            "startTime": "11:30:00",
            "position": {
                "lat": 45.66201,
                "lon": -73.53818
            },
            "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": [
                2
            ],
            "trip": {
                "id": "289216399",
                "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": 532,
            "ref": "36031",
            "isActive": true,
            "label": "36031",
            "timestamp": 1754494057,
            "tripId": "289216754",
            "routeId": "28",
            "startTime": "10:42:00",
            "position": {
                "lat": 45.62089,
                "lon": -73.58407
            },
            "bearing": 146,
            "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": [
                2
            ],
            "trip": {
                "id": "289216754",
                "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": 539,
            "ref": "37006",
            "isActive": true,
            "label": "37006",
            "timestamp": 1754494060,
            "tripId": "289197743",
            "routeId": "124",
            "startTime": "11:26:00",
            "position": {
                "lat": 45.47374,
                "lon": -73.60358
            },
            "bearing": 279,
            "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": "289197743",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 541,
            "ref": "37011",
            "isActive": true,
            "label": "37011",
            "timestamp": 1754494056,
            "tripId": "289196364",
            "routeId": "16",
            "startTime": "11:14:00",
            "position": {
                "lat": 45.51663,
                "lon": -73.64194
            },
            "bearing": 256,
            "speed": 0,
            "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": "289196364",
                "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": 543,
            "ref": "37015",
            "isActive": true,
            "label": "37015",
            "timestamp": 1754494072,
            "tripId": "289197364",
            "routeId": "105",
            "startTime": "11:28:00",
            "position": {
                "lat": 45.45451,
                "lon": -73.64149
            },
            "bearing": 216,
            "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": "289197364",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 544,
            "ref": "37021",
            "isActive": true,
            "label": "37021",
            "timestamp": 1754494066,
            "tripId": "289196613",
            "routeId": "93",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.53899,
                "lon": -73.61385
            },
            "bearing": 18,
            "speed": 10,
            "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": [
                9
            ],
            "trip": {
                "id": "289196613",
                "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": 547,
            "ref": "37031",
            "isActive": true,
            "label": "37031",
            "timestamp": 1754494070,
            "tripId": "289197010",
            "routeId": "103",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.47186,
                "lon": -73.64768
            },
            "bearing": 222,
            "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": [
                9
            ],
            "trip": {
                "id": "289197010",
                "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-22 00:14:36",
            "meta": {}
        },
        {
            "id": 550,
            "ref": "37038",
            "isActive": true,
            "label": "37038",
            "timestamp": 1754494064,
            "tripId": "289196836",
            "routeId": "100",
            "startTime": "10:49:00",
            "position": {
                "lat": 45.47644,
                "lon": -73.69387
            },
            "bearing": 191,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "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": "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": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 551,
            "ref": "37040",
            "isActive": true,
            "label": "37040",
            "timestamp": 1754494068,
            "tripId": "289199584",
            "routeId": "711",
            "startTime": "11:23:00",
            "position": {
                "lat": 45.52648,
                "lon": -73.58646
            },
            "bearing": 218,
            "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": "289199584",
                "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": 559,
            "ref": "37062",
            "isActive": true,
            "label": "37062",
            "timestamp": 1754494067,
            "tripId": "289200014",
            "routeId": "747",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.44877,
                "lon": -73.73405
            },
            "bearing": 267,
            "speed": 71,
            "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": "289200014",
                "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": 562,
            "ref": "37071",
            "isActive": true,
            "label": "37071",
            "timestamp": 1754494069,
            "tripId": "289196385",
            "routeId": "16",
            "startTime": "11:23:00",
            "position": {
                "lat": 45.50221,
                "lon": -73.68708
            },
            "bearing": 44,
            "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": [
                9
            ],
            "trip": {
                "id": "289196385",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 563,
            "ref": "37073",
            "isActive": true,
            "label": "37073",
            "timestamp": 1754494067,
            "tripId": "289198758",
            "routeId": "171",
            "startTime": "11:03:00",
            "position": {
                "lat": 45.52622,
                "lon": -73.67285
            },
            "bearing": 26,
            "speed": 12,
            "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": [
                9
            ],
            "trip": {
                "id": "289198758",
                "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-22 00:14:36",
            "meta": {}
        },
        {
            "id": 568,
            "ref": "37081",
            "isActive": true,
            "label": "37081",
            "timestamp": 1754494070,
            "tripId": "289197134",
            "routeId": "105",
            "startTime": "11:09:00",
            "position": {
                "lat": 45.47396,
                "lon": -73.60442
            },
            "bearing": 39,
            "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": [
                9
            ],
            "trip": {
                "id": "289197134",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 569,
            "ref": "37082",
            "isActive": true,
            "label": "37082",
            "timestamp": 1754494068,
            "tripId": "289197827",
            "routeId": "128",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.5259,
                "lon": -73.68122
            },
            "bearing": 16,
            "speed": 27,
            "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": 2,
                "label": "Few 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 00:14:36",
            "meta": {}
        },
        {
            "id": 571,
            "ref": "37091",
            "isActive": true,
            "label": "37091",
            "timestamp": 1754494054,
            "tripId": "289197555",
            "routeId": "119",
            "startTime": "11:41:00",
            "position": {
                "lat": 45.49664,
                "lon": -73.62354
            },
            "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": "289197555",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 572,
            "ref": "37095",
            "isActive": true,
            "label": "37095",
            "timestamp": 1754494068,
            "tripId": "289197072",
            "routeId": "103",
            "startTime": "11:33:00",
            "position": {
                "lat": 45.45895,
                "lon": -73.66299
            },
            "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": "289197072",
                "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": 575,
            "ref": "38003",
            "isActive": true,
            "label": "38003",
            "timestamp": 1754494059,
            "tripId": "289241894",
            "routeId": "50",
            "startTime": "10:54:00",
            "position": {
                "lat": 45.50296,
                "lon": -73.56937
            },
            "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": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289241894",
                "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-22 00:14:36",
            "meta": {}
        },
        {
            "id": 576,
            "ref": "38006",
            "isActive": true,
            "label": "38006",
            "timestamp": 1754494070,
            "tripId": "289242674",
            "routeId": "125",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.50996,
                "lon": -73.56741
            },
            "bearing": 201,
            "speed": 24,
            "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": [
                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 00:14:36",
            "meta": {}
        },
        {
            "id": 577,
            "ref": "38007",
            "isActive": true,
            "label": "38007",
            "timestamp": 1754494069,
            "tripId": "289243339",
            "routeId": "24",
            "startTime": "11:02:00",
            "position": {
                "lat": 45.51124,
                "lon": -73.56995
            },
            "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": [
                3
            ],
            "trip": {
                "id": "289243339",
                "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": 580,
            "ref": "38016",
            "isActive": true,
            "label": "38016",
            "timestamp": 1754494058,
            "tripId": "289244127",
            "routeId": "768",
            "startTime": "11:02: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": "289244127",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 581,
            "ref": "38019",
            "isActive": true,
            "label": "38019",
            "timestamp": 1754494070,
            "tripId": "289242569",
            "routeId": "168",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.45873,
                "lon": -73.54382
            },
            "bearing": 137,
            "speed": 45,
            "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": [
                3
            ],
            "trip": {
                "id": "289242569",
                "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": 585,
            "ref": "38030",
            "isActive": true,
            "label": "38030",
            "timestamp": 1754494057,
            "tripId": "289243084",
            "routeId": "150",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.49367,
                "lon": -73.57506
            },
            "bearing": 0,
            "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": [
                3
            ],
            "trip": {
                "id": "289243084",
                "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-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 586,
            "ref": "38037",
            "isActive": true,
            "label": "38037",
            "timestamp": 1754494063,
            "tripId": "289242761",
            "routeId": "24",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.49133,
                "lon": -73.58797
            },
            "bearing": 222,
            "speed": 12,
            "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": [
                3
            ],
            "trip": {
                "id": "289242761",
                "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": 588,
            "ref": "38044",
            "isActive": true,
            "label": "38044",
            "timestamp": 1754494067,
            "tripId": "286060294",
            "routeId": "196",
            "startTime": "10:46:00",
            "position": {
                "lat": 45.50658,
                "lon": -73.69225
            },
            "bearing": 42,
            "speed": 24,
            "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": [
                8
            ],
            "trip": {
                "id": "286060294",
                "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": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 590,
            "ref": "38046",
            "isActive": true,
            "label": "38046",
            "timestamp": 1754494058,
            "tripId": "286058906",
            "routeId": "17",
            "startTime": "10:55:00",
            "position": {
                "lat": 45.49767,
                "lon": -73.65774
            },
            "bearing": 306,
            "speed": 36,
            "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": [
                8
            ],
            "trip": {
                "id": "286058906",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 593,
            "ref": "38052",
            "isActive": true,
            "label": "38052",
            "timestamp": 1754494067,
            "tripId": "286059928",
            "routeId": "205",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.50885,
                "lon": -73.82176
            },
            "bearing": 336,
            "speed": 27,
            "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": "286059928",
                "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": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 600,
            "ref": "38070",
            "isActive": true,
            "label": "38070",
            "timestamp": 1754494058,
            "tripId": "286061248",
            "routeId": "203",
            "startTime": "11:06:00",
            "position": {
                "lat": 45.44873,
                "lon": -73.79864
            },
            "bearing": 73,
            "speed": 44,
            "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": "286061248",
                "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": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 601,
            "ref": "38071",
            "isActive": true,
            "label": "38071",
            "timestamp": 1754494064,
            "tripId": "286060486",
            "routeId": "202",
            "startTime": "11:06:00",
            "position": {
                "lat": 45.44171,
                "lon": -73.76466
            },
            "bearing": 86,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060486",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 604,
            "ref": "38076",
            "isActive": true,
            "label": "38076",
            "timestamp": 1754494062,
            "tripId": "286061308",
            "routeId": "468",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.51599,
                "lon": -73.68542
            },
            "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": 3,
                "label": "Standing room only"
            },
            "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 00:14:36",
            "meta": {}
        },
        {
            "id": 606,
            "ref": "38085",
            "isActive": true,
            "label": "38085",
            "timestamp": 1754494062,
            "tripId": "286060687",
            "routeId": "207",
            "startTime": "11:34: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": "286060687",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 608,
            "ref": "38088",
            "isActive": true,
            "label": "38088",
            "timestamp": 1754494070,
            "tripId": "289242626",
            "routeId": "10",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.55243,
                "lon": -73.60989
            },
            "bearing": 123,
            "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": "289242626",
                "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": 609,
            "ref": "38089",
            "isActive": true,
            "label": "38089",
            "timestamp": 1754494065,
            "tripId": "289244671",
            "routeId": "176",
            "startTime": "11:08:00",
            "position": {
                "lat": 45.4897,
                "lon": -73.54713
            },
            "bearing": 290,
            "speed": 54,
            "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": [
                3
            ],
            "trip": {
                "id": "289244671",
                "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": 611,
            "ref": "38091",
            "isActive": true,
            "label": "38091",
            "timestamp": 1754494063,
            "tripId": "289242007",
            "routeId": "22",
            "startTime": "11:02:00",
            "position": {
                "lat": 45.60689,
                "lon": -73.51194
            },
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242007",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "22",
                "routeLongName": "Notre-Dame",
                "shapeLink": "/storage/shapes/stm/220002.json",
                "shapeId": "220002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 613,
            "ref": "38094",
            "isActive": true,
            "label": "38094",
            "timestamp": 1754494058,
            "tripId": "289241947",
            "routeId": "136",
            "startTime": "11:02:00",
            "position": {
                "lat": 45.5848,
                "lon": -73.60573
            },
            "bearing": 303,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289241947",
                "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": 615,
            "ref": "38097",
            "isActive": true,
            "label": "38097",
            "timestamp": 1754494067,
            "tripId": "289241423",
            "routeId": "777",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.5067,
                "lon": -73.52453
            },
            "bearing": 9,
            "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": [
                3
            ],
            "trip": {
                "id": "289241423",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "777",
                "routeLongName": "Jean-Drapeau / Casino / Bonaventure",
                "shapeLink": "/storage/shapes/stm/7770006.json",
                "shapeId": "7770006",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 616,
            "ref": "38099",
            "isActive": true,
            "label": "38099",
            "timestamp": 1754494056,
            "tripId": "286654301",
            "routeId": "811",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.58842,
                "lon": -73.53971
            },
            "bearing": 23,
            "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": 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": 618,
            "ref": "39002",
            "isActive": true,
            "label": "39002",
            "timestamp": 1754494064,
            "tripId": "289199229",
            "routeId": "470",
            "startTime": "10:26:00",
            "position": {
                "lat": 45.51617,
                "lon": -73.6572
            },
            "bearing": 25,
            "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": [
                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": 620,
            "ref": "39008",
            "isActive": true,
            "label": "39008",
            "timestamp": 1754494063,
            "tripId": "289199873",
            "routeId": "747",
            "startTime": "10:55:00",
            "position": {
                "lat": 45.44693,
                "lon": -73.63953
            },
            "bearing": 232,
            "speed": 99,
            "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": "289199873",
                "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": 622,
            "ref": "39011",
            "isActive": true,
            "label": "39011",
            "timestamp": 1754493988,
            "tripId": "289199698",
            "routeId": "747",
            "startTime": "10:39:00",
            "position": {
                "lat": 45.51557,
                "lon": -73.56164
            },
            "bearing": 14,
            "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": [
                9
            ],
            "trip": {
                "id": "289199698",
                "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": 624,
            "ref": "39015",
            "isActive": true,
            "label": "39015",
            "timestamp": 1754494072,
            "tripId": "289199823",
            "routeId": "747",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.44845,
                "lon": -73.72588
            },
            "bearing": 92,
            "speed": 91,
            "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": "289199823",
                "headsign": "Est trajet 2 station Lionel-Groulx.",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470004.json",
                "shapeId": "7470004",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 625,
            "ref": "39019",
            "isActive": true,
            "label": "39019",
            "timestamp": 1754494056,
            "tripId": "289243631",
            "routeId": "185",
            "startTime": "11:14:00",
            "position": {
                "lat": 45.5995,
                "lon": -73.53333
            },
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243631",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 626,
            "ref": "39022",
            "isActive": true,
            "label": "39022",
            "timestamp": 1754494070,
            "tripId": "289244696",
            "routeId": "176",
            "startTime": "11:29:00",
            "position": {
                "lat": 45.44802,
                "lon": -73.55489
            },
            "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": "289244696",
                "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": 627,
            "ref": "39028",
            "isActive": true,
            "label": "39028",
            "timestamp": 1754494066,
            "tripId": "289244027",
            "routeId": "767",
            "startTime": "11:47:00",
            "position": {
                "lat": 45.51193,
                "lon": -73.53233
            },
            "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": "289244027",
                "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": 630,
            "ref": "39033",
            "isActive": true,
            "label": "39033",
            "timestamp": 1754494056,
            "tripId": "286653903",
            "routeId": "811",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.57106,
                "lon": -73.55252
            },
            "bearing": 295,
            "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": [
                3
            ],
            "trip": {
                "id": "286653903",
                "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": 631,
            "ref": "39035",
            "isActive": true,
            "label": "39035",
            "timestamp": 1754494072,
            "tripId": "289243505",
            "routeId": "29",
            "startTime": "11:08:00",
            "position": {
                "lat": 45.52701,
                "lon": -73.57289
            },
            "bearing": 29,
            "speed": 9,
            "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": [
                3
            ],
            "trip": {
                "id": "289243505",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 634,
            "ref": "39041",
            "isActive": true,
            "label": "39041",
            "timestamp": 1754494058,
            "tripId": "289216786",
            "routeId": "43",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.63166,
                "lon": -73.58934
            },
            "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": [
                2
            ],
            "trip": {
                "id": "289216786",
                "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": 635,
            "ref": "39043",
            "isActive": true,
            "label": "39043",
            "timestamp": 1754494071,
            "tripId": "289216712",
            "routeId": "49",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.60006,
                "lon": -73.63927
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216712",
                "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": 640,
            "ref": "39051",
            "isActive": true,
            "label": "39051",
            "timestamp": 1754494063,
            "tripId": "289216160",
            "routeId": "49",
            "startTime": "10:57:00",
            "position": {
                "lat": 45.61464,
                "lon": -73.61227
            },
            "bearing": 90,
            "speed": 12,
            "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": "289216160",
                "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:36",
            "meta": {}
        },
        {
            "id": 641,
            "ref": "39053",
            "isActive": true,
            "label": "39053",
            "timestamp": 1754494065,
            "tripId": "289216059",
            "routeId": "192",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.60371,
                "lon": -73.59016
            },
            "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": [
                2
            ],
            "trip": {
                "id": "289216059",
                "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-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 643,
            "ref": "39055",
            "isActive": true,
            "label": "39055",
            "timestamp": 1754494060,
            "tripId": "289215198",
            "routeId": "86",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.64694,
                "lon": -73.55756
            },
            "bearing": 324,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 94,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 648,
            "ref": "39067",
            "isActive": true,
            "label": "39067",
            "timestamp": 1754494062,
            "tripId": "289215167",
            "routeId": "141",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.57043,
                "lon": -73.58254
            },
            "bearing": 32,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215167",
                "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": 650,
            "ref": "39077",
            "isActive": true,
            "label": "39077",
            "timestamp": 1754494056,
            "tripId": "289214957",
            "routeId": "432",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.63059,
                "lon": -73.61012
            },
            "bearing": 46,
            "speed": 46,
            "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": [
                2
            ],
            "trip": {
                "id": "289214957",
                "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-22 00:14:36",
            "meta": {}
        },
        {
            "id": 654,
            "ref": "39086",
            "isActive": true,
            "label": "39086",
            "timestamp": 1754494063,
            "tripId": "289215931",
            "routeId": "44",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.60894,
                "lon": -73.58313
            },
            "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": [
                2
            ],
            "trip": {
                "id": "289215931",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 655,
            "ref": "39094",
            "isActive": true,
            "label": "39094",
            "timestamp": 1754494064,
            "tripId": "289215659",
            "routeId": "189",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.69034,
                "lon": -73.48907
            },
            "bearing": 191,
            "speed": 54,
            "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": "289215659",
                "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": 658,
            "ref": "39098",
            "isActive": true,
            "label": "39098",
            "timestamp": 1754494057,
            "tripId": "289214995",
            "routeId": "44",
            "startTime": "11:32:00",
            "position": {
                "lat": 45.64371,
                "lon": -73.5968
            },
            "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": "289214995",
                "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:36",
            "meta": {}
        },
        {
            "id": 661,
            "ref": "39102",
            "isActive": true,
            "label": "39102",
            "timestamp": 1754494070,
            "tripId": "289215305",
            "routeId": "141",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.59742,
                "lon": -73.56998
            },
            "bearing": 296,
            "speed": 27,
            "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": "289215305",
                "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": 664,
            "ref": "39106",
            "isActive": true,
            "label": "39106",
            "timestamp": 1754494069,
            "tripId": "289215245",
            "routeId": "49",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.57127,
                "lon": -73.65781
            },
            "bearing": 10,
            "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": [
                2
            ],
            "trip": {
                "id": "289215245",
                "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:36",
            "meta": {}
        },
        {
            "id": 667,
            "ref": "39115",
            "isActive": true,
            "label": "39115",
            "timestamp": 1754494063,
            "tripId": "289225431",
            "routeId": "814",
            "startTime": "11:30:00",
            "position": {
                "lat": 45.57618,
                "lon": -73.58377
            },
            "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": "289225431",
                "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 00:14:36",
            "meta": {}
        },
        {
            "id": 668,
            "ref": "39116",
            "isActive": true,
            "label": "39116",
            "timestamp": 1754494064,
            "tripId": "289215454",
            "routeId": "449",
            "startTime": "11:08:00",
            "position": {
                "lat": 45.63471,
                "lon": -73.59306
            },
            "bearing": 136,
            "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": "289215454",
                "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": 670,
            "ref": "39120",
            "isActive": true,
            "label": "39120",
            "timestamp": 1754494072,
            "tripId": "289216625",
            "routeId": "81",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.65038,
                "lon": -73.5621
            },
            "bearing": 54,
            "speed": 9,
            "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": [
                2
            ],
            "trip": {
                "id": "289216625",
                "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": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 671,
            "ref": "39123",
            "isActive": true,
            "label": "39123",
            "timestamp": 1754494063,
            "tripId": "289214710",
            "routeId": "33",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.60742,
                "lon": -73.61755
            },
            "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": [
                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-22 00:14:36",
            "meta": {}
        },
        {
            "id": 673,
            "ref": "39125",
            "isActive": true,
            "label": "39125",
            "timestamp": 1754494055,
            "tripId": "289216444",
            "routeId": "141",
            "startTime": "10:36:00",
            "position": {
                "lat": 45.59794,
                "lon": -73.53426
            },
            "bearing": 0,
            "speed": 0,
            "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": [
                2
            ],
            "trip": {
                "id": "289216444",
                "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": 825,
            "ref": "29009",
            "isActive": true,
            "label": "29009",
            "timestamp": 1754494072,
            "tripId": "289201582",
            "routeId": "129",
            "startTime": "11:28:00",
            "position": {
                "lat": 45.48293,
                "lon": -73.63541
            },
            "bearing": 307,
            "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": "289201582",
                "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-22 01:13:10",
            "meta": {}
        },
        {
            "id": 834,
            "ref": "30222",
            "isActive": true,
            "label": "30222",
            "timestamp": 1754494069,
            "tripId": "286059881",
            "routeId": "205",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.51027,
                "lon": -73.84511
            },
            "bearing": 66,
            "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": [
                8
            ],
            "trip": {
                "id": "286059881",
                "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 01:13:15",
            "meta": {}
        },
        {
            "id": 842,
            "ref": "32028",
            "isActive": true,
            "label": "32028",
            "timestamp": 1754494060,
            "tripId": "289216473",
            "routeId": "81",
            "startTime": "11:33:00",
            "position": {
                "lat": 45.64045,
                "lon": -73.49294
            },
            "bearing": 283,
            "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": [
                2
            ],
            "trip": {
                "id": "289216473",
                "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": "2019-11-22 01:13:23",
            "meta": {}
        },
        {
            "id": 847,
            "ref": "36004",
            "isActive": true,
            "label": "36004",
            "timestamp": 1754494065,
            "tripId": "289215744",
            "routeId": "32",
            "startTime": "10:53:00",
            "position": {
                "lat": 45.60057,
                "lon": -73.61314
            },
            "bearing": 315,
            "speed": 11,
            "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": "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 01:13:24",
            "meta": {}
        },
        {
            "id": 848,
            "ref": "36016",
            "isActive": true,
            "label": "36016",
            "timestamp": 1754494060,
            "tripId": "289214464",
            "routeId": "192",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.61507,
                "lon": -73.58462
            },
            "bearing": 300,
            "speed": 47,
            "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": [
                2
            ],
            "trip": {
                "id": "289214464",
                "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-11-22 01:13:24",
            "meta": {}
        },
        {
            "id": 854,
            "ref": "37045",
            "isActive": true,
            "label": "37045",
            "timestamp": 1754494059,
            "tripId": "289196335",
            "routeId": "16",
            "startTime": "10:53:00",
            "position": {
                "lat": 45.52778,
                "lon": -73.62601
            },
            "bearing": 27,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "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": "289196335",
                "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 01:13:25",
            "meta": {}
        },
        {
            "id": 856,
            "ref": "37084",
            "isActive": true,
            "label": "37084",
            "timestamp": 1754494071,
            "tripId": "289198130",
            "routeId": "162",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.47035,
                "lon": -73.62759
            },
            "bearing": 0,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198130",
                "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 01:13:25",
            "meta": {}
        },
        {
            "id": 861,
            "ref": "39024",
            "isActive": true,
            "label": "39024",
            "timestamp": 1754494068,
            "tripId": "289243170",
            "routeId": "172",
            "startTime": "11:32:00",
            "position": {
                "lat": 45.46978,
                "lon": -73.53671
            },
            "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": "289243170",
                "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 01:13:28",
            "meta": {}
        },
        {
            "id": 1047,
            "ref": "31197",
            "isActive": true,
            "label": "31197",
            "timestamp": 1754494067,
            "tripId": "289216687",
            "routeId": "40",
            "startTime": "11:39:00",
            "position": {
                "lat": 45.60521,
                "lon": -73.61969
            },
            "bearing": 241,
            "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": "289216687",
                "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 01:19:05",
            "meta": {}
        },
        {
            "id": 1048,
            "ref": "36013",
            "isActive": true,
            "label": "36013",
            "timestamp": 1754494057,
            "tripId": "289215830",
            "routeId": "141",
            "startTime": "10:46:00",
            "position": {
                "lat": 45.59911,
                "lon": -73.53356
            },
            "bearing": 203,
            "speed": 0,
            "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": [
                2
            ],
            "trip": {
                "id": "289215830",
                "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 01:19:10",
            "meta": {}
        },
        {
            "id": 1049,
            "ref": "39031",
            "isActive": true,
            "label": "39031",
            "timestamp": 1754494065,
            "tripId": "289242396",
            "routeId": "24",
            "startTime": "11:14:00",
            "position": {
                "lat": 45.52005,
                "lon": -73.56833
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242396",
                "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 01:19:14",
            "meta": {}
        },
        {
            "id": 1071,
            "ref": "30802",
            "isActive": true,
            "label": "30802",
            "timestamp": 1754494065,
            "tripId": "286208180",
            "routeId": "467",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.55988,
                "lon": -73.60058
            },
            "bearing": 303,
            "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": [
                5
            ],
            "trip": {
                "id": "286208180",
                "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-11-22 01:21:55",
            "meta": {}
        },
        {
            "id": 1083,
            "ref": "29067",
            "isActive": true,
            "label": "29067",
            "timestamp": 1754494066,
            "tripId": "289185901",
            "routeId": "405",
            "startTime": "10:57:00",
            "position": {
                "lat": 45.44221,
                "lon": -73.81832
            },
            "bearing": 214,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185901",
                "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 02:55:09",
            "meta": {}
        },
        {
            "id": 1106,
            "ref": "37044",
            "isActive": true,
            "label": "37044",
            "timestamp": 1754494055,
            "tripId": "289197680",
            "routeId": "124",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.50526,
                "lon": -73.66053
            },
            "bearing": 300,
            "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": [
                9
            ],
            "trip": {
                "id": "289197680",
                "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 02:55:21",
            "meta": {}
        },
        {
            "id": 1108,
            "ref": "38068",
            "isActive": true,
            "label": "38068",
            "timestamp": 1754494060,
            "tripId": "286059788",
            "routeId": "64",
            "startTime": "11:40: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": "286059788",
                "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 02:55:23",
            "meta": {}
        },
        {
            "id": 1114,
            "ref": "39039",
            "isActive": true,
            "label": "39039",
            "timestamp": 1754494067,
            "tripId": "289242851",
            "routeId": "24",
            "startTime": "10:36:00",
            "position": {
                "lat": 45.53239,
                "lon": -73.5625
            },
            "bearing": 4,
            "speed": 27,
            "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": [
                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 03:00:25",
            "meta": {}
        },
        {
            "id": 1129,
            "ref": "39003",
            "isActive": true,
            "label": "39003",
            "timestamp": 1754494072,
            "tripId": "289200053",
            "routeId": "747",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.44637,
                "lon": -73.66832
            },
            "bearing": 295,
            "speed": 72,
            "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": "289200053",
                "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": 1754494066,
            "tripId": "289182887",
            "routeId": "101",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.48178,
                "lon": -73.58023
            },
            "bearing": 324,
            "speed": 0,
            "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": [
                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": "2019-11-22 04:05:06",
            "meta": {}
        },
        {
            "id": 1140,
            "ref": "36012",
            "isActive": true,
            "label": "36012",
            "timestamp": 1754494063,
            "tripId": "289214688",
            "routeId": "186",
            "startTime": "10:59:00",
            "position": {
                "lat": 45.60522,
                "lon": -73.52988
            },
            "bearing": 202,
            "speed": 1,
            "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": [
                2
            ],
            "trip": {
                "id": "289214688",
                "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 04:35:10",
            "meta": {}
        },
        {
            "id": 1145,
            "ref": "37102",
            "isActive": true,
            "label": "37102",
            "timestamp": 1754494065,
            "tripId": "289197981",
            "routeId": "160",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.50257,
                "lon": -73.63564
            },
            "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": [
                9
            ],
            "trip": {
                "id": "289197981",
                "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 07:40:04",
            "meta": {}
        },
        {
            "id": 1167,
            "ref": "30098",
            "isActive": true,
            "label": "30098",
            "timestamp": 1754494071,
            "tripId": "286060856",
            "routeId": "201",
            "startTime": "11:53:00",
            "position": {
                "lat": 45.46641,
                "lon": -73.83125
            },
            "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": [
                8
            ],
            "trip": {
                "id": "286060856",
                "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 09:50:02",
            "meta": {}
        },
        {
            "id": 1186,
            "ref": "31113",
            "isActive": true,
            "label": "31113",
            "timestamp": 1754494068,
            "tripId": "286208981",
            "routeId": "193",
            "startTime": "11:45:00",
            "position": {
                "lat": 45.53459,
                "lon": -73.64378
            },
            "bearing": 104,
            "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": "286208981",
                "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": "2019-11-22 09:55:06",
            "meta": {}
        },
        {
            "id": 1192,
            "ref": "29007",
            "isActive": true,
            "label": "29007",
            "timestamp": 1754494063,
            "tripId": "289216607",
            "routeId": "187",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.62453,
                "lon": -73.51982
            },
            "bearing": 13,
            "speed": 42,
            "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": [
                7
            ],
            "trip": {
                "id": "289216607",
                "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 10:00:04",
            "meta": {}
        },
        {
            "id": 1196,
            "ref": "30097",
            "isActive": true,
            "label": "30097",
            "timestamp": 1754494070,
            "tripId": "289201725",
            "routeId": "129",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.51514,
                "lon": -73.60706
            },
            "bearing": 75,
            "speed": 26,
            "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": [
                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": "2019-11-22 10:00:04",
            "meta": {}
        },
        {
            "id": 1201,
            "ref": "31032",
            "isActive": true,
            "label": "31032",
            "timestamp": 1754494072,
            "tripId": "289243271",
            "routeId": "24",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.49956,
                "lon": -73.5788
            },
            "bearing": 33,
            "speed": 27,
            "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": [
                3
            ],
            "trip": {
                "id": "289243271",
                "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 10:00:05",
            "meta": {}
        },
        {
            "id": 1225,
            "ref": "37066",
            "isActive": true,
            "label": "37066",
            "timestamp": 1754493489,
            "tripId": "289198999",
            "routeId": "171",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.50196,
                "lon": -73.70731
            },
            "bearing": 209,
            "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": [
                9
            ],
            "trip": {
                "id": "289198999",
                "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:05:07",
            "meta": {}
        },
        {
            "id": 1226,
            "ref": "39007",
            "isActive": true,
            "label": "39007",
            "timestamp": 1754494060,
            "tripId": "289200060",
            "routeId": "747",
            "startTime": "11:09:00",
            "position": {
                "lat": 45.49927,
                "lon": -73.56992
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289200060",
                "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 10:05:07",
            "meta": {}
        },
        {
            "id": 1227,
            "ref": "39092",
            "isActive": true,
            "label": "39092",
            "timestamp": 1754494068,
            "tripId": "289214567",
            "routeId": "432",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.58752,
                "lon": -73.5972
            },
            "bearing": 0,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214567",
                "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 10:05:07",
            "meta": {}
        },
        {
            "id": 1251,
            "ref": "30060",
            "isActive": true,
            "label": "30060",
            "timestamp": 1754494069,
            "tripId": "289209304",
            "routeId": "47",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.5577,
                "lon": -73.56905
            },
            "bearing": 204,
            "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": [
                6
            ],
            "trip": {
                "id": "289209304",
                "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": "2019-11-22 10:15:06",
            "meta": {}
        },
        {
            "id": 1260,
            "ref": "31194",
            "isActive": true,
            "label": "31194",
            "timestamp": 1754494060,
            "tripId": "289243112",
            "routeId": "131",
            "startTime": "11:29:00",
            "position": {
                "lat": 45.56916,
                "lon": -73.54677
            },
            "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": [
                3
            ],
            "trip": {
                "id": "289243112",
                "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-22 10:15:09",
            "meta": {}
        },
        {
            "id": 1261,
            "ref": "32032",
            "isActive": true,
            "label": "32032",
            "timestamp": 1754494063,
            "tripId": "289215788",
            "routeId": "187",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.59875,
                "lon": -73.53378
            },
            "bearing": 202,
            "speed": 4,
            "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": "289215788",
                "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 10:15:09",
            "meta": {}
        },
        {
            "id": 1264,
            "ref": "37049",
            "isActive": true,
            "label": "37049",
            "timestamp": 1754494072,
            "tripId": "289197712",
            "routeId": "124",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.50064,
                "lon": -73.64972
            },
            "bearing": 128,
            "speed": 12,
            "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": [
                9
            ],
            "trip": {
                "id": "289197712",
                "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": "2019-11-22 10:15:10",
            "meta": {}
        },
        {
            "id": 1276,
            "ref": "31033",
            "isActive": true,
            "label": "31033",
            "timestamp": 1754494068,
            "tripId": "289214973",
            "routeId": "33",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.61722,
                "lon": -73.61501
            },
            "bearing": 141,
            "speed": 19,
            "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": [
                2
            ],
            "trip": {
                "id": "289214973",
                "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:20:04",
            "meta": {}
        },
        {
            "id": 1296,
            "ref": "29156",
            "isActive": true,
            "label": "29156",
            "timestamp": 1754494057,
            "tripId": "289199995",
            "routeId": "747",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.45708,
                "lon": -73.74743
            },
            "bearing": 359,
            "speed": 15,
            "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": "289199995",
                "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 10:25:03",
            "meta": {}
        },
        {
            "id": 1299,
            "ref": "30815",
            "isActive": true,
            "label": "30815",
            "timestamp": 1754494055,
            "tripId": "286208963",
            "routeId": "67",
            "startTime": "10:41:00",
            "position": {
                "lat": 45.54852,
                "lon": -73.55868
            },
            "bearing": 24,
            "speed": 11,
            "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": "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 10:25:04",
            "meta": {}
        },
        {
            "id": 1306,
            "ref": "31189",
            "isActive": true,
            "label": "31189",
            "timestamp": 1754494060,
            "tripId": "286059910",
            "routeId": "468",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.4671,
                "lon": -73.87806
            },
            "bearing": 46,
            "speed": 20,
            "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": "286059910",
                "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 10:25:06",
            "meta": {}
        },
        {
            "id": 1309,
            "ref": "33842",
            "isActive": true,
            "label": "33842",
            "timestamp": 1754494057,
            "tripId": "289196499",
            "routeId": "80",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.51274,
                "lon": -73.58031
            },
            "bearing": 303,
            "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": "289196499",
                "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 10:25:07",
            "meta": {}
        },
        {
            "id": 1317,
            "ref": "38083",
            "isActive": true,
            "label": "38083",
            "timestamp": 1754494060,
            "tripId": "286059726",
            "routeId": "209",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.4814,
                "lon": -73.79412
            },
            "bearing": 325,
            "speed": 36,
            "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": [
                8
            ],
            "trip": {
                "id": "286059726",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "209",
                "routeLongName": "Des Sources",
                "shapeLink": "/storage/shapes/stm/2090002.json",
                "shapeId": "2090002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:25:09",
            "meta": {}
        },
        {
            "id": 1352,
            "ref": "37072",
            "isActive": true,
            "label": "37072",
            "timestamp": 1754494071,
            "tripId": "289197921",
            "routeId": "160",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.49515,
                "lon": -73.64099
            },
            "bearing": 33,
            "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": "289197921",
                "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": "2019-11-22 10:30:08",
            "meta": {}
        },
        {
            "id": 1378,
            "ref": "38098",
            "isActive": true,
            "label": "38098",
            "timestamp": 1754494063,
            "tripId": "289242427",
            "routeId": "131",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.57825,
                "lon": -73.57366
            },
            "bearing": 115,
            "speed": 27,
            "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": "289242427",
                "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 10:35:12",
            "meta": {}
        },
        {
            "id": 1384,
            "ref": "29109",
            "isActive": true,
            "label": "29109",
            "timestamp": 1754493970,
            "tripId": "289185588",
            "routeId": "190",
            "startTime": "10:56:00",
            "position": {
                "lat": 45.48257,
                "lon": -73.58128
            },
            "bearing": 59,
            "speed": 19,
            "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": "289185588",
                "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 10:40:04",
            "meta": {}
        },
        {
            "id": 1387,
            "ref": "30086",
            "isActive": true,
            "label": "30086",
            "timestamp": 1754494067,
            "tripId": "289208999",
            "routeId": "51",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.51702,
                "lon": -73.59811
            },
            "bearing": 212,
            "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": "289208999",
                "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-11-22 10:40:05",
            "meta": {}
        },
        {
            "id": 1389,
            "ref": "30801",
            "isActive": true,
            "label": "30801",
            "timestamp": 1754494061,
            "tripId": "286208284",
            "routeId": "69",
            "startTime": "10:59:00",
            "position": {
                "lat": 45.55995,
                "lon": -73.6659
            },
            "bearing": 27,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208284",
                "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 10:40:06",
            "meta": {}
        },
        {
            "id": 1397,
            "ref": "31126",
            "isActive": true,
            "label": "31126",
            "timestamp": 1754494054,
            "tripId": "286207358",
            "routeId": "180",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.5358,
                "lon": -73.68404
            },
            "bearing": 301,
            "speed": 5,
            "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": "286207358",
                "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-22 10:40:08",
            "meta": {}
        },
        {
            "id": 1427,
            "ref": "29117",
            "isActive": true,
            "label": "29117",
            "timestamp": 1754494017,
            "tripId": "289185637",
            "routeId": "35",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.50335,
                "lon": -73.57015
            },
            "bearing": 299,
            "speed": 17,
            "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": [
                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": "2019-11-22 10:45:06",
            "meta": {}
        },
        {
            "id": 1486,
            "ref": "31198",
            "isActive": true,
            "label": "31198",
            "timestamp": 1754493945,
            "tripId": "289241982",
            "routeId": "168",
            "startTime": "10:49:00",
            "position": {
                "lat": 45.50399,
                "lon": -73.57146
            },
            "bearing": 310,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289241982",
                "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 10:50:13",
            "meta": {}
        },
        {
            "id": 1489,
            "ref": "38004",
            "isActive": true,
            "label": "38004",
            "timestamp": 1754494057,
            "tripId": "289243446",
            "routeId": "85",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.61487,
                "lon": -73.54864
            },
            "bearing": 301,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243446",
                "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 10:50:14",
            "meta": {}
        },
        {
            "id": 1497,
            "ref": "28093",
            "isActive": true,
            "label": "28093",
            "timestamp": 1754494070,
            "tripId": "289184909",
            "routeId": "211",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.40394,
                "lon": -73.93926
            },
            "bearing": 259,
            "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": [
                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": "2019-11-22 10:55:03",
            "meta": {}
        },
        {
            "id": 1531,
            "ref": "28081",
            "isActive": true,
            "label": "28081",
            "timestamp": 1754494061,
            "tripId": "289185197",
            "routeId": "405",
            "startTime": "10:54:00",
            "position": {
                "lat": 45.44719,
                "lon": -73.74286
            },
            "bearing": 195,
            "speed": 12,
            "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": "289185197",
                "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 11:00:05",
            "meta": {}
        },
        {
            "id": 1557,
            "ref": "39072",
            "isActive": true,
            "label": "39072",
            "timestamp": 1754494063,
            "tripId": "289216767",
            "routeId": "81",
            "startTime": "11:08:00",
            "position": {
                "lat": 45.64508,
                "lon": -73.57169
            },
            "bearing": 221,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216767",
                "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": "2019-11-22 11:00:19",
            "meta": {}
        },
        {
            "id": 1598,
            "ref": "36017",
            "isActive": true,
            "label": "36017",
            "timestamp": 1754494060,
            "tripId": "289216141",
            "routeId": "40",
            "startTime": "10:58:00",
            "position": {
                "lat": 45.64467,
                "lon": -73.51348
            },
            "bearing": 12,
            "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": [
                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-11-22 11:05:19",
            "meta": {}
        },
        {
            "id": 1599,
            "ref": "37065",
            "isActive": true,
            "label": "37065",
            "timestamp": 1754493779,
            "tripId": "289198851",
            "routeId": "105",
            "startTime": "10:46:00",
            "position": {
                "lat": 45.47319,
                "lon": -73.60532
            },
            "bearing": 35,
            "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": 5,
                "label": "Full"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198851",
                "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 11:05:20",
            "meta": {}
        },
        {
            "id": 1601,
            "ref": "39078",
            "isActive": true,
            "label": "39078",
            "timestamp": 1754493518,
            "tripId": "289215082",
            "routeId": "432",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.57527,
                "lon": -73.54768
            },
            "bearing": 25,
            "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": 3,
                "label": "Standing room only"
            },
            "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 11:05:21",
            "meta": {}
        },
        {
            "id": 1622,
            "ref": "37099",
            "isActive": true,
            "label": "37099",
            "timestamp": 1754494070,
            "tripId": "289198789",
            "routeId": "171",
            "startTime": "11:26:00",
            "position": {
                "lat": 45.50304,
                "lon": -73.70525
            },
            "bearing": 37,
            "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": [
                9
            ],
            "trip": {
                "id": "289198789",
                "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-22 11:10:19",
            "meta": {}
        },
        {
            "id": 1625,
            "ref": "39006",
            "isActive": true,
            "label": "39006",
            "timestamp": 1754494056,
            "tripId": "289199864",
            "routeId": "747",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.48175,
                "lon": -73.58406
            },
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199864",
                "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 11:10:20",
            "meta": {}
        },
        {
            "id": 1658,
            "ref": "39118",
            "isActive": true,
            "label": "39118",
            "timestamp": 1754494071,
            "tripId": "289215044",
            "routeId": "33",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.58825,
                "lon": -73.55972
            },
            "bearing": 298,
            "speed": 36,
            "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": [
                2
            ],
            "trip": {
                "id": "289215044",
                "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:15:24",
            "meta": {}
        },
        {
            "id": 1694,
            "ref": "33822",
            "isActive": true,
            "label": "33822",
            "timestamp": 1754494059,
            "tripId": "289198375",
            "routeId": "165",
            "startTime": "11:02:00",
            "position": {
                "lat": 45.49531,
                "lon": -73.61449
            },
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198375",
                "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 11:20:24",
            "meta": {}
        },
        {
            "id": 1695,
            "ref": "37017",
            "isActive": true,
            "label": "37017",
            "timestamp": 1754494055,
            "tripId": "289196638",
            "routeId": "93",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.56301,
                "lon": -73.5946
            },
            "bearing": 213,
            "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": "289196638",
                "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 11:20:24",
            "meta": {}
        },
        {
            "id": 1696,
            "ref": "37022",
            "isActive": true,
            "label": "37022",
            "timestamp": 1754494060,
            "tripId": "289198074",
            "routeId": "162",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.47577,
                "lon": -73.62264
            },
            "bearing": 212,
            "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": "289198074",
                "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 11:20:24",
            "meta": {}
        },
        {
            "id": 1699,
            "ref": "39016",
            "isActive": true,
            "label": "39016",
            "timestamp": 1754494070,
            "tripId": "289242236",
            "routeId": "85",
            "startTime": "11:32:00",
            "position": {
                "lat": 45.6244,
                "lon": -73.55029
            },
            "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": [
                3
            ],
            "trip": {
                "id": "289242236",
                "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 11:20:25",
            "meta": {}
        },
        {
            "id": 1715,
            "ref": "29048",
            "isActive": true,
            "label": "29048",
            "timestamp": 1754494070,
            "tripId": "289183724",
            "routeId": "37",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.45704,
                "lon": -73.59074
            },
            "bearing": 99,
            "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": [
                4
            ],
            "trip": {
                "id": "289183724",
                "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 11:25:10",
            "meta": {}
        },
        {
            "id": 1726,
            "ref": "31820",
            "isActive": true,
            "label": "31820",
            "timestamp": 1754494063,
            "tripId": "289196431",
            "routeId": "80",
            "startTime": "10:55:00",
            "position": {
                "lat": 45.51463,
                "lon": -73.5849
            },
            "bearing": 118,
            "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": [
                9
            ],
            "trip": {
                "id": "289196431",
                "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-22 11:25:23",
            "meta": {}
        },
        {
            "id": 1745,
            "ref": "29021",
            "isActive": true,
            "label": "29021",
            "timestamp": 1754494065,
            "tripId": "289201693",
            "routeId": "161",
            "startTime": "11:23:00",
            "position": {
                "lat": 45.53164,
                "lon": -73.59792
            },
            "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": [
                7
            ],
            "trip": {
                "id": "289201693",
                "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 11:30:11",
            "meta": {}
        },
        {
            "id": 1748,
            "ref": "30091",
            "isActive": true,
            "label": "30091",
            "timestamp": 1754494065,
            "tripId": "289209382",
            "routeId": "51",
            "startTime": "11:31:00",
            "position": {
                "lat": 45.45427,
                "lon": -73.64148
            },
            "bearing": 110,
            "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": "289209382",
                "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": "2019-11-22 11:30:15",
            "meta": {}
        },
        {
            "id": 1749,
            "ref": "30154",
            "isActive": true,
            "label": "30154",
            "timestamp": 1754494065,
            "tripId": "289215373",
            "routeId": "189",
            "startTime": "10:46:00",
            "position": {
                "lat": 45.68491,
                "lon": -73.49059
            },
            "bearing": 11,
            "speed": 42,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215373",
                "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 11:30:16",
            "meta": {}
        },
        {
            "id": 1757,
            "ref": "30845",
            "isActive": true,
            "label": "30845",
            "timestamp": 1754494056,
            "tripId": "286207652",
            "routeId": "69",
            "startTime": "11:23:00",
            "position": {
                "lat": 45.53637,
                "lon": -73.71372
            },
            "bearing": 49,
            "speed": 1,
            "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": [
                5
            ],
            "trip": {
                "id": "286207652",
                "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:30:19",
            "meta": {}
        },
        {
            "id": 1763,
            "ref": "38079",
            "isActive": true,
            "label": "38079",
            "timestamp": 1754494069,
            "tripId": "286059664",
            "routeId": "201",
            "startTime": "10:47:00",
            "position": {
                "lat": 45.46759,
                "lon": -73.87456
            },
            "bearing": 333,
            "speed": 63,
            "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": [
                8
            ],
            "trip": {
                "id": "286059664",
                "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 11:30:27",
            "meta": {}
        },
        {
            "id": 1787,
            "ref": "30045",
            "isActive": true,
            "label": "30045",
            "timestamp": 1754494063,
            "tripId": "289215983",
            "routeId": "449",
            "startTime": "11:06:00",
            "position": {
                "lat": 45.63471,
                "lon": -73.59282
            },
            "bearing": 321,
            "speed": 11,
            "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": [
                6
            ],
            "trip": {
                "id": "289215983",
                "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 11:35:13",
            "meta": {}
        },
        {
            "id": 1795,
            "ref": "30866",
            "isActive": true,
            "label": "30866",
            "timestamp": 1754494059,
            "tripId": "286206689",
            "routeId": "439",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.57739,
                "lon": -73.6162
            },
            "bearing": 124,
            "speed": 10,
            "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": "286206689",
                "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 11:35:19",
            "meta": {}
        },
        {
            "id": 1803,
            "ref": "36042",
            "isActive": true,
            "label": "36042",
            "timestamp": 1754494065,
            "tripId": "289215913",
            "routeId": "49",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.6661,
                "lon": -73.55276
            },
            "bearing": 223,
            "speed": 11,
            "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": "289215913",
                "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 11:35:26",
            "meta": {}
        },
        {
            "id": 1804,
            "ref": "38014",
            "isActive": true,
            "label": "38014",
            "timestamp": 1754494057,
            "tripId": "289243403",
            "routeId": "24",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.4764,
                "lon": -73.61351
            },
            "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": [
                3
            ],
            "trip": {
                "id": "289243403",
                "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 11:35:27",
            "meta": {}
        },
        {
            "id": 1805,
            "ref": "38096",
            "isActive": true,
            "label": "38096",
            "timestamp": 1754494070,
            "tripId": "289242514",
            "routeId": "94",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.5355,
                "lon": -73.55852
            },
            "bearing": 294,
            "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": "289242514",
                "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 11:35:28",
            "meta": {}
        },
        {
            "id": 1806,
            "ref": "39034",
            "isActive": true,
            "label": "39034",
            "timestamp": 1754494068,
            "tripId": "289242922",
            "routeId": "74",
            "startTime": "11:04:00",
            "position": {
                "lat": 45.49842,
                "lon": -73.56788
            },
            "bearing": 129,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242922",
                "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:35:28",
            "meta": {}
        },
        {
            "id": 1844,
            "ref": "37088",
            "isActive": true,
            "label": "37088",
            "timestamp": 1754493891,
            "tripId": "289196912",
            "routeId": "103",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.47671,
                "lon": -73.62182
            },
            "bearing": 313,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "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": "289196912",
                "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 11:40:50",
            "meta": {}
        },
        {
            "id": 1871,
            "ref": "31184",
            "isActive": true,
            "label": "31184",
            "timestamp": 1754494058,
            "tripId": "289241875",
            "routeId": "50",
            "startTime": "11:09:00",
            "position": {
                "lat": 45.50214,
                "lon": -73.55383
            },
            "bearing": 10,
            "speed": 13,
            "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": "289241875",
                "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 11:45:45",
            "meta": {}
        },
        {
            "id": 1873,
            "ref": "36007",
            "isActive": true,
            "label": "36007",
            "timestamp": 1754494071,
            "tripId": "289215704",
            "routeId": "183",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.65292,
                "lon": -73.5108
            },
            "bearing": 249,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "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": [
                2
            ],
            "trip": {
                "id": "289215704",
                "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 11:45:50",
            "meta": {}
        },
        {
            "id": 1896,
            "ref": "30171",
            "isActive": true,
            "label": "30171",
            "timestamp": 1754494061,
            "tripId": "286060622",
            "routeId": "202",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.4988,
                "lon": -73.67717
            },
            "bearing": 312,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 62,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "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 11:50:33",
            "meta": {}
        },
        {
            "id": 1903,
            "ref": "36033",
            "isActive": true,
            "label": "36033",
            "timestamp": 1754494071,
            "tripId": "289215478",
            "routeId": "141",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.56023,
                "lon": -73.59708
            },
            "bearing": 33,
            "speed": 11,
            "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": "289215478",
                "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 11:50:51",
            "meta": {}
        },
        {
            "id": 1905,
            "ref": "39117",
            "isActive": true,
            "label": "39117",
            "timestamp": 1754494066,
            "tripId": "289216333",
            "routeId": "192",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.56741,
                "lon": -73.60631
            },
            "bearing": 31,
            "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": [
                2
            ],
            "trip": {
                "id": "289216333",
                "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-11-22 11:50:57",
            "meta": {}
        },
        {
            "id": 1947,
            "ref": "31236",
            "isActive": true,
            "label": "31236",
            "timestamp": 1754493983,
            "tripId": "289216729",
            "routeId": "141",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.55925,
                "lon": -73.59916
            },
            "bearing": 304,
            "speed": 14,
            "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": 3,
                "label": "Standing room only"
            },
            "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 11:55:53",
            "meta": {}
        },
        {
            "id": 1948,
            "ref": "38028",
            "isActive": true,
            "label": "38028",
            "timestamp": 1754494068,
            "tripId": "289243537",
            "routeId": "24",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.51236,
                "lon": -73.56949
            },
            "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": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243537",
                "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 11:55:58",
            "meta": {}
        },
        {
            "id": 1949,
            "ref": "38034",
            "isActive": true,
            "label": "38034",
            "timestamp": 1754494068,
            "tripId": "289242803",
            "routeId": "777",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.50813,
                "lon": -73.53259
            },
            "bearing": 229,
            "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": [
                3
            ],
            "trip": {
                "id": "289242803",
                "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 11:55:58",
            "meta": {}
        },
        {
            "id": 1979,
            "ref": "31166",
            "isActive": true,
            "label": "31166",
            "timestamp": 1754494067,
            "tripId": "289243585",
            "routeId": "24",
            "startTime": "11:37:00",
            "position": {
                "lat": 45.53922,
                "lon": -73.56009
            },
            "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": "289243585",
                "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:00:51",
            "meta": {}
        },
        {
            "id": 1982,
            "ref": "38043",
            "isActive": true,
            "label": "38043",
            "timestamp": 1754494069,
            "tripId": "286059342",
            "routeId": "204",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.44992,
                "lon": -73.75063
            },
            "bearing": 265,
            "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": "286059342",
                "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": "2019-11-22 12:01:00",
            "meta": {}
        },
        {
            "id": 2009,
            "ref": "31223",
            "isActive": true,
            "label": "31223",
            "timestamp": 1754494064,
            "tripId": "289243923",
            "routeId": "767",
            "startTime": "11:37:00",
            "position": {
                "lat": 45.5168,
                "lon": -73.53055
            },
            "bearing": 353,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243923",
                "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 12:05:57",
            "meta": {}
        },
        {
            "id": 2077,
            "ref": "30010",
            "isActive": true,
            "label": "30010",
            "timestamp": 1754494071,
            "tripId": "289198623",
            "routeId": "166",
            "startTime": "11:34:00",
            "position": {
                "lat": 45.48899,
                "lon": -73.65079
            },
            "bearing": 210,
            "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": "289198623",
                "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 12:20:37",
            "meta": {}
        },
        {
            "id": 2110,
            "ref": "30876",
            "isActive": true,
            "label": "30876",
            "timestamp": 1754494063,
            "tripId": "286209044",
            "routeId": "121",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.57334,
                "lon": -73.63748
            },
            "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": [
                5
            ],
            "trip": {
                "id": "286209044",
                "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 12:30:52",
            "meta": {}
        },
        {
            "id": 2111,
            "ref": "31125",
            "isActive": true,
            "label": "31125",
            "timestamp": 1754494067,
            "tripId": "286208045",
            "routeId": "55",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.5761,
                "lon": -73.6392
            },
            "bearing": 212,
            "speed": 18,
            "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": [
                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 12:30:58",
            "meta": {}
        },
        {
            "id": 2120,
            "ref": "29107",
            "isActive": true,
            "label": "29107",
            "timestamp": 1754494063,
            "tripId": "289182864",
            "routeId": "101",
            "startTime": "10:57:00",
            "position": {
                "lat": 45.45155,
                "lon": -73.6061
            },
            "bearing": 30,
            "speed": 4,
            "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": "289182864",
                "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 12:35:33",
            "meta": {}
        },
        {
            "id": 2132,
            "ref": "30246",
            "isActive": true,
            "label": "30246",
            "timestamp": 1754494060,
            "tripId": "286059642",
            "routeId": "68",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.48025,
                "lon": -73.86496
            },
            "bearing": 46,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059642",
                "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 12:40:47",
            "meta": {}
        },
        {
            "id": 2151,
            "ref": "38008",
            "isActive": true,
            "label": "38008",
            "timestamp": 1754494059,
            "tripId": "289242106",
            "routeId": "10",
            "startTime": "11:41:00",
            "position": {
                "lat": 45.52374,
                "lon": -73.55162
            },
            "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": "289242106",
                "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-11-22 12:50:41",
            "meta": {}
        },
        {
            "id": 2155,
            "ref": "38057",
            "isActive": true,
            "label": "38057",
            "timestamp": 1754494069,
            "tripId": "286059751",
            "routeId": "201",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.46624,
                "lon": -73.83261
            },
            "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": "286059751",
                "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:50:42",
            "meta": {}
        },
        {
            "id": 2156,
            "ref": "39020",
            "isActive": true,
            "label": "39020",
            "timestamp": 1754494061,
            "tripId": "289242964",
            "routeId": "24",
            "startTime": "11: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": "289242964",
                "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 12:50:43",
            "meta": {}
        },
        {
            "id": 2159,
            "ref": "39038",
            "isActive": true,
            "label": "39038",
            "timestamp": 1754494068,
            "tripId": "289242659",
            "routeId": "24",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.48149,
                "lon": -73.60052
            },
            "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": [
                3
            ],
            "trip": {
                "id": "289242659",
                "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 12:50:43",
            "meta": {}
        },
        {
            "id": 2180,
            "ref": "29846",
            "isActive": true,
            "label": "29846",
            "timestamp": 1754494060,
            "tripId": "286206765",
            "routeId": "439",
            "startTime": "11:42:00",
            "position": {
                "lat": 45.61897,
                "lon": -73.6067
            },
            "bearing": 233,
            "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": [
                5
            ],
            "trip": {
                "id": "286206765",
                "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 13:05:23",
            "meta": {}
        },
        {
            "id": 2185,
            "ref": "37106",
            "isActive": true,
            "label": "37106",
            "timestamp": 1754494064,
            "tripId": "289198685",
            "routeId": "166",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.49557,
                "lon": -73.60757
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "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": [
                9
            ],
            "trip": {
                "id": "289198685",
                "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 13:20:38",
            "meta": {}
        },
        {
            "id": 2224,
            "ref": "31806",
            "isActive": true,
            "label": "31806",
            "timestamp": 1754494070,
            "tripId": "289199209",
            "routeId": "470",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.47879,
                "lon": -73.79604
            },
            "bearing": 236,
            "speed": 98,
            "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": "289199209",
                "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 19:35:22",
            "meta": {}
        },
        {
            "id": 2323,
            "ref": "38081",
            "isActive": true,
            "label": "38081",
            "timestamp": 1754494063,
            "tripId": "286059374",
            "routeId": "217",
            "startTime": "11:26:00",
            "position": {
                "lat": 45.43884,
                "lon": -73.88624
            },
            "bearing": 108,
            "speed": 45,
            "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": "286059374",
                "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 20:05:26",
            "meta": {}
        },
        {
            "id": 2359,
            "ref": "36046",
            "isActive": true,
            "label": "36046",
            "timestamp": 1754494059,
            "tripId": "289216107",
            "routeId": "186",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.66955,
                "lon": -73.50515
            },
            "bearing": 202,
            "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": [
                2
            ],
            "trip": {
                "id": "289216107",
                "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 20:28:29",
            "meta": {}
        },
        {
            "id": 2361,
            "ref": "38018",
            "isActive": true,
            "label": "38018",
            "timestamp": 1754494060,
            "tripId": "289242253",
            "routeId": "125",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.55369,
                "lon": -73.54606
            },
            "bearing": 294,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242253",
                "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 20:32:33",
            "meta": {}
        },
        {
            "id": 2372,
            "ref": "38032",
            "isActive": true,
            "label": "38032",
            "timestamp": 1754494070,
            "tripId": "289243603",
            "routeId": "150",
            "startTime": "11:42:00",
            "position": {
                "lat": 45.48988,
                "lon": -73.58382
            },
            "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": "289243603",
                "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-11-22 20:38:38",
            "meta": {}
        },
        {
            "id": 2388,
            "ref": "36023",
            "isActive": true,
            "label": "36023",
            "timestamp": 1754494066,
            "tripId": "289216592",
            "routeId": "32",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.61178,
                "lon": -73.62547
            },
            "bearing": 145,
            "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": [
                2
            ],
            "trip": {
                "id": "289216592",
                "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 20:50:34",
            "meta": {}
        },
        {
            "id": 2390,
            "ref": "36028",
            "isActive": true,
            "label": "36028",
            "timestamp": 1754494072,
            "tripId": "289216531",
            "routeId": "26",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.59697,
                "lon": -73.53465
            },
            "bearing": 13,
            "speed": 17,
            "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": [
                2
            ],
            "trip": {
                "id": "289216531",
                "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 20:52:34",
            "meta": {}
        },
        {
            "id": 2401,
            "ref": "32808",
            "isActive": true,
            "label": "32808",
            "timestamp": 1754494068,
            "tripId": "286209231",
            "routeId": "121",
            "startTime": "10:49:00",
            "position": {
                "lat": 45.51641,
                "lon": -73.67995
            },
            "bearing": 223,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "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": "286209231",
                "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 21:06:37",
            "meta": {}
        },
        {
            "id": 2462,
            "ref": "39044",
            "isActive": true,
            "label": "39044",
            "timestamp": 1754494066,
            "tripId": "289215895",
            "routeId": "449",
            "startTime": "10:46:00",
            "position": {
                "lat": 45.59144,
                "lon": -73.54351
            },
            "bearing": 116,
            "speed": 27,
            "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": [
                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-22 22:24:46",
            "meta": {}
        },
        {
            "id": 2463,
            "ref": "31024",
            "isActive": true,
            "label": "31024",
            "timestamp": 1754494056,
            "tripId": "289201261",
            "routeId": "30",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.54285,
                "lon": -73.61788
            },
            "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": [
                7
            ],
            "trip": {
                "id": "289201261",
                "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 22:26:31",
            "meta": {}
        },
        {
            "id": 2465,
            "ref": "28084",
            "isActive": true,
            "label": "28084",
            "timestamp": 1754494053,
            "tripId": "289185561",
            "routeId": "491",
            "startTime": "10:57:00",
            "position": {
                "lat": 45.43983,
                "lon": -73.69244
            },
            "bearing": 173,
            "speed": 21,
            "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": "289185561",
                "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-11-22 22:32:16",
            "meta": {}
        },
        {
            "id": 2477,
            "ref": "31070",
            "isActive": true,
            "label": "31070",
            "timestamp": 1754494055,
            "tripId": "289242302",
            "routeId": "172",
            "startTime": "11:35:00",
            "position": {
                "lat": 45.46979,
                "lon": -73.53698
            },
            "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": "289242302",
                "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": 2488,
            "ref": "37048",
            "isActive": true,
            "label": "37048",
            "timestamp": 1754494068,
            "tripId": "289216076",
            "routeId": "32",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.57944,
                "lon": -73.5623
            },
            "bearing": 295,
            "speed": 35,
            "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": [
                9
            ],
            "trip": {
                "id": "289216076",
                "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-23 17:04:14",
            "meta": {}
        },
        {
            "id": 2490,
            "ref": "36036",
            "isActive": true,
            "label": "36036",
            "timestamp": 1754494071,
            "tripId": "289214608",
            "routeId": "187",
            "startTime": "10:51:00",
            "position": {
                "lat": 45.66974,
                "lon": -73.50964
            },
            "bearing": 189,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214608",
                "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-23 17:48:17",
            "meta": {}
        },
        {
            "id": 2493,
            "ref": "30117",
            "isActive": true,
            "label": "30117",
            "timestamp": 1754494064,
            "tripId": "289214753",
            "routeId": "40",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.66416,
                "lon": -73.51056
            },
            "bearing": 104,
            "speed": 45,
            "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": [
                2
            ],
            "trip": {
                "id": "289214753",
                "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": "2019-11-23 18:46:11",
            "meta": {}
        },
        {
            "id": 2497,
            "ref": "36048",
            "isActive": true,
            "label": "36048",
            "timestamp": 1754494017,
            "tripId": "289216418",
            "routeId": "49",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.5571,
                "lon": -73.6674
            },
            "bearing": 185,
            "speed": 20,
            "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": [
                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-23 21:08:14",
            "meta": {}
        },
        {
            "id": 2505,
            "ref": "31099",
            "isActive": true,
            "label": "31099",
            "timestamp": 1754494063,
            "tripId": "289201046",
            "routeId": "99",
            "startTime": "11:30:00",
            "position": {
                "lat": 45.53969,
                "lon": -73.61372
            },
            "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": "289201046",
                "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-24 12:20:07",
            "meta": {}
        },
        {
            "id": 2507,
            "ref": "30178",
            "isActive": true,
            "label": "30178",
            "timestamp": 1754494054,
            "tripId": "286060054",
            "routeId": "68",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.46155,
                "lon": -73.91955
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 75,
            "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": "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-24 13:02:06",
            "meta": {}
        },
        {
            "id": 2512,
            "ref": "31017",
            "isActive": true,
            "label": "31017",
            "timestamp": 1754494058,
            "tripId": "289202101",
            "routeId": "161",
            "startTime": "10:52:00",
            "position": {
                "lat": 45.47517,
                "lon": -73.65908
            },
            "bearing": 299,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202101",
                "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-24 17:28:09",
            "meta": {}
        },
        {
            "id": 2514,
            "ref": "30826",
            "isActive": true,
            "label": "30826",
            "timestamp": 1754494067,
            "tripId": "286207915",
            "routeId": "121",
            "startTime": "11:38:00",
            "position": {
                "lat": 45.49798,
                "lon": -73.70981
            },
            "bearing": 313,
            "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": "286207915",
                "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-24 18:54:12",
            "meta": {}
        },
        {
            "id": 2523,
            "ref": "31066",
            "isActive": true,
            "label": "31066",
            "timestamp": 1754494072,
            "tripId": "289242169",
            "routeId": "136",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.57483,
                "lon": -73.58437
            },
            "bearing": 113,
            "speed": 18,
            "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": [
                3
            ],
            "trip": {
                "id": "289242169",
                "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-25 09:46:02",
            "meta": {}
        },
        {
            "id": 2535,
            "ref": "31122",
            "isActive": true,
            "label": "31122",
            "timestamp": 1754494072,
            "tripId": "289201304",
            "routeId": "144",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.50673,
                "lon": -73.5797
            },
            "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": [
                7
            ],
            "trip": {
                "id": "289201304",
                "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-25 10:38:09",
            "meta": {}
        },
        {
            "id": 2540,
            "ref": "30856",
            "isActive": true,
            "label": "30856",
            "timestamp": 1754494057,
            "tripId": "286206706",
            "routeId": "439",
            "startTime": "10:49:00",
            "position": {
                "lat": 45.59715,
                "lon": -73.64135
            },
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206706",
                "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-25 11:00:14",
            "meta": {}
        },
        {
            "id": 2541,
            "ref": "30076",
            "isActive": true,
            "label": "30076",
            "timestamp": 1754494057,
            "tripId": "289182361",
            "routeId": "57",
            "startTime": "11:27:00",
            "position": {
                "lat": 45.48983,
                "lon": -73.58389
            },
            "bearing": 40,
            "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": "289182361",
                "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-25 11:02:10",
            "meta": {}
        },
        {
            "id": 2548,
            "ref": "31862",
            "isActive": true,
            "label": "31862",
            "timestamp": 1754494058,
            "tripId": "286209179",
            "routeId": "67",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.57224,
                "lon": -73.62887
            },
            "bearing": 122,
            "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": [
                5
            ],
            "trip": {
                "id": "286209179",
                "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-25 11:20:22",
            "meta": {}
        },
        {
            "id": 2566,
            "ref": "31078",
            "isActive": true,
            "label": "31078",
            "timestamp": 1754494068,
            "tripId": "289242741",
            "routeId": "29",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.52892,
                "lon": -73.57103
            },
            "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": "289242741",
                "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-25 11:52:25",
            "meta": {}
        },
        {
            "id": 2572,
            "ref": "38001",
            "isActive": true,
            "label": "38001",
            "timestamp": 1754494070,
            "tripId": "289241270",
            "routeId": "769",
            "startTime": "11:30:00",
            "position": {
                "lat": 45.52148,
                "lon": -73.53598
            },
            "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": "289241270",
                "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-11-25 12:06:38",
            "meta": {}
        },
        {
            "id": 2584,
            "ref": "30251",
            "isActive": true,
            "label": "30251",
            "timestamp": 1754494064,
            "tripId": "289243521",
            "routeId": "85",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.55057,
                "lon": -73.54933
            },
            "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": [
                3
            ],
            "trip": {
                "id": "289243521",
                "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-25 12:20:28",
            "meta": {}
        },
        {
            "id": 2586,
            "ref": "29128",
            "isActive": true,
            "label": "29128",
            "timestamp": 1754494062,
            "tripId": "289182689",
            "routeId": "90",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.44151,
                "lon": -73.6514
            },
            "bearing": 2,
            "speed": 10,
            "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": [
                4
            ],
            "trip": {
                "id": "289182689",
                "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-25 12:32:19",
            "meta": {}
        },
        {
            "id": 2588,
            "ref": "37034",
            "isActive": true,
            "label": "37034",
            "timestamp": 1754494056,
            "tripId": "289198727",
            "routeId": "171",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.52564,
                "lon": -73.67135
            },
            "bearing": 114,
            "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": [
                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-25 12:48:43",
            "meta": {}
        },
        {
            "id": 2590,
            "ref": "29855",
            "isActive": true,
            "label": "29855",
            "timestamp": 1754494061,
            "tripId": "286208484",
            "routeId": "67",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.55935,
                "lon": -73.59966
            },
            "bearing": 123,
            "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": [
                5
            ],
            "trip": {
                "id": "286208484",
                "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-25 12:50:22",
            "meta": {}
        },
        {
            "id": 2592,
            "ref": "31176",
            "isActive": true,
            "label": "31176",
            "timestamp": 1754494060,
            "tripId": "289241856",
            "routeId": "50",
            "startTime": "11:23:00",
            "position": {
                "lat": 45.51482,
                "lon": -73.56003
            },
            "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": [
                3
            ],
            "trip": {
                "id": "289241856",
                "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 12:52:39",
            "meta": {}
        },
        {
            "id": 2597,
            "ref": "38069",
            "isActive": true,
            "label": "38069",
            "timestamp": 1754494071,
            "tripId": "286059446",
            "routeId": "468",
            "startTime": "10:52:00",
            "position": {
                "lat": 45.51151,
                "lon": -73.75179
            },
            "bearing": 51,
            "speed": 30,
            "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": [
                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-11-25 13:34:36",
            "meta": {}
        },
        {
            "id": 2600,
            "ref": "31155",
            "isActive": true,
            "label": "31155",
            "timestamp": 1754494072,
            "tripId": "289244684",
            "routeId": "176",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.47244,
                "lon": -73.53941
            },
            "bearing": 58,
            "speed": 17,
            "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": "289244684",
                "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-25 15:38:18",
            "meta": {}
        },
        {
            "id": 2612,
            "ref": "29030",
            "isActive": true,
            "label": "29030",
            "timestamp": 1754494055,
            "tripId": "289201421",
            "routeId": "161",
            "startTime": "11:40:00",
            "position": {
                "lat": 45.46262,
                "lon": -73.67113
            },
            "bearing": 30,
            "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": "289201421",
                "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-25 20:26:20",
            "meta": {}
        },
        {
            "id": 2631,
            "ref": "39107",
            "isActive": true,
            "label": "39107",
            "timestamp": 1754494072,
            "tripId": "289215964",
            "routeId": "189",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.6105,
                "lon": -73.51506
            },
            "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": [
                2
            ],
            "trip": {
                "id": "289215964",
                "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-25 22:02:51",
            "meta": {}
        },
        {
            "id": 2632,
            "ref": "38025",
            "isActive": true,
            "label": "38025",
            "timestamp": 1754494065,
            "tripId": "289242495",
            "routeId": "125",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.51693,
                "lon": -73.56483
            },
            "bearing": 23,
            "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": "289242495",
                "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-25 22:04:41",
            "meta": {}
        },
        {
            "id": 2640,
            "ref": "37020",
            "isActive": true,
            "label": "37020",
            "timestamp": 1754493562,
            "tripId": "289198976",
            "routeId": "100",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.54413,
                "lon": -73.63953
            },
            "bearing": 32,
            "speed": 35,
            "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": [
                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-26 10:30:11",
            "meta": {}
        },
        {
            "id": 2647,
            "ref": "37098",
            "isActive": true,
            "label": "37098",
            "timestamp": 1754494072,
            "tripId": "289199486",
            "routeId": "485",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.45709,
                "lon": -73.87323
            },
            "bearing": 235,
            "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": "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-26 11:04:19",
            "meta": {}
        },
        {
            "id": 2652,
            "ref": "32013",
            "isActive": true,
            "label": "32013",
            "timestamp": 1754494070,
            "tripId": "289206177",
            "routeId": "721",
            "startTime": "11:29:00",
            "position": {
                "lat": 45.43679,
                "lon": -73.43352
            },
            "bearing": 254,
            "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": "289206177",
                "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-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-26 11:20:31",
            "meta": {}
        },
        {
            "id": 2661,
            "ref": "37089",
            "isActive": true,
            "label": "37089",
            "timestamp": 1754494072,
            "tripId": "289199521",
            "routeId": "485",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.45641,
                "lon": -73.86278
            },
            "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": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199521",
                "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": 2668,
            "ref": "30034",
            "isActive": true,
            "label": "30034",
            "timestamp": 1754494061,
            "tripId": "289209056",
            "routeId": "27",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.5484,
                "lon": -73.56901
            },
            "bearing": 202,
            "speed": 20,
            "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": [
                6
            ],
            "trip": {
                "id": "289209056",
                "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-26 12:40:30",
            "meta": {}
        },
        {
            "id": 2669,
            "ref": "38078",
            "isActive": true,
            "label": "38078",
            "timestamp": 1754494059,
            "tripId": "286061173",
            "routeId": "202",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.44945,
                "lon": -73.78799
            },
            "bearing": 263,
            "speed": 72,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 70,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "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": "286061173",
                "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-26 12:44:46",
            "meta": {}
        },
        {
            "id": 2683,
            "ref": "39127",
            "isActive": true,
            "label": "39127",
            "timestamp": 1754494070,
            "tripId": "289215084",
            "routeId": "432",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.58334,
                "lon": -73.57785
            },
            "bearing": 273,
            "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": [
                2
            ],
            "trip": {
                "id": "289215084",
                "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-26 21:24:44",
            "meta": {}
        },
        {
            "id": 2703,
            "ref": "37104",
            "isActive": true,
            "label": "37104",
            "timestamp": 1754494072,
            "tripId": "289197235",
            "routeId": "160",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.53037,
                "lon": -73.60835
            },
            "bearing": 216,
            "speed": 18,
            "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": [
                9
            ],
            "trip": {
                "id": "289197235",
                "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-27 11:54:34",
            "meta": {}
        },
        {
            "id": 2705,
            "ref": "29116",
            "isActive": true,
            "label": "29116",
            "timestamp": 1754494059,
            "tripId": "289184145",
            "routeId": "405",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.4821,
                "lon": -73.5793
            },
            "bearing": 226,
            "speed": 66,
            "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": "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": "2019-11-27 12:00:16",
            "meta": {}
        },
        {
            "id": 2707,
            "ref": "30114",
            "isActive": true,
            "label": "30114",
            "timestamp": 1754494070,
            "tripId": "289215102",
            "routeId": "141",
            "startTime": "10:55:00",
            "position": {
                "lat": 45.60943,
                "lon": -73.5435
            },
            "bearing": 118,
            "speed": 6,
            "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": [
                2
            ],
            "trip": {
                "id": "289215102",
                "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-27 12:32:26",
            "meta": {}
        },
        {
            "id": 2712,
            "ref": "37033",
            "isActive": true,
            "label": "37033",
            "timestamp": 1754494070,
            "tripId": "289196777",
            "routeId": "100",
            "startTime": "11:06:00",
            "position": {
                "lat": 45.49789,
                "lon": -73.65932
            },
            "bearing": 129,
            "speed": 40,
            "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": [
                9
            ],
            "trip": {
                "id": "289196777",
                "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-27 19:40:27",
            "meta": {}
        },
        {
            "id": 2715,
            "ref": "37016",
            "isActive": true,
            "label": "37016",
            "timestamp": 1754494064,
            "tripId": "289197190",
            "routeId": "105",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.47386,
                "lon": -73.60941
            },
            "bearing": 0,
            "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": [
                9
            ],
            "trip": {
                "id": "289197190",
                "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-27 20:28:33",
            "meta": {}
        },
        {
            "id": 2716,
            "ref": "31230",
            "isActive": true,
            "label": "31230",
            "timestamp": 1754494060,
            "tripId": "289243496",
            "routeId": "34",
            "startTime": "11:32:00",
            "position": {
                "lat": 45.5239,
                "lon": -73.55197
            },
            "bearing": 122,
            "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": "289243496",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "34",
                "routeLongName": "Sainte-Catherine",
                "shapeLink": "/storage/shapes/stm/340002.json",
                "shapeId": "340002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-27 20:34:32",
            "meta": {}
        },
        {
            "id": 2722,
            "ref": "38041",
            "isActive": true,
            "label": "38041",
            "timestamp": 1754494055,
            "tripId": "286060827",
            "routeId": "215",
            "startTime": "11:29:00",
            "position": {
                "lat": 45.4654,
                "lon": -73.83144
            },
            "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": "286060827",
                "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": "2019-11-27 21:16:42",
            "meta": {}
        },
        {
            "id": 2743,
            "ref": "31091",
            "isActive": true,
            "label": "31091",
            "timestamp": 1754494067,
            "tripId": "289243657",
            "routeId": "24",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.5356,
                "lon": -73.56146
            },
            "bearing": 193,
            "speed": 9,
            "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": [
                3
            ],
            "trip": {
                "id": "289243657",
                "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-28 11:20:19",
            "meta": {}
        },
        {
            "id": 2751,
            "ref": "31134",
            "isActive": true,
            "label": "31134",
            "timestamp": 1754494066,
            "tripId": "286207204",
            "routeId": "140",
            "startTime": "11:40:00",
            "position": {
                "lat": 45.60675,
                "lon": -73.63859
            },
            "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": "286207204",
                "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-11-28 13:28:34",
            "meta": {}
        },
        {
            "id": 2759,
            "ref": "39129",
            "isActive": true,
            "label": "39129",
            "timestamp": 1754494069,
            "tripId": "289214816",
            "routeId": "141",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.60949,
                "lon": -73.54364
            },
            "bearing": 298,
            "speed": 27,
            "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": [
                2
            ],
            "trip": {
                "id": "289214816",
                "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-28 20:34:39",
            "meta": {}
        },
        {
            "id": 2766,
            "ref": "30165",
            "isActive": true,
            "label": "30165",
            "timestamp": 1754494066,
            "tripId": "289215429",
            "routeId": "26",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.60276,
                "lon": -73.51904
            },
            "bearing": 203,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215429",
                "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-28 21:38:26",
            "meta": {}
        },
        {
            "id": 2779,
            "ref": "39056",
            "isActive": true,
            "label": "39056",
            "timestamp": 1754494070,
            "tripId": "289214728",
            "routeId": "86",
            "startTime": "11:31:00",
            "position": {
                "lat": 45.70104,
                "lon": -73.4806
            },
            "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": "289214728",
                "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-29 11:36:30",
            "meta": {}
        },
        {
            "id": 2790,
            "ref": "31086",
            "isActive": true,
            "label": "31086",
            "timestamp": 1754494068,
            "tripId": "289201403",
            "routeId": "179",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.53519,
                "lon": -73.66891
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201403",
                "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-29 20:04:22",
            "meta": {}
        },
        {
            "id": 2796,
            "ref": "30137",
            "isActive": true,
            "label": "30137",
            "timestamp": 1754494071,
            "tripId": "289215499",
            "routeId": "33",
            "startTime": "10:54:00",
            "position": {
                "lat": 45.59986,
                "lon": -73.59393
            },
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215499",
                "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-29 20:52:28",
            "meta": {}
        },
        {
            "id": 2801,
            "ref": "39146",
            "isActive": true,
            "label": "39146",
            "timestamp": 1754494072,
            "tripId": "289215267",
            "routeId": "33",
            "startTime": "11:28: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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215267",
                "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-29 21:36:47",
            "meta": {}
        },
        {
            "id": 2806,
            "ref": "32025",
            "isActive": true,
            "label": "32025",
            "timestamp": 1754494069,
            "tripId": "289215600",
            "routeId": "86",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.65305,
                "lon": -73.51076
            },
            "bearing": 194,
            "speed": 0,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215600",
                "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-29 22:46:38",
            "meta": {}
        },
        {
            "id": 2812,
            "ref": "29101",
            "isActive": true,
            "label": "29101",
            "timestamp": 1754494061,
            "tripId": "289184697",
            "routeId": "35",
            "startTime": "10:57:00",
            "position": {
                "lat": 45.47892,
                "lon": -73.58221
            },
            "bearing": 44,
            "speed": 11,
            "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": [
                4
            ],
            "trip": {
                "id": "289184697",
                "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-30 17:24:06",
            "meta": {}
        },
        {
            "id": 2820,
            "ref": "31026",
            "isActive": true,
            "label": "31026",
            "timestamp": 1754494065,
            "tripId": "289201087",
            "routeId": "144",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.51126,
                "lon": -73.57849
            },
            "bearing": 211,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201087",
                "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-12-01 11:14:05",
            "meta": {}
        },
        {
            "id": 2824,
            "ref": "31832",
            "isActive": true,
            "label": "31832",
            "timestamp": 1754494062,
            "tripId": "286206720",
            "routeId": "439",
            "startTime": "11:39: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": "286206720",
                "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-12-02 02:06:10",
            "meta": {}
        },
        {
            "id": 2828,
            "ref": "31200",
            "isActive": true,
            "label": "31200",
            "timestamp": 1754494056,
            "tripId": "289215518",
            "routeId": "186",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.67361,
                "lon": -73.50359
            },
            "bearing": 14,
            "speed": 10,
            "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": [
                3
            ],
            "trip": {
                "id": "289215518",
                "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-02 10:54:14",
            "meta": {}
        },
        {
            "id": 2832,
            "ref": "31226",
            "isActive": true,
            "label": "31226",
            "timestamp": 1754494059,
            "tripId": "289243367",
            "routeId": "150",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.51535,
                "lon": -73.55591
            },
            "bearing": 213,
            "speed": 31,
            "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": "289243367",
                "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-12-02 12:12:36",
            "meta": {}
        },
        {
            "id": 2835,
            "ref": "39062",
            "isActive": true,
            "label": "39062",
            "timestamp": 1754494061,
            "tripId": "289214646",
            "routeId": "43",
            "startTime": "11:04:00",
            "position": {
                "lat": 45.60211,
                "lon": -73.62012
            },
            "bearing": 0,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214646",
                "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-12-02 12:32:44",
            "meta": {}
        },
        {
            "id": 2842,
            "ref": "32017",
            "isActive": true,
            "label": "32017",
            "timestamp": 1754494068,
            "tripId": "289215550",
            "routeId": "86",
            "startTime": "11:01:00",
            "position": {
                "lat": 45.65107,
                "lon": -73.49914
            },
            "bearing": 284,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215550",
                "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-02 20:24:30",
            "meta": {}
        },
        {
            "id": 2854,
            "ref": "30219",
            "isActive": true,
            "label": "30219",
            "timestamp": 1754494068,
            "tripId": "289201640",
            "routeId": "18",
            "startTime": "10:38:00",
            "position": {
                "lat": 45.53795,
                "lon": -73.60142
            },
            "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": [
                7
            ],
            "trip": {
                "id": "289201640",
                "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-12-03 11:36:17",
            "meta": {}
        },
        {
            "id": 2855,
            "ref": "39027",
            "isActive": true,
            "label": "39027",
            "timestamp": 1754494072,
            "tripId": "289242480",
            "routeId": "29",
            "startTime": "11:44:00",
            "position": {
                "lat": 45.54676,
                "lon": -73.55122
            },
            "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": "289242480",
                "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-12-03 11:50:35",
            "meta": {}
        },
        {
            "id": 2861,
            "ref": "30872",
            "isActive": true,
            "label": "30872",
            "timestamp": 1754494061,
            "tripId": "286208138",
            "routeId": "69",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.59734,
                "lon": -73.64119
            },
            "bearing": 31,
            "speed": 0,
            "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": "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-12-03 12:26:34",
            "meta": {}
        },
        {
            "id": 2863,
            "ref": "31059",
            "isActive": true,
            "label": "31059",
            "timestamp": 1754494058,
            "tripId": "289214424",
            "routeId": "43",
            "startTime": "10:37:00",
            "position": {
                "lat": 45.65488,
                "lon": -73.57135
            },
            "bearing": 53,
            "speed": 45,
            "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": [
                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-12-03 12:36:38",
            "meta": {}
        },
        {
            "id": 2864,
            "ref": "30078",
            "isActive": true,
            "label": "30078",
            "timestamp": 1754493891,
            "tripId": "289209900",
            "routeId": "97",
            "startTime": "10:42:00",
            "position": {
                "lat": 45.51601,
                "lon": -73.5891
            },
            "bearing": 124,
            "speed": 42,
            "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": [
                6
            ],
            "trip": {
                "id": "289209900",
                "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": "2019-12-03 12:50:26",
            "meta": {}
        },
        {
            "id": 2866,
            "ref": "31088",
            "isActive": true,
            "label": "31088",
            "timestamp": 1754494070,
            "tripId": "289202119",
            "routeId": "197",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.55575,
                "lon": -73.57813
            },
            "bearing": 26,
            "speed": 5,
            "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": [
                7
            ],
            "trip": {
                "id": "289202119",
                "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-12-03 12:58:31",
            "meta": {}
        },
        {
            "id": 2870,
            "ref": "30877",
            "isActive": true,
            "label": "30877",
            "timestamp": 1754494055,
            "tripId": "286206584",
            "routeId": "439",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.59283,
                "lon": -73.63949
            },
            "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": [
                5
            ],
            "trip": {
                "id": "286206584",
                "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-03 20:12:24",
            "meta": {}
        },
        {
            "id": 2871,
            "ref": "30033",
            "isActive": true,
            "label": "30033",
            "timestamp": 1754494058,
            "tripId": "289183966",
            "routeId": "496",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.4396,
                "lon": -73.65913
            },
            "bearing": 257,
            "speed": 52,
            "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": "289183966",
                "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-12-03 20:26:23",
            "meta": {}
        },
        {
            "id": 2887,
            "ref": "30106",
            "isActive": true,
            "label": "30106",
            "timestamp": 1754494055,
            "tripId": "289242078",
            "routeId": "125",
            "startTime": "10:47:00",
            "position": {
                "lat": 45.55464,
                "lon": -73.53841
            },
            "bearing": 24,
            "speed": 29,
            "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": [
                7
            ],
            "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-12-04 11:56:17",
            "meta": {}
        },
        {
            "id": 2888,
            "ref": "30225",
            "isActive": true,
            "label": "30225",
            "timestamp": 1754494066,
            "tripId": "289201624",
            "routeId": "161",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.49932,
                "lon": -73.63322
            },
            "bearing": 211,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201624",
                "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-04 12:08:26",
            "meta": {}
        },
        {
            "id": 2889,
            "ref": "31014",
            "isActive": true,
            "label": "31014",
            "timestamp": 1754494065,
            "tripId": "289216017",
            "routeId": "32",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.5837,
                "lon": -73.59203
            },
            "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": [
                7
            ],
            "trip": {
                "id": "289216017",
                "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-12-04 12:08:31",
            "meta": {}
        },
        {
            "id": 2902,
            "ref": "31056",
            "isActive": true,
            "label": "31056",
            "timestamp": 1754494065,
            "tripId": "289242724",
            "routeId": "136",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.56462,
                "lon": -73.55196
            },
            "bearing": 294,
            "speed": 45,
            "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": [
                3
            ],
            "trip": {
                "id": "289242724",
                "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-12-04 20:52:34",
            "meta": {}
        },
        {
            "id": 2904,
            "ref": "31041",
            "isActive": true,
            "label": "31041",
            "timestamp": 1754494055,
            "tripId": "289201498",
            "routeId": "66",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.47289,
                "lon": -73.64617
            },
            "bearing": 41,
            "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": [
                7
            ],
            "trip": {
                "id": "289201498",
                "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-12-04 21:16:38",
            "meta": {}
        },
        {
            "id": 2914,
            "ref": "31011",
            "isActive": true,
            "label": "31011",
            "timestamp": 1754494065,
            "tripId": "289202169",
            "routeId": "161",
            "startTime": "11:03:00",
            "position": {
                "lat": 45.49805,
                "lon": -73.63432
            },
            "bearing": 33,
            "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": [
                7
            ],
            "trip": {
                "id": "289202169",
                "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-12-05 10:38:09",
            "meta": {}
        },
        {
            "id": 2916,
            "ref": "30047",
            "isActive": true,
            "label": "30047",
            "timestamp": 1754494064,
            "tripId": "289184466",
            "routeId": "190",
            "startTime": "11:08:00",
            "position": {
                "lat": 45.44213,
                "lon": -73.64739
            },
            "bearing": 239,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289184466",
                "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-12-05 11:14:12",
            "meta": {}
        },
        {
            "id": 2923,
            "ref": "33840",
            "isActive": true,
            "label": "33840",
            "timestamp": 1754494067,
            "tripId": "289196527",
            "routeId": "80",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.53008,
                "lon": -73.62465
            },
            "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": [
                9
            ],
            "trip": {
                "id": "289196527",
                "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-05 13:16:45",
            "meta": {}
        },
        {
            "id": 2934,
            "ref": "31083",
            "isActive": true,
            "label": "31083",
            "timestamp": 1754494063,
            "tripId": "289214844",
            "routeId": "49",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.65237,
                "lon": -73.57535
            },
            "bearing": 35,
            "speed": 12,
            "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": "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-05 22:44:29",
            "meta": {}
        },
        {
            "id": 2935,
            "ref": "29014",
            "isActive": true,
            "label": "29014",
            "timestamp": 1754494065,
            "tripId": "289200937",
            "routeId": "161",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.52024,
                "lon": -73.61511
            },
            "bearing": 33,
            "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": [
                7
            ],
            "trip": {
                "id": "289200937",
                "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-12-06 09:56:03",
            "meta": {}
        },
        {
            "id": 2943,
            "ref": "31156",
            "isActive": true,
            "label": "31156",
            "timestamp": 1754494072,
            "tripId": "289241917",
            "routeId": "10",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.53801,
                "lon": -73.57852
            },
            "bearing": 305,
            "speed": 9,
            "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": [
                3
            ],
            "trip": {
                "id": "289241917",
                "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-06 12:14:34",
            "meta": {}
        },
        {
            "id": 2945,
            "ref": "39136",
            "isActive": true,
            "label": "39136",
            "timestamp": 1754493821,
            "tripId": "289216512",
            "routeId": "33",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.57877,
                "lon": -73.51469
            },
            "bearing": 115,
            "speed": 6,
            "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": [
                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": "2019-12-06 12:56:46",
            "meta": {}
        },
        {
            "id": 2950,
            "ref": "39004",
            "isActive": true,
            "label": "39004",
            "timestamp": 1754494058,
            "tripId": "289199791",
            "routeId": "747",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.50574,
                "lon": -73.5644
            },
            "bearing": 210,
            "speed": 12,
            "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": [
                9
            ],
            "trip": {
                "id": "289199791",
                "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-06 20:16:30",
            "meta": {}
        },
        {
            "id": 2955,
            "ref": "30256",
            "isActive": true,
            "label": "30256",
            "timestamp": 1754494068,
            "tripId": "289216358",
            "routeId": "187",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.63673,
                "lon": -73.5023
            },
            "bearing": 0,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216358",
                "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-06 21:12:33",
            "meta": {}
        },
        {
            "id": 2970,
            "ref": "29069",
            "isActive": true,
            "label": "29069",
            "timestamp": 1754494067,
            "tripId": "289201929",
            "routeId": "161",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.47966,
                "lon": -73.64914
            },
            "bearing": 33,
            "speed": 37,
            "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": [
                7
            ],
            "trip": {
                "id": "289201929",
                "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-12-09 10:10:03",
            "meta": {}
        },
        {
            "id": 2973,
            "ref": "31133",
            "isActive": true,
            "label": "31133",
            "timestamp": 1754494054,
            "tripId": "286207229",
            "routeId": "180",
            "startTime": "11:32:00",
            "position": {
                "lat": 45.52973,
                "lon": -73.72334
            },
            "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": "286207229",
                "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-12-09 10:30:04",
            "meta": {}
        },
        {
            "id": 2979,
            "ref": "30848",
            "isActive": true,
            "label": "30848",
            "timestamp": 1754494070,
            "tripId": "286206618",
            "routeId": "439",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.60558,
                "lon": -73.62342
            },
            "bearing": 245,
            "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": [
                5
            ],
            "trip": {
                "id": "286206618",
                "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-09 12:12:30",
            "meta": {}
        },
        {
            "id": 2991,
            "ref": "36001",
            "isActive": true,
            "label": "36001",
            "timestamp": 1754494072,
            "tripId": "289215020",
            "routeId": "141",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.56191,
                "lon": -73.59558
            },
            "bearing": 212,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "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": "289215020",
                "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-12-09 20:18:30",
            "meta": {}
        },
        {
            "id": 2993,
            "ref": "39149",
            "isActive": true,
            "label": "39149",
            "timestamp": 1754494055,
            "tripId": "289214541",
            "routeId": "186",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.60085,
                "lon": -73.53233
            },
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214541",
                "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-09 21:30:44",
            "meta": {}
        },
        {
            "id": 2995,
            "ref": "30028",
            "isActive": true,
            "label": "30028",
            "timestamp": 1754494065,
            "tripId": "289181602",
            "routeId": "35",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.45843,
                "lon": -73.58833
            },
            "bearing": 184,
            "speed": 21,
            "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": "289181602",
                "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-12-10 10:24:07",
            "meta": {}
        },
        {
            "id": 3001,
            "ref": "37094",
            "isActive": true,
            "label": "37094",
            "timestamp": 1754494072,
            "tripId": "289197315",
            "routeId": "105",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.46484,
                "lon": -73.62685
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197315",
                "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": 3003,
            "ref": "31809",
            "isActive": true,
            "label": "31809",
            "timestamp": 1754494063,
            "tripId": "289198290",
            "routeId": "165",
            "startTime": "11:09:00",
            "position": {
                "lat": 45.49876,
                "lon": -73.62763
            },
            "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": "289198290",
                "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-10 16:50:17",
            "meta": {}
        },
        {
            "id": 3004,
            "ref": "33824",
            "isActive": true,
            "label": "33824",
            "timestamp": 1754494065,
            "tripId": "289196414",
            "routeId": "80",
            "startTime": "10:40: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": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196414",
                "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-10 17:18:20",
            "meta": {}
        },
        {
            "id": 3014,
            "ref": "37063",
            "isActive": true,
            "label": "37063",
            "timestamp": 1754493963,
            "tripId": "289199739",
            "routeId": "747",
            "startTime": "10:39:00",
            "position": {
                "lat": 45.4576,
                "lon": -73.74973
            },
            "bearing": 0,
            "speed": 0,
            "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": "289199739",
                "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": 3029,
            "ref": "32029",
            "isActive": true,
            "label": "32029",
            "timestamp": 1754494054,
            "tripId": "289216673",
            "routeId": "33",
            "startTime": "10:59:00",
            "position": {
                "lat": 45.5998,
                "lon": -73.59357
            },
            "bearing": 303,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216673",
                "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 13:08:39",
            "meta": {}
        },
        {
            "id": 3033,
            "ref": "39141",
            "isActive": true,
            "label": "39141",
            "timestamp": 1754494072,
            "tripId": "289202002",
            "routeId": "18",
            "startTime": "10:54:00",
            "position": {
                "lat": 45.57298,
                "lon": -73.57066
            },
            "bearing": 30,
            "speed": 12,
            "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": "289202002",
                "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-12 14:42:24",
            "meta": {}
        },
        {
            "id": 3036,
            "ref": "40001",
            "isActive": true,
            "label": "40001",
            "timestamp": 1754494063,
            "tripId": "289182448",
            "routeId": "63",
            "startTime": "11:27:00",
            "position": {
                "lat": 45.48702,
                "lon": -73.58524
            },
            "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": "289182448",
                "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-12-12 19:44:25",
            "meta": {}
        },
        {
            "id": 3039,
            "ref": "30157",
            "isActive": true,
            "label": "30157",
            "timestamp": 1754494068,
            "tripId": "289200798",
            "routeId": "30",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.517,
                "lon": -73.56467
            },
            "bearing": 304,
            "speed": 1,
            "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": "289200798",
                "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-12-12 20:28:25",
            "meta": {}
        },
        {
            "id": 3040,
            "ref": "27529",
            "isActive": true,
            "label": "27529",
            "timestamp": 1754494064,
            "tripId": "289184783",
            "routeId": "113",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.43584,
                "lon": -73.60929
            },
            "bearing": 285,
            "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": "289184783",
                "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": "2019-12-12 20:36:14",
            "meta": {}
        },
        {
            "id": 3059,
            "ref": "30192",
            "isActive": true,
            "label": "30192",
            "timestamp": 1754494059,
            "tripId": "289215761",
            "routeId": "33",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.58259,
                "lon": -73.5427
            },
            "bearing": 116,
            "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": [
                2
            ],
            "trip": {
                "id": "289215761",
                "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-12-13 17:58:15",
            "meta": {}
        },
        {
            "id": 3063,
            "ref": "30071",
            "isActive": true,
            "label": "30071",
            "timestamp": 1754494057,
            "tripId": "289209750",
            "routeId": "25",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.54533,
                "lon": -73.56065
            },
            "bearing": 199,
            "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": "289209750",
                "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": "2019-12-13 20:32:26",
            "meta": {}
        },
        {
            "id": 3064,
            "ref": "31847",
            "isActive": true,
            "label": "31847",
            "timestamp": 1754494071,
            "tripId": "286206746",
            "routeId": "439",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.56998,
                "lon": -73.59913
            },
            "bearing": 122,
            "speed": 54,
            "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": [
                5
            ],
            "trip": {
                "id": "286206746",
                "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-13 20:42:34",
            "meta": {}
        },
        {
            "id": 3069,
            "ref": "31002",
            "isActive": true,
            "label": "31002",
            "timestamp": 1754494064,
            "tripId": "289199900",
            "routeId": "747",
            "startTime": "10:52:00",
            "position": {
                "lat": 45.5065,
                "lon": -73.56352
            },
            "bearing": 24,
            "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": [
                9
            ],
            "trip": {
                "id": "289199900",
                "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-14 19:00:11",
            "meta": {}
        },
        {
            "id": 3071,
            "ref": "37105",
            "isActive": true,
            "label": "37105",
            "timestamp": 1754494055,
            "tripId": "289197943",
            "routeId": "175",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.49459,
                "lon": -73.69437
            },
            "bearing": 283,
            "speed": 54,
            "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": "289197943",
                "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-12-15 10:46:05",
            "meta": {}
        },
        {
            "id": 3084,
            "ref": "31810",
            "isActive": true,
            "label": "31810",
            "timestamp": 1754494059,
            "tripId": "289196447",
            "routeId": "80",
            "startTime": "11:01:00",
            "position": {
                "lat": 45.52378,
                "lon": -73.60574
            },
            "bearing": 299,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196447",
                "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-12-17 11:20:23",
            "meta": {}
        },
        {
            "id": 3085,
            "ref": "31003",
            "isActive": true,
            "label": "31003",
            "timestamp": 1754494072,
            "tripId": "289199774",
            "routeId": "747",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.4839,
                "lon": -73.5797
            },
            "bearing": 0,
            "speed": 6,
            "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": "289199774",
                "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-17 11:32:21",
            "meta": {}
        },
        {
            "id": 3086,
            "ref": "32810",
            "isActive": true,
            "label": "32810",
            "timestamp": 1754494058,
            "tripId": "286208010",
            "routeId": "467",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.57608,
                "lon": -73.63689
            },
            "bearing": 121,
            "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": [
                5
            ],
            "trip": {
                "id": "286208010",
                "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": 1754494057,
            "tripId": "289184492",
            "routeId": "195",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.44498,
                "lon": -73.7144
            },
            "bearing": 267,
            "speed": 22,
            "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": [
                6
            ],
            "trip": {
                "id": "289184492",
                "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-12-17 20:08:21",
            "meta": {}
        },
        {
            "id": 3090,
            "ref": "30095",
            "isActive": true,
            "label": "30095",
            "timestamp": 1754494072,
            "tripId": "286060647",
            "routeId": "164",
            "startTime": "11:03:00",
            "position": {
                "lat": 45.52452,
                "lon": -73.70758
            },
            "bearing": 131,
            "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": [
                8
            ],
            "trip": {
                "id": "286060647",
                "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-17 21:00:26",
            "meta": {}
        },
        {
            "id": 3105,
            "ref": "29015",
            "isActive": true,
            "label": "29015",
            "timestamp": 1754494072,
            "tripId": "289201205",
            "routeId": "18",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.5487,
                "lon": -73.5918
            },
            "bearing": 28,
            "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": [
                7
            ],
            "trip": {
                "id": "289201205",
                "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-18 11:34:10",
            "meta": {}
        },
        {
            "id": 3106,
            "ref": "31807",
            "isActive": true,
            "label": "31807",
            "timestamp": 1754494062,
            "tripId": "289198334",
            "routeId": "165",
            "startTime": "11:23:00",
            "position": {
                "lat": 45.50557,
                "lon": -73.64252
            },
            "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": [
                9
            ],
            "trip": {
                "id": "289198334",
                "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-18 11:52:37",
            "meta": {}
        },
        {
            "id": 3109,
            "ref": "39145",
            "isActive": true,
            "label": "39145",
            "timestamp": 1754494067,
            "tripId": "289215862",
            "routeId": "141",
            "startTime": "10:55:00",
            "position": {
                "lat": 45.59238,
                "lon": -73.56655
            },
            "bearing": 204,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215862",
                "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-12-18 12:38:49",
            "meta": {}
        },
        {
            "id": 3117,
            "ref": "40008",
            "isActive": true,
            "label": "40008",
            "timestamp": 1754494058,
            "tripId": "289184300",
            "routeId": "123",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.4309,
                "lon": -73.63374
            },
            "bearing": 64,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184300",
                "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-12-19 10:08:06",
            "meta": {}
        },
        {
            "id": 3124,
            "ref": "40030",
            "isActive": true,
            "label": "40030",
            "timestamp": 1754494059,
            "tripId": "289185823",
            "routeId": "496",
            "startTime": "11:37:00",
            "position": {
                "lat": 45.44818,
                "lon": -73.74235
            },
            "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": "289185823",
                "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-12-19 12:24:49",
            "meta": {}
        },
        {
            "id": 3126,
            "ref": "40006",
            "isActive": true,
            "label": "40006",
            "timestamp": 1754494072,
            "tripId": "289183509",
            "routeId": "61",
            "startTime": "10:57:00",
            "position": {
                "lat": 45.47578,
                "lon": -73.57008
            },
            "bearing": 343,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183509",
                "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-19 12:36:51",
            "meta": {}
        },
        {
            "id": 3127,
            "ref": "40003",
            "isActive": true,
            "label": "40003",
            "timestamp": 1754494063,
            "tripId": "289182629",
            "routeId": "90",
            "startTime": "08:54:00",
            "position": {
                "lat": 45.46735,
                "lon": -73.61176
            },
            "bearing": 0,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182629",
                "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-12-19 12:38:50",
            "meta": {}
        },
        {
            "id": 3128,
            "ref": "40029",
            "isActive": true,
            "label": "40029",
            "timestamp": 1754494063,
            "tripId": "289184332",
            "routeId": "138",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.47795,
                "lon": -73.61156
            },
            "bearing": 212,
            "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": [
                4
            ],
            "trip": {
                "id": "289184332",
                "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": "2019-12-19 12:38:50",
            "meta": {}
        },
        {
            "id": 3129,
            "ref": "40032",
            "isActive": true,
            "label": "40032",
            "timestamp": 1754494064,
            "tripId": "289184591",
            "routeId": "195",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.43918,
                "lon": -73.63319
            },
            "bearing": 35,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184591",
                "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-19 12:38:51",
            "meta": {}
        },
        {
            "id": 3130,
            "ref": "40018",
            "isActive": true,
            "label": "40018",
            "timestamp": 1754493663,
            "tripId": "289185686",
            "routeId": "496",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.48201,
                "lon": -73.58221
            },
            "bearing": 36,
            "speed": 36,
            "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": "289185686",
                "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-12-19 12:40:53",
            "meta": {}
        },
        {
            "id": 3132,
            "ref": "40015",
            "isActive": true,
            "label": "40015",
            "timestamp": 1754494064,
            "tripId": "289182066",
            "routeId": "37",
            "startTime": "11:51:00",
            "position": {
                "lat": 45.47067,
                "lon": -73.56651
            },
            "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": "289182066",
                "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": "2019-12-19 13:00:50",
            "meta": {}
        },
        {
            "id": 3137,
            "ref": "39130",
            "isActive": true,
            "label": "39130",
            "timestamp": 1754494067,
            "tripId": "289215125",
            "routeId": "44",
            "startTime": "11:11:00",
            "position": {
                "lat": 45.6104,
                "lon": -73.58197
            },
            "bearing": 209,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215125",
                "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-12-19 22:30:49",
            "meta": {}
        },
        {
            "id": 3138,
            "ref": "40016",
            "isActive": true,
            "label": "40016",
            "timestamp": 1754494069,
            "tripId": "289182978",
            "routeId": "102",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.46146,
                "lon": -73.65297
            },
            "bearing": 298,
            "speed": 36,
            "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": "289182978",
                "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": "2019-12-20 10:00:05",
            "meta": {}
        },
        {
            "id": 3141,
            "ref": "40028",
            "isActive": true,
            "label": "40028",
            "timestamp": 1754494065,
            "tripId": "289183373",
            "routeId": "107",
            "startTime": "10:54:00",
            "position": {
                "lat": 45.43993,
                "lon": -73.58027
            },
            "bearing": 214,
            "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": [
                4
            ],
            "trip": {
                "id": "289183373",
                "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-12-20 11:04:18",
            "meta": {}
        },
        {
            "id": 3144,
            "ref": "30229",
            "isActive": true,
            "label": "30229",
            "timestamp": 1754494061,
            "tripId": "286060439",
            "routeId": "208",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.47027,
                "lon": -73.82407
            },
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060439",
                "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-12-20 12:22:24",
            "meta": {}
        },
        {
            "id": 3145,
            "ref": "38082",
            "isActive": true,
            "label": "38082",
            "timestamp": 1754494068,
            "tripId": "286059166",
            "routeId": "170",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.52425,
                "lon": -73.73589
            },
            "bearing": 229,
            "speed": 6,
            "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": "286059166",
                "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-12-20 21:48:36",
            "meta": {}
        },
        {
            "id": 3147,
            "ref": "31030",
            "isActive": true,
            "label": "31030",
            "timestamp": 1754494058,
            "tripId": "289201745",
            "routeId": "18",
            "startTime": "10:49:00",
            "position": {
                "lat": 45.55235,
                "lon": -73.58864
            },
            "bearing": 211,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201745",
                "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-12-21 14:18:10",
            "meta": {}
        },
        {
            "id": 3149,
            "ref": "30852",
            "isActive": true,
            "label": "30852",
            "timestamp": 1754494054,
            "tripId": "286207895",
            "routeId": "69",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.58187,
                "lon": -73.65121
            },
            "bearing": 207,
            "speed": 8,
            "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": [
                5
            ],
            "trip": {
                "id": "286207895",
                "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-12-21 20:56:12",
            "meta": {}
        },
        {
            "id": 3152,
            "ref": "29020",
            "isActive": true,
            "label": "29020",
            "timestamp": 1754494068,
            "tripId": "289201021",
            "routeId": "197",
            "startTime": "11:33:00",
            "position": {
                "lat": 45.58268,
                "lon": -73.54257
            },
            "bearing": 297,
            "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": "289201021",
                "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-12-23 10:46:05",
            "meta": {}
        },
        {
            "id": 3154,
            "ref": "30182",
            "isActive": true,
            "label": "30182",
            "timestamp": 1754494065,
            "tripId": "289201596",
            "routeId": "179",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.53572,
                "lon": -73.66636
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201596",
                "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-23 12:02:22",
            "meta": {}
        },
        {
            "id": 3160,
            "ref": "40034",
            "isActive": true,
            "label": "40034",
            "timestamp": 1754494062,
            "tripId": "289185405",
            "routeId": "420",
            "startTime": "10:41:00",
            "position": {
                "lat": 45.49525,
                "lon": -73.57214
            },
            "bearing": 0,
            "speed": 12,
            "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": "289185405",
                "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-12-23 21:02:37",
            "meta": {}
        },
        {
            "id": 3166,
            "ref": "40033",
            "isActive": true,
            "label": "40033",
            "timestamp": 1754494069,
            "tripId": "289184221",
            "routeId": "123",
            "startTime": "11:38: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": "289184221",
                "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-24 21:34:39",
            "meta": {}
        },
        {
            "id": 3172,
            "ref": "40031",
            "isActive": true,
            "label": "40031",
            "timestamp": 1754494067,
            "tripId": "289182566",
            "routeId": "71",
            "startTime": "11:39:00",
            "position": {
                "lat": 45.49431,
                "lon": -73.58083
            },
            "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": "289182566",
                "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-12-27 21:28:41",
            "meta": {}
        },
        {
            "id": 3173,
            "ref": "40038",
            "isActive": true,
            "label": "40038",
            "timestamp": 1754494068,
            "tripId": "289185513",
            "routeId": "491",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.47564,
                "lon": -73.59526
            },
            "bearing": 18,
            "speed": 82,
            "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": "289185513",
                "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": "2019-12-27 22:10:45",
            "meta": {}
        },
        {
            "id": 3181,
            "ref": "40039",
            "isActive": true,
            "label": "40039",
            "timestamp": 1754494068,
            "tripId": "289185294",
            "routeId": "211",
            "startTime": "10:36:00",
            "position": {
                "lat": 45.45492,
                "lon": -73.62617
            },
            "bearing": 46,
            "speed": 72,
            "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": [
                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": "2019-12-30 10:08:08",
            "meta": {}
        },
        {
            "id": 3185,
            "ref": "40020",
            "isActive": true,
            "label": "40020",
            "timestamp": 1754494072,
            "tripId": "289183095",
            "routeId": "425",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.43668,
                "lon": -73.89721
            },
            "bearing": 63,
            "speed": 54,
            "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": "289183095",
                "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-12-31 04:46:10",
            "meta": {}
        },
        {
            "id": 3194,
            "ref": "40007",
            "isActive": true,
            "label": "40007",
            "timestamp": 1754494054,
            "tripId": "289184403",
            "routeId": "138",
            "startTime": "11:29: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": "289184403",
                "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-03 10:50:17",
            "meta": {}
        },
        {
            "id": 3215,
            "ref": "30012",
            "isActive": true,
            "label": "30012",
            "timestamp": 1754494057,
            "tripId": "289185034",
            "routeId": "211",
            "startTime": "10:55:00",
            "position": {
                "lat": 45.44266,
                "lon": -73.81642
            },
            "bearing": 260,
            "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": [
                4
            ],
            "trip": {
                "id": "289185034",
                "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-01-08 11:30:27",
            "meta": {}
        },
        {
            "id": 3218,
            "ref": "40043",
            "isActive": true,
            "label": "40043",
            "timestamp": 1754494059,
            "tripId": "289183352",
            "routeId": "107",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.4291,
                "lon": -73.60872
            },
            "bearing": 47,
            "speed": 12,
            "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": "289183352",
                "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-01-08 23:39:02",
            "meta": {}
        },
        {
            "id": 3221,
            "ref": "40013",
            "isActive": true,
            "label": "40013",
            "timestamp": 1754494056,
            "tripId": "289184063",
            "routeId": "198",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.43866,
                "lon": -73.59863
            },
            "bearing": 212,
            "speed": 54,
            "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": "289184063",
                "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": "2020-01-09 10:24:20",
            "meta": {}
        },
        {
            "id": 3249,
            "ref": "40002",
            "isActive": true,
            "label": "40002",
            "timestamp": 1754494067,
            "tripId": "289185856",
            "routeId": "90",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.47057,
                "lon": -73.60745
            },
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185856",
                "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-01-15 11:16:44",
            "meta": {}
        },
        {
            "id": 3254,
            "ref": "31045",
            "isActive": true,
            "label": "31045",
            "timestamp": 1754494072,
            "tripId": "289201838",
            "routeId": "18",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.59416,
                "lon": -73.53989
            },
            "bearing": 286,
            "speed": 18,
            "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": [
                7
            ],
            "trip": {
                "id": "289201838",
                "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": "2020-01-16 11:48:42",
            "meta": {}
        },
        {
            "id": 3256,
            "ref": "30002",
            "isActive": true,
            "label": "30002",
            "timestamp": 1754494068,
            "tripId": "289209097",
            "routeId": "14",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.51471,
                "lon": -73.55199
            },
            "bearing": 29,
            "speed": 20,
            "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": [
                6
            ],
            "trip": {
                "id": "289209097",
                "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": "2020-01-16 20:52:40",
            "meta": {}
        },
        {
            "id": 3267,
            "ref": "40055",
            "isActive": true,
            "label": "40055",
            "timestamp": 1754494068,
            "tripId": "289185483",
            "routeId": "491",
            "startTime": "11:26:00",
            "position": {
                "lat": 45.48299,
                "lon": -73.58092
            },
            "bearing": 50,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185483",
                "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-20 16:48:48",
            "meta": {}
        },
        {
            "id": 3277,
            "ref": "31861",
            "isActive": true,
            "label": "31861",
            "timestamp": 1754494060,
            "tripId": "286208398",
            "routeId": "67",
            "startTime": "10:53:00",
            "position": {
                "lat": 45.55737,
                "lon": -73.59421
            },
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208398",
                "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": "2020-01-21 17:56:37",
            "meta": {}
        },
        {
            "id": 3282,
            "ref": "30161",
            "isActive": true,
            "label": "30161",
            "timestamp": 1754494067,
            "tripId": "289214494",
            "routeId": "141",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.60249,
                "lon": -73.56031
            },
            "bearing": 307,
            "speed": 28,
            "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": [
                2
            ],
            "trip": {
                "id": "289214494",
                "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-01-22 12:38:47",
            "meta": {}
        },
        {
            "id": 3289,
            "ref": "33836",
            "isActive": true,
            "label": "33836",
            "timestamp": 1754494058,
            "tripId": "289198391",
            "routeId": "165",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.50587,
                "lon": -73.64236
            },
            "bearing": 355,
            "speed": 12,
            "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": [
                9
            ],
            "trip": {
                "id": "289198391",
                "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-01-24 20:00:06",
            "meta": {}
        },
        {
            "id": 3291,
            "ref": "40026",
            "isActive": true,
            "label": "40026",
            "timestamp": 1754494068,
            "tripId": "289183672",
            "routeId": "110",
            "startTime": "11:26:00",
            "position": {
                "lat": 45.44682,
                "lon": -73.60439
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183672",
                "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-25 13:50:04",
            "meta": {}
        },
        {
            "id": 3295,
            "ref": "31018",
            "isActive": true,
            "label": "31018",
            "timestamp": 1754494057,
            "tripId": "286207477",
            "routeId": "45",
            "startTime": "09:01:00",
            "position": {
                "lat": 45.53147,
                "lon": -73.60023
            },
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "286207477",
                "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": "2020-01-27 10:24:03",
            "meta": {}
        },
        {
            "id": 3303,
            "ref": "40057",
            "isActive": true,
            "label": "40057",
            "timestamp": 1754494056,
            "tripId": "289183697",
            "routeId": "198",
            "startTime": "11:38:00",
            "position": {
                "lat": 45.44861,
                "lon": -73.7427
            },
            "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": "289183697",
                "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-28 12:04:09",
            "meta": {}
        },
        {
            "id": 3305,
            "ref": "40025",
            "isActive": true,
            "label": "40025",
            "timestamp": 1754494058,
            "tripId": "289181677",
            "routeId": "36",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.47248,
                "lon": -73.589
            },
            "bearing": 32,
            "speed": 6,
            "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": [
                4
            ],
            "trip": {
                "id": "289181677",
                "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": "2020-01-28 12:49:09",
            "meta": {}
        },
        {
            "id": 3310,
            "ref": "40058",
            "isActive": true,
            "label": "40058",
            "timestamp": 1754494061,
            "tripId": "289182108",
            "routeId": "38",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.46229,
                "lon": -73.57571
            },
            "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": [
                4
            ],
            "trip": {
                "id": "289182108",
                "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": "2020-01-29 13:08:08",
            "meta": {}
        },
        {
            "id": 3313,
            "ref": "40060",
            "isActive": true,
            "label": "40060",
            "timestamp": 1754494055,
            "tripId": "289183599",
            "routeId": "108",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.46511,
                "lon": -73.57146
            },
            "bearing": 93,
            "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": [
                4
            ],
            "trip": {
                "id": "289183599",
                "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": "2020-01-30 12:24:09",
            "meta": {}
        },
        {
            "id": 3317,
            "ref": "39147",
            "isActive": true,
            "label": "39147",
            "timestamp": 1754494068,
            "tripId": "289215568",
            "routeId": "44",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.58987,
                "lon": -73.53998
            },
            "bearing": 0,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215568",
                "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": "2020-02-01 15:28:05",
            "meta": {}
        },
        {
            "id": 3319,
            "ref": "33841",
            "isActive": true,
            "label": "33841",
            "timestamp": 1754494071,
            "tripId": "289196465",
            "routeId": "165",
            "startTime": "10:53:00",
            "position": {
                "lat": 45.49252,
                "lon": -73.577
            },
            "bearing": 123,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196465",
                "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-04 00:34:03",
            "meta": {}
        },
        {
            "id": 3322,
            "ref": "39081",
            "isActive": true,
            "label": "39081",
            "timestamp": 1754494058,
            "tripId": "289214874",
            "routeId": "189",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.59449,
                "lon": -73.52387
            },
            "bearing": 200,
            "speed": 36,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214874",
                "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": "2020-02-04 14:45:02",
            "meta": {}
        },
        {
            "id": 3324,
            "ref": "38017",
            "isActive": true,
            "label": "38017",
            "timestamp": 1754494072,
            "tripId": "289242536",
            "routeId": "136",
            "startTime": "11:28: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": "289242536",
                "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": "2020-02-05 03:04:07",
            "meta": {}
        },
        {
            "id": 3327,
            "ref": "40050",
            "isActive": true,
            "label": "40050",
            "timestamp": 1754494060,
            "tripId": "289182282",
            "routeId": "61",
            "startTime": "10:46:00",
            "position": {
                "lat": 45.43887,
                "lon": -73.58751
            },
            "bearing": 279,
            "speed": 12,
            "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": "289182282",
                "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-02-05 15:56:05",
            "meta": {}
        },
        {
            "id": 3332,
            "ref": "29035",
            "isActive": true,
            "label": "29035",
            "timestamp": 1754494068,
            "tripId": "289201798",
            "routeId": "18",
            "startTime": "11:36:00",
            "position": {
                "lat": 45.5965,
                "lon": -73.53419
            },
            "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": [
                7
            ],
            "trip": {
                "id": "289201798",
                "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": "2020-02-06 16:27:03",
            "meta": {}
        },
        {
            "id": 3336,
            "ref": "29115",
            "isActive": true,
            "label": "29115",
            "timestamp": 1754494070,
            "tripId": "289181437",
            "routeId": "12",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.46183,
                "lon": -73.56535
            },
            "bearing": 93,
            "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": [
                4
            ],
            "trip": {
                "id": "289181437",
                "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": "2020-02-07 17:00:04",
            "meta": {}
        },
        {
            "id": 3348,
            "ref": "29114",
            "isActive": true,
            "label": "29114",
            "timestamp": 1754494069,
            "tripId": "289183645",
            "routeId": "110",
            "startTime": "10:54:00",
            "position": {
                "lat": 45.41742,
                "lon": -73.64181
            },
            "bearing": 288,
            "speed": 32,
            "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": "289183645",
                "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-02-11 17:22:04",
            "meta": {}
        },
        {
            "id": 3351,
            "ref": "31043",
            "isActive": true,
            "label": "31043",
            "timestamp": 1754494057,
            "tripId": "289202180",
            "routeId": "197",
            "startTime": "10:54:00",
            "position": {
                "lat": 45.53516,
                "lon": -73.59475
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202180",
                "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": "2020-02-12 16:31:06",
            "meta": {}
        },
        {
            "id": 3359,
            "ref": "29113",
            "isActive": true,
            "label": "29113",
            "timestamp": 1754494033,
            "tripId": "289182915",
            "routeId": "102",
            "startTime": "11:03:00",
            "position": {
                "lat": 45.47329,
                "lon": -73.60659
            },
            "bearing": 122,
            "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": "289182915",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "102",
                "routeLongName": "Somerled",
                "shapeLink": "/storage/shapes/stm/1020001.json",
                "shapeId": "1020001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-02-14 22:39:04",
            "meta": {}
        },
        {
            "id": 3364,
            "ref": "30084",
            "isActive": true,
            "label": "30084",
            "timestamp": 1754494063,
            "tripId": "289202087",
            "routeId": "92",
            "startTime": "10:56:00",
            "position": {
                "lat": 45.54158,
                "lon": -73.61514
            },
            "bearing": 232,
            "speed": 14,
            "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": [
                6
            ],
            "trip": {
                "id": "289202087",
                "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": "2020-02-18 17:43:06",
            "meta": {}
        },
        {
            "id": 3370,
            "ref": "30113",
            "isActive": true,
            "label": "30113",
            "timestamp": 1754494064,
            "tripId": "289202127",
            "routeId": "95",
            "startTime": "11:03:00",
            "position": {
                "lat": 45.56511,
                "lon": -73.58719
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202127",
                "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": "2020-02-20 02:03:04",
            "meta": {}
        },
        {
            "id": 3373,
            "ref": "40045",
            "isActive": true,
            "label": "40045",
            "timestamp": 1754494056,
            "tripId": "289184931",
            "routeId": "211",
            "startTime": "11:27:00",
            "position": {
                "lat": 45.48257,
                "lon": -73.58126
            },
            "bearing": 294,
            "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": [
                4
            ],
            "trip": {
                "id": "289184931",
                "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-02-22 01:54:07",
            "meta": {}
        },
        {
            "id": 3380,
            "ref": "33820",
            "isActive": true,
            "label": "33820",
            "timestamp": 1754494072,
            "tripId": "289198494",
            "routeId": "165",
            "startTime": "11:28:00",
            "position": {
                "lat": 45.49564,
                "lon": -73.57912
            },
            "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": "289198494",
                "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-26 17:30:07",
            "meta": {}
        },
        {
            "id": 3399,
            "ref": "30129",
            "isActive": true,
            "label": "30129",
            "timestamp": 1754494061,
            "tripId": "289216568",
            "routeId": "49",
            "startTime": "11:01:00",
            "position": {
                "lat": 45.61503,
                "lon": -73.61887
            },
            "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": [
                2
            ],
            "trip": {
                "id": "289216568",
                "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": "2020-03-03 17:37:06",
            "meta": {}
        },
        {
            "id": 7023,
            "ref": "30207",
            "isActive": true,
            "label": "30207",
            "timestamp": 1754494059,
            "tripId": "289201158",
            "routeId": "46",
            "startTime": "11:27:00",
            "position": {
                "lat": 45.52561,
                "lon": -73.6021
            },
            "bearing": 125,
            "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": [
                7
            ],
            "trip": {
                "id": "289201158",
                "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": "2020-03-23 17:02:09",
            "meta": {}
        },
        {
            "id": 7076,
            "ref": "31169",
            "isActive": true,
            "label": "31169",
            "timestamp": 1754494063,
            "tripId": "289242137",
            "routeId": "94",
            "startTime": "11:38:00",
            "position": {
                "lat": 45.5617,
                "lon": -73.61485
            },
            "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": [
                3
            ],
            "trip": {
                "id": "289242137",
                "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": "2020-04-04 13:21:03",
            "meta": {}
        },
        {
            "id": 7082,
            "ref": "39082",
            "isActive": true,
            "label": "39082",
            "timestamp": 1754494064,
            "tripId": "289216237",
            "routeId": "28",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.59396,
                "lon": -73.52676
            },
            "bearing": 292,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216237",
                "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": "2020-04-07 00:08:12",
            "meta": {}
        },
        {
            "id": 7099,
            "ref": "29032",
            "isActive": true,
            "label": "29032",
            "timestamp": 1754494067,
            "tripId": "289202062",
            "routeId": "179",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.52907,
                "lon": -73.62994
            },
            "bearing": 116,
            "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": [
                7
            ],
            "trip": {
                "id": "289202062",
                "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": "2020-04-14 20:19:04",
            "meta": {}
        },
        {
            "id": 7110,
            "ref": "37003",
            "isActive": true,
            "label": "37003",
            "timestamp": 1754494057,
            "tripId": "289197610",
            "routeId": "119",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.50972,
                "lon": -73.61301
            },
            "bearing": 32,
            "speed": 13,
            "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": [
                9
            ],
            "trip": {
                "id": "289197610",
                "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": "2020-04-18 19:14:07",
            "meta": {}
        },
        {
            "id": 7410,
            "ref": "40098",
            "isActive": true,
            "label": "40098",
            "timestamp": 1754494066,
            "tripId": "289209520",
            "routeId": "430",
            "startTime": "10:33:00",
            "position": {
                "lat": 45.51376,
                "lon": -73.55735
            },
            "bearing": 215,
            "speed": 36,
            "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": "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-04 07:13:19",
            "meta": {}
        },
        {
            "id": 7414,
            "ref": "40089",
            "isActive": true,
            "label": "40089",
            "timestamp": 1754494057,
            "tripId": "289199465",
            "routeId": "485",
            "startTime": "11:03:00",
            "position": {
                "lat": 45.44916,
                "lon": -73.76749
            },
            "bearing": 272,
            "speed": 99,
            "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": [
                6
            ],
            "trip": {
                "id": "289199465",
                "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": "2020-08-07 05:53:08",
            "meta": {}
        },
        {
            "id": 7423,
            "ref": "40065",
            "isActive": true,
            "label": "40065",
            "timestamp": 1754494070,
            "tripId": "289183548",
            "routeId": "108",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.48402,
                "lon": -73.57977
            },
            "bearing": 159,
            "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": [
                4
            ],
            "trip": {
                "id": "289183548",
                "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-08-12 05:18:04",
            "meta": {}
        },
        {
            "id": 7425,
            "ref": "40104",
            "isActive": true,
            "label": "40104",
            "timestamp": 1754494055,
            "tripId": "289209119",
            "routeId": "27",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.53252,
                "lon": -73.58195
            },
            "bearing": 33,
            "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": [
                6
            ],
            "trip": {
                "id": "289209119",
                "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-08-12 05:50:05",
            "meta": {}
        },
        {
            "id": 7426,
            "ref": "40106",
            "isActive": true,
            "label": "40106",
            "timestamp": 1754494060,
            "tripId": "289197584",
            "routeId": "119",
            "startTime": "10:55:00",
            "position": {
                "lat": 45.5248,
                "lon": -73.6485
            },
            "bearing": 144,
            "speed": 36,
            "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": "289197584",
                "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": "2020-08-12 06:53:07",
            "meta": {}
        },
        {
            "id": 7807,
            "ref": "40085",
            "isActive": true,
            "label": "40085",
            "timestamp": 1754494054,
            "tripId": "289185054",
            "routeId": "90",
            "startTime": "10:49:00",
            "position": {
                "lat": 45.47683,
                "lon": -73.59873
            },
            "bearing": 36,
            "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": [
                4
            ],
            "trip": {
                "id": "289185054",
                "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-08-14 06:38:08",
            "meta": {}
        },
        {
            "id": 7829,
            "ref": "40110",
            "isActive": true,
            "label": "40110",
            "timestamp": 1754494058,
            "tripId": "289210542",
            "routeId": "721",
            "startTime": "11:09:00",
            "position": {
                "lat": 45.48731,
                "lon": -73.53849
            },
            "bearing": 338,
            "speed": 54,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289210542",
                "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-08-14 16:10:12",
            "meta": {}
        },
        {
            "id": 7887,
            "ref": "40062",
            "isActive": true,
            "label": "40062",
            "timestamp": 1754494067,
            "tripId": "289185220",
            "routeId": "405",
            "startTime": "11:38:00",
            "position": {
                "lat": 45.40367,
                "lon": -73.94014
            },
            "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": "289185220",
                "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-08-20 05:45:06",
            "meta": {}
        },
        {
            "id": 8101,
            "ref": "40119",
            "isActive": true,
            "label": "40119",
            "timestamp": 1754494066,
            "tripId": "289209152",
            "routeId": "97",
            "startTime": "11:04:00",
            "position": {
                "lat": 45.53856,
                "lon": -73.57251
            },
            "bearing": 304,
            "speed": 36,
            "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": [
                6
            ],
            "trip": {
                "id": "289209152",
                "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-08-24 20:55:05",
            "meta": {}
        },
        {
            "id": 8102,
            "ref": "40100",
            "isActive": true,
            "label": "40100",
            "timestamp": 1754494069,
            "tripId": "289197810",
            "routeId": "128",
            "startTime": "11:31:00",
            "position": {
                "lat": 45.52011,
                "lon": -73.66593
            },
            "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": "289197810",
                "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": "2020-08-24 21:08:04",
            "meta": {}
        },
        {
            "id": 8487,
            "ref": "40083",
            "isActive": true,
            "label": "40083",
            "timestamp": 1754494058,
            "tripId": "289184175",
            "routeId": "114",
            "startTime": "10:54:00",
            "position": {
                "lat": 45.42739,
                "lon": -73.60193
            },
            "bearing": 270,
            "speed": 18,
            "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": "289184175",
                "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-08-26 10:58:06",
            "meta": {}
        },
        {
            "id": 8505,
            "ref": "40107",
            "isActive": true,
            "label": "40107",
            "timestamp": 1754494058,
            "tripId": "289209251",
            "routeId": "25",
            "startTime": "11:23:00",
            "position": {
                "lat": 45.53615,
                "lon": -73.59386
            },
            "bearing": 0,
            "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": "289209251",
                "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-26 15:08:04",
            "meta": {}
        },
        {
            "id": 8732,
            "ref": "30063",
            "isActive": true,
            "label": "30063",
            "timestamp": 1754494055,
            "tripId": "289182225",
            "routeId": "405",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.46267,
                "lon": -73.61264
            },
            "bearing": 239,
            "speed": 89,
            "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": [
                6
            ],
            "trip": {
                "id": "289182225",
                "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": "2020-09-04 14:04:05",
            "meta": {}
        },
        {
            "id": 8765,
            "ref": "40067",
            "isActive": true,
            "label": "40067",
            "timestamp": 1754494060,
            "tripId": "289182846",
            "routeId": "101",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.43046,
                "lon": -73.66061
            },
            "bearing": 96,
            "speed": 12,
            "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": [
                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": "2020-09-08 07:44:14",
            "meta": {}
        },
        {
            "id": 8766,
            "ref": "40113",
            "isActive": true,
            "label": "40113",
            "timestamp": 1754494071,
            "tripId": "289199443",
            "routeId": "485",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.44848,
                "lon": -73.72732
            },
            "bearing": 91,
            "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": "289199443",
                "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-08 07:51:15",
            "meta": {}
        },
        {
            "id": 8848,
            "ref": "40095",
            "isActive": true,
            "label": "40095",
            "timestamp": 1754494059,
            "tripId": "289196724",
            "routeId": "100",
            "startTime": "11:11:00",
            "position": {
                "lat": 45.50513,
                "lon": -73.66906
            },
            "bearing": 14,
            "speed": 18,
            "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": [
                6
            ],
            "trip": {
                "id": "289196724",
                "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": "2020-09-18 15:36:11",
            "meta": {}
        },
        {
            "id": 8851,
            "ref": "40081",
            "isActive": true,
            "label": "40081",
            "timestamp": 1754494065,
            "tripId": "289182330",
            "routeId": "112",
            "startTime": "11:32:00",
            "position": {
                "lat": 45.42538,
                "lon": -73.64808
            },
            "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": "289182330",
                "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": "2020-09-19 16:43:07",
            "meta": {}
        },
        {
            "id": 8893,
            "ref": "40105",
            "isActive": true,
            "label": "40105",
            "timestamp": 1754493782,
            "tripId": "289210523",
            "routeId": "721",
            "startTime": "10:59:00",
            "position": {
                "lat": 45.49773,
                "lon": -73.56386
            },
            "bearing": 301,
            "speed": 9,
            "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": "289210523",
                "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": 1754494058,
            "tripId": "289185723",
            "routeId": "190",
            "startTime": "11:38:00",
            "position": {
                "lat": 45.48297,
                "lon": -73.58097
            },
            "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": "289185723",
                "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": "2020-09-24 17:16:12",
            "meta": {}
        },
        {
            "id": 8907,
            "ref": "40092",
            "isActive": true,
            "label": "40092",
            "timestamp": 1754494069,
            "tripId": "289209464",
            "routeId": "51",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.46088,
                "lon": -73.64825
            },
            "bearing": 0,
            "speed": 4,
            "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": [
                6
            ],
            "trip": {
                "id": "289209464",
                "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-28 06:18:05",
            "meta": {}
        },
        {
            "id": 8915,
            "ref": "40094",
            "isActive": true,
            "label": "40094",
            "timestamp": 1754494054,
            "tripId": "289209356",
            "routeId": "14",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.52066,
                "lon": -73.56401
            },
            "bearing": 123,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209356",
                "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": "2020-09-30 06:25:06",
            "meta": {}
        },
        {
            "id": 8917,
            "ref": "40111",
            "isActive": true,
            "label": "40111",
            "timestamp": 1754494065,
            "tripId": "289209868",
            "routeId": "51",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.48684,
                "lon": -73.6264
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209868",
                "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-30 07:33:10",
            "meta": {}
        },
        {
            "id": 9051,
            "ref": "40139",
            "isActive": true,
            "label": "40139",
            "timestamp": 1754494072,
            "tripId": "286059849",
            "routeId": "203",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.4694,
                "lon": -73.82912
            },
            "bearing": 145,
            "speed": 45,
            "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": "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-10-05 15:50:09",
            "meta": {}
        },
        {
            "id": 9080,
            "ref": "40156",
            "isActive": true,
            "label": "40156",
            "timestamp": 1754494071,
            "tripId": "286059614",
            "routeId": "201",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.45712,
                "lon": -73.80853
            },
            "bearing": 57,
            "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": [
                8
            ],
            "trip": {
                "id": "286059614",
                "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": "2020-10-09 14:17:07",
            "meta": {}
        },
        {
            "id": 9098,
            "ref": "40133",
            "isActive": true,
            "label": "40133",
            "timestamp": 1754494069,
            "tripId": "286058926",
            "routeId": "17",
            "startTime": "11:30:00",
            "position": {
                "lat": 45.47703,
                "lon": -73.58679
            },
            "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": "286058926",
                "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": 1754494070,
            "tripId": "286059242",
            "routeId": "200",
            "startTime": "11:14:00",
            "position": {
                "lat": 45.42615,
                "lon": -73.85994
            },
            "bearing": 72,
            "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": [
                8
            ],
            "trip": {
                "id": "286059242",
                "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": "2020-10-14 07:59:19",
            "meta": {}
        },
        {
            "id": 9102,
            "ref": "40140",
            "isActive": true,
            "label": "40140",
            "timestamp": 1754494060,
            "tripId": "286060353",
            "routeId": "209",
            "startTime": "10:39:00",
            "position": {
                "lat": 45.44763,
                "lon": -73.74232
            },
            "bearing": 249,
            "speed": 36,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060353",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "209",
                "routeLongName": "Des Sources",
                "shapeLink": "/storage/shapes/stm/2090001.json",
                "shapeId": "2090001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-10-14 16:02:09",
            "meta": {}
        },
        {
            "id": 9111,
            "ref": "40175",
            "isActive": true,
            "label": "40175",
            "timestamp": 1754494060,
            "tripId": "286061277",
            "routeId": "64",
            "startTime": "11:32:00",
            "position": {
                "lat": 45.53122,
                "lon": -73.71857
            },
            "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": "286061277",
                "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-10-16 15:28:14",
            "meta": {}
        },
        {
            "id": 9114,
            "ref": "40176",
            "isActive": true,
            "label": "40176",
            "timestamp": 1754494067,
            "tripId": "286060106",
            "routeId": "196",
            "startTime": "10:41:00",
            "position": {
                "lat": 45.43795,
                "lon": -73.68639
            },
            "bearing": 8,
            "speed": 18,
            "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": [
                8
            ],
            "trip": {
                "id": "286060106",
                "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-16 16:06:13",
            "meta": {}
        },
        {
            "id": 9203,
            "ref": "40124",
            "isActive": true,
            "label": "40124",
            "timestamp": 1754494071,
            "tripId": "286058885",
            "routeId": "419",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.44369,
                "lon": -73.87608
            },
            "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": 5,
                "label": "Full"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286058885",
                "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": "2020-12-01 08:02:11",
            "meta": {}
        },
        {
            "id": 9204,
            "ref": "40126",
            "isActive": true,
            "label": "40126",
            "timestamp": 1754494054,
            "tripId": "286060381",
            "routeId": "206",
            "startTime": "11:31:00",
            "position": {
                "lat": 45.51193,
                "lon": -73.81547
            },
            "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": "286060381",
                "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-12-01 08:02:11",
            "meta": {}
        },
        {
            "id": 9205,
            "ref": "40129",
            "isActive": true,
            "label": "40129",
            "timestamp": 1754494068,
            "tripId": "286060200",
            "routeId": "196",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.47915,
                "lon": -73.70654
            },
            "bearing": 128,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060200",
                "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-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9206,
            "ref": "40131",
            "isActive": true,
            "label": "40131",
            "timestamp": 1754493948,
            "tripId": "286061404",
            "routeId": "164",
            "startTime": "10:38:00",
            "position": {
                "lat": 45.55644,
                "lon": -73.66702
            },
            "bearing": 213,
            "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": [
                8
            ],
            "trip": {
                "id": "286061404",
                "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 08:02:12",
            "meta": {}
        },
        {
            "id": 9209,
            "ref": "40135",
            "isActive": true,
            "label": "40135",
            "timestamp": 1754494056,
            "tripId": "286059590",
            "routeId": "206",
            "startTime": "11:31: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": "286059590",
                "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": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9210,
            "ref": "40137",
            "isActive": true,
            "label": "40137",
            "timestamp": 1754494068,
            "tripId": "286059689",
            "routeId": "72",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.48119,
                "lon": -73.76118
            },
            "bearing": 169,
            "speed": 45,
            "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": [
                8
            ],
            "trip": {
                "id": "286059689",
                "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:02:12",
            "meta": {}
        },
        {
            "id": 9213,
            "ref": "40142",
            "isActive": true,
            "label": "40142",
            "timestamp": 1754494060,
            "tripId": "286059491",
            "routeId": "164",
            "startTime": "11:28:00",
            "position": {
                "lat": 45.50355,
                "lon": -73.73402
            },
            "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": "286059491",
                "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 08:02:12",
            "meta": {}
        },
        {
            "id": 9214,
            "ref": "40144",
            "isActive": true,
            "label": "40144",
            "timestamp": 1754494071,
            "tripId": "286060030",
            "routeId": "215",
            "startTime": "10:33:00",
            "position": {
                "lat": 45.51327,
                "lon": -73.69006
            },
            "bearing": 133,
            "speed": 45,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060030",
                "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-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9216,
            "ref": "40148",
            "isActive": true,
            "label": "40148",
            "timestamp": 1754494054,
            "tripId": "286060558",
            "routeId": "170",
            "startTime": "11:26:00",
            "position": {
                "lat": 45.51534,
                "lon": -73.68439
            },
            "bearing": 312,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060558",
                "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": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9217,
            "ref": "40149",
            "isActive": true,
            "label": "40149",
            "timestamp": 1754494072,
            "tripId": "286059120",
            "routeId": "202",
            "startTime": "11:37: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": "286059120",
                "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": 9219,
            "ref": "40154",
            "isActive": true,
            "label": "40154",
            "timestamp": 1754494066,
            "tripId": "286058982",
            "routeId": "70",
            "startTime": "11:06:00",
            "position": {
                "lat": 45.49561,
                "lon": -73.70629
            },
            "bearing": 217,
            "speed": 18,
            "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": "286058982",
                "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:02:12",
            "meta": {}
        },
        {
            "id": 9226,
            "ref": "40172",
            "isActive": true,
            "label": "40172",
            "timestamp": 1754494067,
            "tripId": "286059515",
            "routeId": "64",
            "startTime": "11:26:00",
            "position": {
                "lat": 45.51581,
                "lon": -73.6852
            },
            "bearing": 224,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059515",
                "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": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9227,
            "ref": "40173",
            "isActive": true,
            "label": "40173",
            "timestamp": 1754494055,
            "tripId": "286061384",
            "routeId": "72",
            "startTime": "10:42:00",
            "position": {
                "lat": 45.5116,
                "lon": -73.67834
            },
            "bearing": 312,
            "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": "286061384",
                "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:02:12",
            "meta": {}
        },
        {
            "id": 9228,
            "ref": "40177",
            "isActive": true,
            "label": "40177",
            "timestamp": 1754494055,
            "tripId": "286059209",
            "routeId": "64",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.52568,
                "lon": -73.70988
            },
            "bearing": 126,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059209",
                "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-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9235,
            "ref": "40188",
            "isActive": true,
            "label": "40188",
            "timestamp": 1754494071,
            "tripId": "286059275",
            "routeId": "117",
            "startTime": "11:14:00",
            "position": {
                "lat": 45.52776,
                "lon": -73.69479
            },
            "bearing": 244,
            "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": [
                8
            ],
            "trip": {
                "id": "286059275",
                "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": "2020-12-01 08:02:13",
            "meta": {}
        },
        {
            "id": 9239,
            "ref": "40200",
            "isActive": true,
            "label": "40200",
            "timestamp": 1754494069,
            "tripId": "286060779",
            "routeId": "204",
            "startTime": "11:03:00",
            "position": {
                "lat": 45.44971,
                "lon": -73.75795
            },
            "bearing": 0,
            "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": [
                8
            ],
            "trip": {
                "id": "286060779",
                "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:02:13",
            "meta": {}
        },
        {
            "id": 9240,
            "ref": "40204",
            "isActive": true,
            "label": "40204",
            "timestamp": 1754494055,
            "tripId": "286059425",
            "routeId": "196",
            "startTime": "11:14:00",
            "position": {
                "lat": 45.45449,
                "lon": -73.71933
            },
            "bearing": 168,
            "speed": 45,
            "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": "286059425",
                "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:13",
            "meta": {}
        },
        {
            "id": 9241,
            "ref": "40205",
            "isActive": true,
            "label": "40205",
            "timestamp": 1754494072,
            "tripId": "286059989",
            "routeId": "215",
            "startTime": "11:01:00",
            "position": {
                "lat": 45.50068,
                "lon": -73.74683
            },
            "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": "286059989",
                "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-01 08:02:13",
            "meta": {}
        },
        {
            "id": 9242,
            "ref": "40213",
            "isActive": true,
            "label": "40213",
            "timestamp": 1754494066,
            "tripId": "286060238",
            "routeId": "208",
            "startTime": "10:57:00",
            "position": {
                "lat": 45.49365,
                "lon": -73.78951
            },
            "bearing": 344,
            "speed": 27,
            "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": "286060238",
                "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-01 08:02:13",
            "meta": {}
        },
        {
            "id": 9243,
            "ref": "40215",
            "isActive": true,
            "label": "40215",
            "timestamp": 1754494066,
            "tripId": "286061335",
            "routeId": "207",
            "startTime": "11:04:00",
            "position": {
                "lat": 45.49834,
                "lon": -73.87155
            },
            "bearing": 27,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061335",
                "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:05:10",
            "meta": {}
        },
        {
            "id": 9245,
            "ref": "40152",
            "isActive": true,
            "label": "40152",
            "timestamp": 1754494066,
            "tripId": "286059556",
            "routeId": "468",
            "startTime": "11:11:00",
            "position": {
                "lat": 45.52767,
                "lon": -73.72889
            },
            "bearing": 244,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059556",
                "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-01 08:08:15",
            "meta": {}
        },
        {
            "id": 9246,
            "ref": "40162",
            "isActive": true,
            "label": "40162",
            "timestamp": 1754494064,
            "tripId": "286061426",
            "routeId": "468",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.49433,
                "lon": -73.84837
            },
            "bearing": 222,
            "speed": 27,
            "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": [
                8
            ],
            "trip": {
                "id": "286061426",
                "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-01 08:08:15",
            "meta": {}
        },
        {
            "id": 9248,
            "ref": "40194",
            "isActive": true,
            "label": "40194",
            "timestamp": 1754494063,
            "tripId": "286059822",
            "routeId": "203",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.44543,
                "lon": -73.76044
            },
            "bearing": 262,
            "speed": 27,
            "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": [
                8
            ],
            "trip": {
                "id": "286059822",
                "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 09:04:09",
            "meta": {}
        },
        {
            "id": 9253,
            "ref": "40198",
            "isActive": true,
            "label": "40198",
            "timestamp": 1754494053,
            "tripId": "286060524",
            "routeId": "68",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.51327,
                "lon": -73.74844
            },
            "bearing": 220,
            "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": [
                8
            ],
            "trip": {
                "id": "286060524",
                "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": "2020-12-01 15:50:13",
            "meta": {}
        },
        {
            "id": 9259,
            "ref": "40183",
            "isActive": true,
            "label": "40183",
            "timestamp": 1754494063,
            "tripId": "286061232",
            "routeId": "209",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.49364,
                "lon": -73.80733
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061232",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "209",
                "routeLongName": "Des Sources",
                "shapeLink": "/storage/shapes/stm/2090001.json",
                "shapeId": "2090001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-02 06:08:06",
            "meta": {}
        },
        {
            "id": 9260,
            "ref": "40196",
            "isActive": true,
            "label": "40196",
            "timestamp": 1754494055,
            "tripId": "286060164",
            "routeId": "177",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.49982,
                "lon": -73.70099
            },
            "bearing": 222,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060164",
                "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-02 06:09:07",
            "meta": {}
        },
        {
            "id": 9262,
            "ref": "40174",
            "isActive": true,
            "label": "40174",
            "timestamp": 1754494062,
            "tripId": "286061147",
            "routeId": "200",
            "startTime": "11:04:00",
            "position": {
                "lat": 45.41967,
                "lon": -73.88135
            },
            "bearing": 259,
            "speed": 18,
            "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": [
                8
            ],
            "trip": {
                "id": "286061147",
                "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": "2020-12-02 11:51:09",
            "meta": {}
        },
        {
            "id": 9264,
            "ref": "40222",
            "isActive": true,
            "label": "40222",
            "timestamp": 1754494062,
            "tripId": "289183190",
            "routeId": "198",
            "startTime": "10:53:00",
            "position": {
                "lat": 45.44197,
                "lon": -73.66661
            },
            "bearing": 268,
            "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": [
                4
            ],
            "trip": {
                "id": "289183190",
                "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": "2020-12-02 16:42:20",
            "meta": {}
        },
        {
            "id": 9266,
            "ref": "40220",
            "isActive": true,
            "label": "40220",
            "timestamp": 1754494056,
            "tripId": "289181806",
            "routeId": "37",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.45237,
                "lon": -73.56754
            },
            "bearing": 193,
            "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": [
                4
            ],
            "trip": {
                "id": "289181806",
                "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-03 16:10:16",
            "meta": {}
        },
        {
            "id": 9272,
            "ref": "40225",
            "isActive": true,
            "label": "40225",
            "timestamp": 1754494070,
            "tripId": "289182042",
            "routeId": "38",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.4679,
                "lon": -73.56663
            },
            "bearing": 156,
            "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": [
                4
            ],
            "trip": {
                "id": "289182042",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "38",
                "routeLongName": "De l'Église",
                "shapeLink": "/storage/shapes/stm/380011.json",
                "shapeId": "380011",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-05 09:59:04",
            "meta": {}
        },
        {
            "id": 9275,
            "ref": "40226",
            "isActive": true,
            "label": "40226",
            "timestamp": 1754494057,
            "tripId": "289184282",
            "routeId": "112",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.42025,
                "lon": -73.60848
            },
            "bearing": 76,
            "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": [
                4
            ],
            "trip": {
                "id": "289184282",
                "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": "2020-12-07 15:20:15",
            "meta": {}
        },
        {
            "id": 9281,
            "ref": "40160",
            "isActive": true,
            "label": "40160",
            "timestamp": 1754494072,
            "tripId": "286060079",
            "routeId": "70",
            "startTime": "11:06:00",
            "position": {
                "lat": 45.50968,
                "lon": -73.69792
            },
            "bearing": 131,
            "speed": 0,
            "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": [
                8
            ],
            "trip": {
                "id": "286060079",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "70",
                "routeLongName": "Bois-Franc",
                "shapeLink": "/storage/shapes/stm/700001.json",
                "shapeId": "700001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-09 13:15:09",
            "meta": {}
        },
        {
            "id": 9282,
            "ref": "40214",
            "isActive": true,
            "label": "40214",
            "timestamp": 1754494063,
            "tripId": "286061041",
            "routeId": "68",
            "startTime": "10:41:00",
            "position": {
                "lat": 45.51833,
                "lon": -73.74365
            },
            "bearing": 41,
            "speed": 12,
            "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": 2,
                "label": "Few 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-09 15:39:15",
            "meta": {}
        },
        {
            "id": 9284,
            "ref": "40211",
            "isActive": true,
            "label": "40211",
            "timestamp": 1754494069,
            "tripId": "286061135",
            "routeId": "68",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.48049,
                "lon": -73.86461
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 54,
            "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": "286061135",
                "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": "2020-12-09 15:49:14",
            "meta": {}
        },
        {
            "id": 9286,
            "ref": "40208",
            "isActive": true,
            "label": "40208",
            "timestamp": 1754494066,
            "tripId": "286061009",
            "routeId": "177",
            "startTime": "11:20:00",
            "position": {
                "lat": 45.50021,
                "lon": -73.73389
            },
            "bearing": 131,
            "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": [
                8
            ],
            "trip": {
                "id": "286061009",
                "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": "2020-12-09 17:07:08",
            "meta": {}
        },
        {
            "id": 9295,
            "ref": "40224",
            "isActive": true,
            "label": "40224",
            "timestamp": 1754494065,
            "tripId": "289181496",
            "routeId": "12",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.46585,
                "lon": -73.55392
            },
            "bearing": 48,
            "speed": 45,
            "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": [
                4
            ],
            "trip": {
                "id": "289181496",
                "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": "2020-12-14 17:33:13",
            "meta": {}
        },
        {
            "id": 9297,
            "ref": "40153",
            "isActive": true,
            "label": "40153",
            "timestamp": 1754494068,
            "tripId": "286061202",
            "routeId": "164",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.52634,
                "lon": -73.70351
            },
            "bearing": 222,
            "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": "286061202",
                "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-15 05:49:04",
            "meta": {}
        },
        {
            "id": 9298,
            "ref": "40201",
            "isActive": true,
            "label": "40201",
            "timestamp": 1754494062,
            "tripId": "286059965",
            "routeId": "215",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.49847,
                "lon": -73.74239
            },
            "bearing": 221,
            "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": "286059965",
                "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": "2020-12-15 06:41:10",
            "meta": {}
        },
        {
            "id": 9303,
            "ref": "40206",
            "isActive": true,
            "label": "40206",
            "timestamp": 1754494071,
            "tripId": "286058946",
            "routeId": "17",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.49314,
                "lon": -73.65147
            },
            "bearing": 120,
            "speed": 63,
            "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": "286058946",
                "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-16 07:01:13",
            "meta": {}
        },
        {
            "id": 9313,
            "ref": "40249",
            "isActive": true,
            "label": "40249",
            "timestamp": 1754494054,
            "tripId": "289185398",
            "routeId": "420",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.46491,
                "lon": -73.62671
            },
            "bearing": 47,
            "speed": 24,
            "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": [
                4
            ],
            "trip": {
                "id": "289185398",
                "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-12-18 11:21:07",
            "meta": {}
        },
        {
            "id": 9314,
            "ref": "40230",
            "isActive": true,
            "label": "40230",
            "timestamp": 1754494056,
            "tripId": "289183134",
            "routeId": "104",
            "startTime": "11:11:00",
            "position": {
                "lat": 45.4718,
                "lon": -73.64827
            },
            "bearing": 124,
            "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": [
                4
            ],
            "trip": {
                "id": "289183134",
                "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-12-18 11:55:07",
            "meta": {}
        },
        {
            "id": 9316,
            "ref": "40235",
            "isActive": true,
            "label": "40235",
            "timestamp": 1754494059,
            "tripId": "289184225",
            "routeId": "123",
            "startTime": "11:06:00",
            "position": {
                "lat": 45.44364,
                "lon": -73.64798
            },
            "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": "289184225",
                "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": "2020-12-19 04:57:04",
            "meta": {}
        },
        {
            "id": 9320,
            "ref": "40216",
            "isActive": true,
            "label": "40216",
            "timestamp": 1754494066,
            "tripId": "286059313",
            "routeId": "174",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.50982,
                "lon": -73.68826
            },
            "bearing": 42,
            "speed": 5,
            "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": "286059313",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "174",
                "routeLongName": "Côte-Vertu-Ouest",
                "shapeLink": "/storage/shapes/stm/1740002.json",
                "shapeId": "1740002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-22 06:22:06",
            "meta": {}
        },
        {
            "id": 9325,
            "ref": "40170",
            "isActive": true,
            "label": "40170",
            "timestamp": 1754494066,
            "tripId": "286061070",
            "routeId": "72",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.46173,
                "lon": -73.83628
            },
            "bearing": 323,
            "speed": 36,
            "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": "286061070",
                "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": "2020-12-26 15:57:12",
            "meta": {}
        },
        {
            "id": 9330,
            "ref": "40239",
            "isActive": true,
            "label": "40239",
            "timestamp": 1754494058,
            "tripId": "289183449",
            "routeId": "107",
            "startTime": "11:22:00",
            "position": {
                "lat": 45.49395,
                "lon": -73.55696
            },
            "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": "289183449",
                "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-12-29 16:25:13",
            "meta": {}
        },
        {
            "id": 9336,
            "ref": "40240",
            "isActive": true,
            "label": "40240",
            "timestamp": 1754494060,
            "tripId": "289181467",
            "routeId": "12",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.45069,
                "lon": -73.54967
            },
            "bearing": 212,
            "speed": 27,
            "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": "289181467",
                "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": "2021-01-02 16:52:08",
            "meta": {}
        },
        {
            "id": 9339,
            "ref": "40112",
            "isActive": true,
            "label": "40112",
            "timestamp": 1754494058,
            "tripId": "289209488",
            "routeId": "14",
            "startTime": "10:53:00",
            "position": {
                "lat": 45.55113,
                "lon": -73.5528
            },
            "bearing": 294,
            "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": [
                6
            ],
            "trip": {
                "id": "289209488",
                "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-01-04 06:58:10",
            "meta": {}
        },
        {
            "id": 9352,
            "ref": "40244",
            "isActive": true,
            "label": "40244",
            "timestamp": 1754494061,
            "tripId": "289183152",
            "routeId": "104",
            "startTime": "10:55:00",
            "position": {
                "lat": 45.46331,
                "lon": -73.62794
            },
            "bearing": 302,
            "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": [
                4
            ],
            "trip": {
                "id": "289183152",
                "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": "2021-01-13 16:42:13",
            "meta": {}
        },
        {
            "id": 9358,
            "ref": "40233",
            "isActive": true,
            "label": "40233",
            "timestamp": 1754494071,
            "tripId": "289184161",
            "routeId": "114",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.44225,
                "lon": -73.64706
            },
            "bearing": 168,
            "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": [
                4
            ],
            "trip": {
                "id": "289184161",
                "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": "2021-01-15 13:04:10",
            "meta": {}
        },
        {
            "id": 10677,
            "ref": "41003",
            "isActive": true,
            "label": "41003",
            "timestamp": 1754494072,
            "tripId": "289196676",
            "routeId": "171",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.55554,
                "lon": -73.66791
            },
            "bearing": 22,
            "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": "289196676",
                "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": "2021-07-09 16:36:04",
            "meta": {}
        },
        {
            "id": 10678,
            "ref": "41014",
            "isActive": true,
            "label": "41014",
            "timestamp": 1754494054,
            "tripId": "289210553",
            "routeId": "721",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.45002,
                "lon": -73.42921
            },
            "bearing": 50,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289210553",
                "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-09 17:01:04",
            "meta": {}
        },
        {
            "id": 10684,
            "ref": "41016",
            "isActive": true,
            "label": "41016",
            "timestamp": 1754494067,
            "tripId": "289209681",
            "routeId": "51",
            "startTime": "10:56:00",
            "position": {
                "lat": 45.48531,
                "lon": -73.62775
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209681",
                "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-13 10:33:04",
            "meta": {}
        },
        {
            "id": 10686,
            "ref": "41020",
            "isActive": true,
            "label": "41020",
            "timestamp": 1754494054,
            "tripId": "289209932",
            "routeId": "51",
            "startTime": "11:39: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": "289209932",
                "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-13 18:03:04",
            "meta": {}
        },
        {
            "id": 10687,
            "ref": "41022",
            "isActive": true,
            "label": "41022",
            "timestamp": 1754494071,
            "tripId": "289209616",
            "routeId": "51",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.50133,
                "lon": -73.62061
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "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": "289209616",
                "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-13 18:45:04",
            "meta": {}
        },
        {
            "id": 10688,
            "ref": "41024",
            "isActive": true,
            "label": "41024",
            "timestamp": 1754494072,
            "tripId": "289209023",
            "routeId": "51",
            "startTime": "10:33:00",
            "position": {
                "lat": 45.52616,
                "lon": -73.58788
            },
            "bearing": 0,
            "speed": 0,
            "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": "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": "2021-07-13 23:44:03",
            "meta": {}
        },
        {
            "id": 10693,
            "ref": "41028",
            "isActive": true,
            "label": "41028",
            "timestamp": 1754494064,
            "tripId": "289209219",
            "routeId": "51",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.47964,
                "lon": -73.63265
            },
            "bearing": 36,
            "speed": 24,
            "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": [
                6
            ],
            "trip": {
                "id": "289209219",
                "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": 1754494057,
            "tripId": "289209635",
            "routeId": "11",
            "startTime": "10:50:00",
            "position": {
                "lat": 45.49697,
                "lon": -73.60322
            },
            "bearing": 216,
            "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": [
                6
            ],
            "trip": {
                "id": "289209635",
                "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-22 16:31:05",
            "meta": {}
        },
        {
            "id": 10710,
            "ref": "41026",
            "isActive": true,
            "label": "41026",
            "timestamp": 1754494027,
            "tripId": "289199633",
            "routeId": "711",
            "startTime": "10:51:00",
            "position": {
                "lat": 45.48582,
                "lon": -73.6273
            },
            "bearing": 212,
            "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": [
                6
            ],
            "trip": {
                "id": "289199633",
                "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": "2021-07-22 16:58:05",
            "meta": {}
        },
        {
            "id": 10733,
            "ref": "41030",
            "isActive": true,
            "label": "41030",
            "timestamp": 1754494061,
            "tripId": "289209954",
            "routeId": "47",
            "startTime": "11:24:00",
            "position": {
                "lat": 45.53068,
                "lon": -73.59172
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209954",
                "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-07-28 14:23:04",
            "meta": {}
        },
        {
            "id": 10735,
            "ref": "41033",
            "isActive": true,
            "label": "41033",
            "timestamp": 1754494060,
            "tripId": "289209819",
            "routeId": "430",
            "startTime": "11:01:00",
            "position": {
                "lat": 45.61173,
                "lon": -73.5121
            },
            "bearing": 104,
            "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": [
                6
            ],
            "trip": {
                "id": "289209819",
                "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": "2021-07-28 16:16:06",
            "meta": {}
        },
        {
            "id": 10737,
            "ref": "41032",
            "isActive": true,
            "label": "41032",
            "timestamp": 1754494072,
            "tripId": "289209400",
            "routeId": "97",
            "startTime": "11:01:00",
            "position": {
                "lat": 45.54259,
                "lon": -73.56171
            },
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209400",
                "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 06:56:03",
            "meta": {}
        },
        {
            "id": 10740,
            "ref": "41038",
            "isActive": true,
            "label": "41038",
            "timestamp": 1754494071,
            "tripId": "289196944",
            "routeId": "103",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.47186,
                "lon": -73.63473
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289196944",
                "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": "2021-07-30 17:01:03",
            "meta": {}
        },
        {
            "id": 10741,
            "ref": "41023",
            "isActive": true,
            "label": "41023",
            "timestamp": 1754494070,
            "tripId": "289210571",
            "routeId": "721",
            "startTime": "11:09:00",
            "position": {
                "lat": 45.4456,
                "lon": -73.43898
            },
            "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": [
                6
            ],
            "trip": {
                "id": "289210571",
                "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": "2021-07-30 17:54:06",
            "meta": {}
        },
        {
            "id": 10746,
            "ref": "41031",
            "isActive": true,
            "label": "41031",
            "timestamp": 1754494072,
            "tripId": "289209695",
            "routeId": "51",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.51275,
                "lon": -73.61354
            },
            "bearing": 52,
            "speed": 18,
            "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": [
                6
            ],
            "trip": {
                "id": "289209695",
                "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": 10753,
            "ref": "41007",
            "isActive": true,
            "label": "41007",
            "timestamp": 1754494066,
            "tripId": "289209326",
            "routeId": "51",
            "startTime": "10:56:00",
            "position": {
                "lat": 45.49771,
                "lon": -73.61969
            },
            "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": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209326",
                "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-05 05:56:04",
            "meta": {}
        },
        {
            "id": 10794,
            "ref": "41029",
            "isActive": true,
            "label": "41029",
            "timestamp": 1754494060,
            "tripId": "289209796",
            "routeId": "11",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.52172,
                "lon": -73.59203
            },
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209796",
                "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-08-25 13:36:05",
            "meta": {}
        },
        {
            "id": 10814,
            "ref": "41012",
            "isActive": true,
            "label": "41012",
            "timestamp": 1754494056,
            "tripId": "289209845",
            "routeId": "11",
            "startTime": "11:01:00",
            "position": {
                "lat": 45.52608,
                "lon": -73.58794
            },
            "bearing": 0,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209845",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "11",
                "routeLongName": "Parc-du-Mont-Royal / Ridgewood",
                "shapeLink": "/storage/shapes/stm/110002.json",
                "shapeId": "110002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-09-02 15:50:04",
            "meta": {}
        },
        {
            "id": 10861,
            "ref": "41058",
            "isActive": true,
            "label": "41058",
            "timestamp": 1754494072,
            "tripId": "286207985",
            "routeId": "139",
            "startTime": "11:30: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": "286207985",
                "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": "2021-09-08 15:11:05",
            "meta": {}
        },
        {
            "id": 10868,
            "ref": "41057",
            "isActive": true,
            "label": "41057",
            "timestamp": 1754494071,
            "tripId": "286208606",
            "routeId": "41",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.56604,
                "lon": -73.59529
            },
            "bearing": 6,
            "speed": 18,
            "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": [
                5
            ],
            "trip": {
                "id": "286208606",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Quartier Saint-Michel / Ahuntsic",
                "shapeLink": "/storage/shapes/stm/410001.json",
                "shapeId": "410001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-09-09 14:59:06",
            "meta": {}
        },
        {
            "id": 10870,
            "ref": "41047",
            "isActive": true,
            "label": "41047",
            "timestamp": 1754494071,
            "tripId": "286208942",
            "routeId": "41",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.56377,
                "lon": -73.65581
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208942",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Quartier Saint-Michel / Ahuntsic",
                "shapeLink": "/storage/shapes/stm/410001.json",
                "shapeId": "410001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-09-09 17:56:04",
            "meta": {}
        },
        {
            "id": 10875,
            "ref": "41055",
            "isActive": true,
            "label": "41055",
            "timestamp": 1754494065,
            "tripId": "286207323",
            "routeId": "146",
            "startTime": "11:27:00",
            "position": {
                "lat": 45.54042,
                "lon": -73.66629
            },
            "bearing": 112,
            "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": [
                5
            ],
            "trip": {
                "id": "286207323",
                "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": "2021-09-14 16:36:08",
            "meta": {}
        },
        {
            "id": 10880,
            "ref": "41065",
            "isActive": true,
            "label": "41065",
            "timestamp": 1754494059,
            "tripId": "286208692",
            "routeId": "48",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.64668,
                "lon": -73.58202
            },
            "bearing": 39,
            "speed": 26,
            "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": "286208692",
                "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": "2021-09-15 16:58:07",
            "meta": {}
        },
        {
            "id": 10884,
            "ref": "41069",
            "isActive": true,
            "label": "41069",
            "timestamp": 1754494062,
            "tripId": "286209142",
            "routeId": "54",
            "startTime": "11:09:00",
            "position": {
                "lat": 45.54409,
                "lon": -73.64023
            },
            "bearing": 210,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209142",
                "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-16 17:24:06",
            "meta": {}
        },
        {
            "id": 10887,
            "ref": "41063",
            "isActive": true,
            "label": "41063",
            "timestamp": 1754494063,
            "tripId": "286208091",
            "routeId": "55",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.50665,
                "lon": -73.5603
            },
            "bearing": 0,
            "speed": 0,
            "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": [
                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-17 15:11:03",
            "meta": {}
        },
        {
            "id": 10894,
            "ref": "41074",
            "isActive": true,
            "label": "41074",
            "timestamp": 1754494066,
            "tripId": "286208112",
            "routeId": "48",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.64454,
                "lon": -73.58533
            },
            "bearing": 233,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208112",
                "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": "2021-09-22 11:02:03",
            "meta": {}
        },
        {
            "id": 10910,
            "ref": "41062",
            "isActive": true,
            "label": "41062",
            "timestamp": 1754494057,
            "tripId": "286208825",
            "routeId": "45",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.55968,
                "lon": -73.63379
            },
            "bearing": 121,
            "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": 5,
                "label": "Full"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208825",
                "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-30 15:12:10",
            "meta": {}
        },
        {
            "id": 10936,
            "ref": "41073",
            "isActive": true,
            "label": "41073",
            "timestamp": 1754494056,
            "tripId": "286208323",
            "routeId": "48",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.56054,
                "lon": -73.66549
            },
            "bearing": 26,
            "speed": 14,
            "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": "286208323",
                "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": "2021-10-12 16:20:06",
            "meta": {}
        },
        {
            "id": 11045,
            "ref": "40914",
            "isActive": true,
            "label": "40914",
            "timestamp": 1754494061,
            "tripId": "289198823",
            "routeId": "171",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.53648,
                "lon": -73.67963
            },
            "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": [
                1,
                9
            ],
            "trip": {
                "id": "289198823",
                "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": "2022-01-25 16:15:07",
            "meta": {}
        },
        {
            "id": 11049,
            "ref": "41113",
            "isActive": true,
            "label": "41113",
            "timestamp": 1754494054,
            "tripId": "289198160",
            "routeId": "162",
            "startTime": "10:55:00",
            "position": {
                "lat": 45.47213,
                "lon": -73.65974
            },
            "bearing": 5,
            "speed": 18,
            "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": "289198160",
                "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": "2022-01-28 05:13:05",
            "meta": {}
        },
        {
            "id": 11051,
            "ref": "41111",
            "isActive": true,
            "label": "41111",
            "timestamp": 1754494069,
            "tripId": "286208782",
            "routeId": "41",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.56635,
                "lon": -73.65437
            },
            "bearing": 200,
            "speed": 6,
            "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": [
                5
            ],
            "trip": {
                "id": "286208782",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Quartier Saint-Michel / Ahuntsic",
                "shapeLink": "/storage/shapes/stm/410002.json",
                "shapeId": "410002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-01-28 05:27:04",
            "meta": {}
        },
        {
            "id": 11056,
            "ref": "41108",
            "isActive": true,
            "label": "41108",
            "timestamp": 1754494031,
            "tripId": "286209159",
            "routeId": "469",
            "startTime": "10:52:00",
            "position": {
                "lat": 45.55721,
                "lon": -73.6674
            },
            "bearing": 210,
            "speed": 6,
            "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": [
                5
            ],
            "trip": {
                "id": "286209159",
                "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-01-28 16:08:05",
            "meta": {}
        },
        {
            "id": 11058,
            "ref": "41087",
            "isActive": true,
            "label": "41087",
            "timestamp": 1754494070,
            "tripId": "286207595",
            "routeId": "45",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.52277,
                "lon": -73.55271
            },
            "bearing": 113,
            "speed": 12,
            "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": [
                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": "2022-01-28 16:16:05",
            "meta": {}
        },
        {
            "id": 11071,
            "ref": "41107",
            "isActive": true,
            "label": "41107",
            "timestamp": 1754494056,
            "tripId": "286207824",
            "routeId": "55",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.55026,
                "lon": -73.67065
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "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": "286207824",
                "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-02-02 17:05:04",
            "meta": {}
        },
        {
            "id": 11072,
            "ref": "41117",
            "isActive": true,
            "label": "41117",
            "timestamp": 1754494054,
            "tripId": "286208301",
            "routeId": "55",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.5098,
                "lon": -73.56368
            },
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208301",
                "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-02-03 04:57:04",
            "meta": {}
        },
        {
            "id": 11077,
            "ref": "41120",
            "isActive": true,
            "label": "41120",
            "timestamp": 1754494056,
            "tripId": "286208450",
            "routeId": "55",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.52008,
                "lon": -73.58633
            },
            "bearing": 297,
            "speed": 12,
            "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": [
                5
            ],
            "trip": {
                "id": "286208450",
                "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-02-07 08:11:04",
            "meta": {}
        },
        {
            "id": 11083,
            "ref": "41128",
            "isActive": true,
            "label": "41128",
            "timestamp": 1754494055,
            "tripId": "286208340",
            "routeId": "193",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.58878,
                "lon": -73.63212
            },
            "bearing": 0,
            "speed": 0,
            "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": [
                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-02-10 05:03:04",
            "meta": {}
        },
        {
            "id": 11093,
            "ref": "41088",
            "isActive": true,
            "label": "41088",
            "timestamp": 1754494055,
            "tripId": "286209111",
            "routeId": "55",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.53768,
                "lon": -73.62728
            },
            "bearing": 111,
            "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": "286209111",
                "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-02-15 17:58:05",
            "meta": {}
        },
        {
            "id": 11101,
            "ref": "41098",
            "isActive": true,
            "label": "41098",
            "timestamp": 1754494071,
            "tripId": "286207031",
            "routeId": "140",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.55154,
                "lon": -73.6587
            },
            "bearing": 110,
            "speed": 27,
            "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": 3,
                "label": "Standing room only"
            },
            "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": "2022-02-18 17:05:05",
            "meta": {}
        },
        {
            "id": 11102,
            "ref": "41092",
            "isActive": true,
            "label": "41092",
            "timestamp": 1754494072,
            "tripId": "286208030",
            "routeId": "469",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.6068,
                "lon": -73.6198
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208030",
                "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-02-21 06:12:03",
            "meta": {}
        },
        {
            "id": 11110,
            "ref": "41127",
            "isActive": true,
            "label": "41127",
            "timestamp": 1754494054,
            "tripId": "286207439",
            "routeId": "54",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.5372,
                "lon": -73.65527
            },
            "bearing": 30,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207439",
                "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": "2022-02-24 15:32:05",
            "meta": {}
        },
        {
            "id": 11111,
            "ref": "41123",
            "isActive": true,
            "label": "41123",
            "timestamp": 1754494059,
            "tripId": "286208719",
            "routeId": "54",
            "startTime": "10:51:00",
            "position": {
                "lat": 45.57204,
                "lon": -73.63974
            },
            "bearing": 31,
            "speed": 27,
            "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": [
                5
            ],
            "trip": {
                "id": "286208719",
                "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": "2022-02-24 15:34:05",
            "meta": {}
        },
        {
            "id": 11136,
            "ref": "41122",
            "isActive": true,
            "label": "41122",
            "timestamp": 1754494066,
            "tripId": "286208158",
            "routeId": "193",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.54364,
                "lon": -73.62856
            },
            "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": [
                5
            ],
            "trip": {
                "id": "286208158",
                "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-03-15 15:13:04",
            "meta": {}
        },
        {
            "id": 11143,
            "ref": "41080",
            "isActive": true,
            "label": "41080",
            "timestamp": 1754494066,
            "tripId": "286208580",
            "routeId": "45",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.5707,
                "lon": -73.65913
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 40,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few 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": "2022-03-21 15:23:05",
            "meta": {}
        },
        {
            "id": 11145,
            "ref": "41129",
            "isActive": true,
            "label": "41129",
            "timestamp": 1754494057,
            "tripId": "286207173",
            "routeId": "146",
            "startTime": "10:56:00",
            "position": {
                "lat": 45.56261,
                "lon": -73.66243
            },
            "bearing": 288,
            "speed": 27,
            "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": [
                5
            ],
            "trip": {
                "id": "286207173",
                "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-03-22 17:24:04",
            "meta": {}
        },
        {
            "id": 11149,
            "ref": "41091",
            "isActive": true,
            "label": "41091",
            "timestamp": 1754494072,
            "tripId": "286209019",
            "routeId": "55",
            "startTime": "10:49:00",
            "position": {
                "lat": 45.53564,
                "lon": -73.62023
            },
            "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": "286209019",
                "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-03-24 15:30:04",
            "meta": {}
        },
        {
            "id": 11159,
            "ref": "41126",
            "isActive": true,
            "label": "41126",
            "timestamp": 1754494066,
            "tripId": "286207576",
            "routeId": "48",
            "startTime": "10:39:00",
            "position": {
                "lat": 45.56839,
                "lon": -73.65955
            },
            "bearing": 199,
            "speed": 27,
            "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": [
                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-04 06:45:05",
            "meta": {}
        },
        {
            "id": 11162,
            "ref": "41090",
            "isActive": true,
            "label": "41090",
            "timestamp": 1754494068,
            "tripId": "286207727",
            "routeId": "193",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.57934,
                "lon": -73.59574
            },
            "bearing": 213,
            "speed": 27,
            "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": "286207727",
                "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-04-05 14:48:04",
            "meta": {}
        },
        {
            "id": 11169,
            "ref": "41076",
            "isActive": true,
            "label": "41076",
            "timestamp": 1754494070,
            "tripId": "286207479",
            "routeId": "45",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.53722,
                "lon": -73.58389
            },
            "bearing": 300,
            "speed": 18,
            "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": "286207479",
                "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": "2022-04-26 15:36:04",
            "meta": {}
        },
        {
            "id": 11171,
            "ref": "41084",
            "isActive": true,
            "label": "41084",
            "timestamp": 1754494071,
            "tripId": "286208421",
            "routeId": "41",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.57513,
                "lon": -73.61063
            },
            "bearing": 300,
            "speed": 27,
            "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": "286208421",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Quartier Saint-Michel / Ahuntsic",
                "shapeLink": "/storage/shapes/stm/410001.json",
                "shapeId": "410001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-04-27 06:03:05",
            "meta": {}
        },
        {
            "id": 12615,
            "ref": "42013",
            "isActive": true,
            "label": "42013",
            "timestamp": 1754494063,
            "tripId": "286207265",
            "routeId": "140",
            "startTime": "11:02:00",
            "position": {
                "lat": 45.58197,
                "lon": -73.63969
            },
            "bearing": 18,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207265",
                "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": "2022-09-30 04:54:04",
            "meta": {}
        },
        {
            "id": 12636,
            "ref": "42020",
            "isActive": true,
            "label": "42020",
            "timestamp": 1754494059,
            "tripId": "289199610",
            "routeId": "711",
            "startTime": "11:12:00",
            "position": {
                "lat": 45.49947,
                "lon": -73.60056
            },
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289199610",
                "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": "2022-10-05 06:14:05",
            "meta": {}
        },
        {
            "id": 12637,
            "ref": "42032",
            "isActive": true,
            "label": "42032",
            "timestamp": 1754494068,
            "tripId": "289197506",
            "routeId": "119",
            "startTime": "11:01:00",
            "position": {
                "lat": 45.50405,
                "lon": -73.61813
            },
            "bearing": 212,
            "speed": 45,
            "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": "289197506",
                "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": "2022-10-05 06:23:04",
            "meta": {}
        },
        {
            "id": 12639,
            "ref": "42019",
            "isActive": true,
            "label": "42019",
            "timestamp": 1754494071,
            "tripId": "286207970",
            "routeId": "139",
            "startTime": "10:59:00",
            "position": {
                "lat": 45.56647,
                "lon": -73.59142
            },
            "bearing": 121,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207970",
                "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-10-05 14:42:05",
            "meta": {}
        },
        {
            "id": 12640,
            "ref": "42035",
            "isActive": true,
            "label": "42035",
            "timestamp": 1754494058,
            "tripId": "286208257",
            "routeId": "469",
            "startTime": "11:02:00",
            "position": {
                "lat": 45.6075,
                "lon": -73.61732
            },
            "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": [
                5
            ],
            "trip": {
                "id": "286208257",
                "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-10-05 15:13:06",
            "meta": {}
        },
        {
            "id": 12650,
            "ref": "42014",
            "isActive": true,
            "label": "42014",
            "timestamp": 1754494054,
            "tripId": "286208744",
            "routeId": "139",
            "startTime": "11:01:00",
            "position": {
                "lat": 45.57151,
                "lon": -73.60238
            },
            "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": "286208744",
                "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-07 15:47:06",
            "meta": {}
        },
        {
            "id": 12656,
            "ref": "42040",
            "isActive": true,
            "label": "42040",
            "timestamp": 1754494057,
            "tripId": "289198656",
            "routeId": "166",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.49557,
                "lon": -73.6071
            },
            "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": [
                5
            ],
            "trip": {
                "id": "289198656",
                "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": "2022-10-10 15:35:06",
            "meta": {}
        },
        {
            "id": 12660,
            "ref": "42011",
            "isActive": true,
            "label": "42011",
            "timestamp": 1754494065,
            "tripId": "286208675",
            "routeId": "55",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.54703,
                "lon": -73.66004
            },
            "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": [
                5
            ],
            "trip": {
                "id": "286208675",
                "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 15:45:06",
            "meta": {}
        },
        {
            "id": 12675,
            "ref": "42039",
            "isActive": true,
            "label": "42039",
            "timestamp": 1754494071,
            "tripId": "286209002",
            "routeId": "193",
            "startTime": "10:55:00",
            "position": {
                "lat": 45.55767,
                "lon": -73.6157
            },
            "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": [
                5
            ],
            "trip": {
                "id": "286209002",
                "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-10-18 16:09:07",
            "meta": {}
        },
        {
            "id": 12681,
            "ref": "42037",
            "isActive": true,
            "label": "42037",
            "timestamp": 1754494057,
            "tripId": "286207767",
            "routeId": "48",
            "startTime": "11:03:00",
            "position": {
                "lat": 45.62124,
                "lon": -73.6254
            },
            "bearing": 220,
            "speed": 9,
            "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": [
                5
            ],
            "trip": {
                "id": "286207767",
                "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-10-20 15:09:06",
            "meta": {}
        },
        {
            "id": 12708,
            "ref": "42017",
            "isActive": true,
            "label": "42017",
            "timestamp": 1754494065,
            "tripId": "286207079",
            "routeId": "140",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.58989,
                "lon": -73.63415
            },
            "bearing": 227,
            "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": "286207079",
                "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-10-27 06:26:05",
            "meta": {}
        },
        {
            "id": 12721,
            "ref": "42048",
            "isActive": true,
            "label": "42048",
            "timestamp": 1754494055,
            "tripId": "286207849",
            "routeId": "48",
            "startTime": "10:51:00",
            "position": {
                "lat": 45.60006,
                "lon": -73.63927
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "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": "2022-11-03 05:42:06",
            "meta": {}
        },
        {
            "id": 12733,
            "ref": "42036",
            "isActive": true,
            "label": "42036",
            "timestamp": 1754494059,
            "tripId": "286209092",
            "routeId": "48",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.66082,
                "lon": -73.53928
            },
            "bearing": 49,
            "speed": 36,
            "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": "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": "2022-11-15 05:38:04",
            "meta": {}
        },
        {
            "id": 12735,
            "ref": "42018",
            "isActive": true,
            "label": "42018",
            "timestamp": 1754494067,
            "tripId": "286208808",
            "routeId": "48",
            "startTime": "11:07:00",
            "position": {
                "lat": 45.5972,
                "lon": -73.6413
            },
            "bearing": 30,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208808",
                "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-11-15 06:57:04",
            "meta": {}
        },
        {
            "id": 12748,
            "ref": "42006",
            "isActive": true,
            "label": "42006",
            "timestamp": 1754494053,
            "tripId": "289199069",
            "routeId": "175",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.48801,
                "lon": -73.73438
            },
            "bearing": 121,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289199069",
                "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": "2022-11-21 18:14:04",
            "meta": {}
        },
        {
            "id": 12754,
            "ref": "42024",
            "isActive": true,
            "label": "42024",
            "timestamp": 1754494067,
            "tripId": "286208624",
            "routeId": "139",
            "startTime": "11:30:00",
            "position": {
                "lat": 45.59688,
                "lon": -73.64244
            },
            "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": "286208624",
                "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-11-23 15:09:04",
            "meta": {}
        },
        {
            "id": 12756,
            "ref": "42005",
            "isActive": true,
            "label": "42005",
            "timestamp": 1754494068,
            "tripId": "286206891",
            "routeId": "19",
            "startTime": "11:32:00",
            "position": {
                "lat": 45.53362,
                "lon": -73.66116
            },
            "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": "286206891",
                "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": "2022-11-24 06:49:05",
            "meta": {}
        },
        {
            "id": 12826,
            "ref": "31237",
            "isActive": true,
            "label": "31237",
            "timestamp": 1754494071,
            "tripId": "289242877",
            "routeId": "168",
            "startTime": "11:18:00",
            "position": {
                "lat": 45.46273,
                "lon": -73.54237
            },
            "bearing": 15,
            "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": [
                3
            ],
            "trip": {
                "id": "289242877",
                "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": "2022-12-14 06:59:05",
            "meta": {}
        },
        {
            "id": 13078,
            "ref": "42016",
            "isActive": true,
            "label": "42016",
            "timestamp": 1754494057,
            "tripId": "289242705",
            "routeId": "24",
            "startTime": "10:38:00",
            "position": {
                "lat": 45.47594,
                "lon": -73.60693
            },
            "bearing": 0,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289242705",
                "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": "2023-01-18 05:25:04",
            "meta": {}
        },
        {
            "id": 2928838,
            "ref": "44027",
            "isActive": true,
            "label": "44027",
            "timestamp": 1754494062,
            "tripId": "289181872",
            "routeId": "106",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.42561,
                "lon": -73.64034
            },
            "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": [
                4
            ],
            "trip": {
                "id": "289181872",
                "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": "2024-12-23 15:50:07",
            "meta": {}
        },
        {
            "id": 2928840,
            "ref": "44014",
            "isActive": true,
            "label": "44014",
            "timestamp": 1754494063,
            "tripId": "289182730",
            "routeId": "90",
            "startTime": "11:34:00",
            "position": {
                "lat": 45.44303,
                "lon": -73.68033
            },
            "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": "289182730",
                "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": "2024-12-23 18:02:03",
            "meta": {}
        },
        {
            "id": 2928854,
            "ref": "44012",
            "isActive": true,
            "label": "44012",
            "timestamp": 1754494067,
            "tripId": "289183462",
            "routeId": "107",
            "startTime": "10:52:00",
            "position": {
                "lat": 45.48527,
                "lon": -73.55771
            },
            "bearing": 8,
            "speed": 27,
            "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": [
                4
            ],
            "trip": {
                "id": "289183462",
                "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": "2024-12-30 16:20:07",
            "meta": {}
        },
        {
            "id": 2928879,
            "ref": "44001",
            "isActive": true,
            "label": "44001",
            "timestamp": 1754494072,
            "tripId": "289185076",
            "routeId": "211",
            "startTime": "11:05:00",
            "position": {
                "lat": 45.43923,
                "lon": -73.82714
            },
            "bearing": 350,
            "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": [
                4
            ],
            "trip": {
                "id": "289185076",
                "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-01-09 15:20:08",
            "meta": {}
        },
        {
            "id": 2928880,
            "ref": "44018",
            "isActive": true,
            "label": "44018",
            "timestamp": 1754494066,
            "tripId": "289182763",
            "routeId": "90",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.44271,
                "lon": -73.65016
            },
            "bearing": 133,
            "speed": 5,
            "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": "289182763",
                "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": "2025-01-09 16:45:05",
            "meta": {}
        },
        {
            "id": 2928923,
            "ref": "44020",
            "isActive": true,
            "label": "44020",
            "timestamp": 1754494056,
            "tripId": "289184808",
            "routeId": "35",
            "startTime": "11:25:00",
            "position": {
                "lat": 45.44673,
                "lon": -73.60329
            },
            "bearing": 0,
            "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": "289184808",
                "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-01-22 16:03:07",
            "meta": {}
        },
        {
            "id": 2928925,
            "ref": "44015",
            "isActive": true,
            "label": "44015",
            "timestamp": 1754494058,
            "tripId": "289184007",
            "routeId": "113",
            "startTime": "11:06:00",
            "position": {
                "lat": 45.43675,
                "lon": -73.61459
            },
            "bearing": 105,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184007",
                "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": "2025-01-23 06:54:06",
            "meta": {}
        },
        {
            "id": 2928951,
            "ref": "44021",
            "isActive": true,
            "label": "44021",
            "timestamp": 1754494063,
            "tripId": "289181529",
            "routeId": "110",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.43695,
                "lon": -73.69129
            },
            "bearing": 116,
            "speed": 27,
            "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": "289181529",
                "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": "2025-02-05 15:24:06",
            "meta": {}
        },
        {
            "id": 2928952,
            "ref": "44024",
            "isActive": true,
            "label": "44024",
            "timestamp": 1754494059,
            "tripId": "289183775",
            "routeId": "198",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.4263,
                "lon": -73.62605
            },
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183775",
                "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": "2025-02-05 15:33:06",
            "meta": {}
        },
        {
            "id": 2928954,
            "ref": "44033",
            "isActive": true,
            "label": "44033",
            "timestamp": 1754494072,
            "tripId": "289182301",
            "routeId": "61",
            "startTime": "11:28:00",
            "position": {
                "lat": 45.42535,
                "lon": -73.60879
            },
            "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": "289182301",
                "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": "2025-02-05 16:14:08",
            "meta": {}
        },
        {
            "id": 2928982,
            "ref": "44005",
            "isActive": true,
            "label": "44005",
            "timestamp": 1754494054,
            "tripId": "289182540",
            "routeId": "71",
            "startTime": "11:10:00",
            "position": {
                "lat": 45.47949,
                "lon": -73.55314
            },
            "bearing": 180,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182540",
                "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": "2025-02-20 16:06:06",
            "meta": {}
        },
        {
            "id": 2929024,
            "ref": "44007",
            "isActive": true,
            "label": "44007",
            "timestamp": 1754494065,
            "tripId": "289181706",
            "routeId": "36",
            "startTime": "11:11:00",
            "position": {
                "lat": 45.47544,
                "lon": -73.58636
            },
            "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": "289181706",
                "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": "2025-03-06 11:46:06",
            "meta": {}
        },
        {
            "id": 2929026,
            "ref": "44008",
            "isActive": true,
            "label": "44008",
            "timestamp": 1754494057,
            "tripId": "289184113",
            "routeId": "114",
            "startTime": "11:17:00",
            "position": {
                "lat": 45.44031,
                "lon": -73.59526
            },
            "bearing": 31,
            "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": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184113",
                "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": "2025-03-07 15:43:04",
            "meta": {}
        },
        {
            "id": 2929051,
            "ref": "44025",
            "isActive": true,
            "label": "44025",
            "timestamp": 1754494062,
            "tripId": "289182708",
            "routeId": "195",
            "startTime": "11:16:00",
            "position": {
                "lat": 45.44259,
                "lon": -73.62881
            },
            "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": [
                4
            ],
            "trip": {
                "id": "289182708",
                "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": "2025-03-17 15:43:07",
            "meta": {}
        },
        {
            "id": 2929054,
            "ref": "44006",
            "isActive": true,
            "label": "44006",
            "timestamp": 1754494066,
            "tripId": "289181949",
            "routeId": "38",
            "startTime": "10:57:00",
            "position": {
                "lat": 45.4733,
                "lon": -73.60518
            },
            "bearing": 40,
            "speed": 27,
            "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": "289181949",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "38",
                "routeLongName": "De l'Église",
                "shapeLink": "/storage/shapes/stm/380011.json",
                "shapeId": "380011",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-03-18 14:04:05",
            "meta": {}
        },
        {
            "id": 2929156,
            "ref": "44031",
            "isActive": true,
            "label": "44031",
            "timestamp": 1754494068,
            "tripId": "289184366",
            "routeId": "138",
            "startTime": "10:53:00",
            "position": {
                "lat": 45.47913,
                "lon": -73.60332
            },
            "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": [
                4
            ],
            "trip": {
                "id": "289184366",
                "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": "2025-04-17 05:01:04",
            "meta": {}
        },
        {
            "id": 2929189,
            "ref": "44030",
            "isActive": true,
            "label": "44030",
            "timestamp": 1754494071,
            "tripId": "289183755",
            "routeId": "198",
            "startTime": "11:09: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": "289183755",
                "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": "2025-05-01 05:45:09",
            "meta": {}
        }
    ],
    "timestamp": 1754494073,
    "count": 598,
    "geojson": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "properties": {
                    "id": 115,
                    "label": "27535",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62213,
                        45.43961
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 129,
                    "label": "28040",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.81627,
                        45.51263
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 135,
                    "label": "28052",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69341,
                        45.4419
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 185,
                    "label": "29054",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5573,
                        45.48744
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 188,
                    "label": "29063",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57895,
                        45.56347
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 191,
                    "label": "29070",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.8009,
                        45.46432
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 193,
                    "label": "29074",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60437,
                        45.44674
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 196,
                    "label": "29077",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61214,
                        45.44573
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 201,
                    "label": "29086",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.89936,
                        45.41347
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 205,
                    "label": "29092",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61172,
                        45.42406
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 207,
                    "label": "29098",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58539,
                        45.48856
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 210,
                    "label": "29106",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66595,
                        45.43147
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 213,
                    "label": "29125",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56441,
                        45.49272
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 215,
                    "label": "29130",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64658,
                        45.55238
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 219,
                    "label": "29139",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63544,
                        45.43027
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 226,
                    "label": "29147",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55814,
                        45.48057
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 237,
                    "label": "29821",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66542,
                        45.53601
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 240,
                    "label": "29828",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61686,
                        45.60778
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 245,
                    "label": "29834",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67132,
                        45.54983
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 254,
                    "label": "29850",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65482,
                        45.5532
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 260,
                    "label": "30007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70578,
                        45.50212
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 261,
                    "label": "30027",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56313,
                        45.50191
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 268,
                    "label": "30051",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64819,
                        45.42522
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 273,
                    "label": "30073",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6418,
                        45.46943
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 288,
                    "label": "30121",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5327,
                        45.60109
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 298,
                    "label": "30145",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63613,
                        45.58989
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 304,
                    "label": "30155",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61126,
                        45.53147
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 307,
                    "label": "30167",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82806,
                        45.46815
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 319,
                    "label": "30201",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83078,
                        45.46519
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 320,
                    "label": "30212",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.50831,
                        45.6167
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 326,
                    "label": "30234",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.89373,
                        45.43796
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 332,
                    "label": "30250",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72305,
                        45.48728
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 334,
                    "label": "30254",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.79514,
                        45.4996
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 340,
                    "label": "30821",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55136,
                        45.54692
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 343,
                    "label": "30824",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55191,
                        45.55367
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 344,
                    "label": "30825",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59254,
                        45.55693
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 354,
                    "label": "30846",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63487,
                        45.60172
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 357,
                    "label": "30853",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63113,
                        45.60284
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 358,
                    "label": "30857",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.7188,
                        45.53158
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 360,
                    "label": "30862",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57446,
                        45.56105
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 362,
                    "label": "30869",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60933,
                        45.56375
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 364,
                    "label": "30874",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65097,
                        45.5844
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 365,
                    "label": "30875",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6076,
                        45.61858
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 366,
                    "label": "30878",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56023,
                        45.54714
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 367,
                    "label": "30879",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82854,
                        45.46677
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 369,
                    "label": "31005",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58119,
                        45.48285
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 372,
                    "label": "31012",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57233,
                        45.56252
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 373,
                    "label": "31013",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58248,
                        45.52377
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 374,
                    "label": "31016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65591,
                        45.49318
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 375,
                    "label": "31019",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60235,
                        45.53694
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 376,
                    "label": "31031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64662,
                        45.59041
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 377,
                    "label": "31037",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55933,
                        45.59026
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 384,
                    "label": "31049",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60583,
                        45.54383
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 385,
                    "label": "31050",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5401,
                        45.58907
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 386,
                    "label": "31051",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55644,
                        45.50797
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 401,
                    "label": "31103",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67113,
                        45.46262
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 403,
                    "label": "31111",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.8483,
                        45.43703
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 404,
                    "label": "31114",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67838,
                        45.53809
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 407,
                    "label": "31119",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65341,
                        45.52934
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 410,
                    "label": "31129",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5717,
                        45.60622
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 411,
                    "label": "31130",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66314,
                        45.56228
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 415,
                    "label": "31142",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59156,
                        45.56653
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 418,
                    "label": "31147",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59722,
                        45.4939
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 419,
                    "label": "31149",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55257,
                        45.54491
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 422,
                    "label": "31153",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57841,
                        45.54315
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 424,
                    "label": "31158",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51986,
                        45.60152
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 427,
                    "label": "31163",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54277,
                        45.4804
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 430,
                    "label": "31171",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53824,
                        45.59745
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 433,
                    "label": "31175",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55306,
                        45.52404
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 436,
                    "label": "31187",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61133,
                        45.59821
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 440,
                    "label": "31201",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57732,
                        45.49481
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 441,
                    "label": "31203",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56516,
                        45.58051
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 442,
                    "label": "31204",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62381,
                        45.5027
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 443,
                    "label": "31205",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64478,
                        45.53714
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 445,
                    "label": "31209",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54711,
                        45.56927
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 450,
                    "label": "31225",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55491,
                        45.55111
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 453,
                    "label": "31231",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54692,
                        45.56121
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 454,
                    "label": "31232",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56092,
                        45.53574
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 456,
                    "label": "31234",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66889,
                        45.55716
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 457,
                    "label": "31235",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55619,
                        45.49647
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 460,
                    "label": "31811",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6071,
                        45.49557
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 463,
                    "label": "31816",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62155,
                        45.496
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 466,
                    "label": "31825",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63786,
                        45.57648
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 472,
                    "label": "31835",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68868,
                        45.50948
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 474,
                    "label": "31840",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.71088,
                        45.49861
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 475,
                    "label": "31841",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66018,
                        45.61144
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 478,
                    "label": "31846",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66582,
                        45.53507
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 485,
                    "label": "31858",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6562,
                        45.55051
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 490,
                    "label": "32010",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59284,
                        45.56887
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 491,
                    "label": "32011",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55888,
                        45.50762
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 497,
                    "label": "32027",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62377,
                        45.52299
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 501,
                    "label": "32805",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63994,
                        45.59921
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 503,
                    "label": "32807",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61131,
                        45.57542
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 504,
                    "label": "32809",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64885,
                        45.58306
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 505,
                    "label": "33802",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64283,
                        45.51574
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 509,
                    "label": "33813",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63129,
                        45.50046
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 510,
                    "label": "33814",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68369,
                        45.51344
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 519,
                    "label": "33837",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64262,
                        45.5344
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 522,
                    "label": "36003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.52565,
                        45.56986
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 525,
                    "label": "36009",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53818,
                        45.66201
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 532,
                    "label": "36031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58407,
                        45.62089
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 539,
                    "label": "37006",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60358,
                        45.47374
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 541,
                    "label": "37011",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64194,
                        45.51663
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 543,
                    "label": "37015",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64149,
                        45.45451
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 544,
                    "label": "37021",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61385,
                        45.53899
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 547,
                    "label": "37031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64768,
                        45.47186
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 550,
                    "label": "37038",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69387,
                        45.47644
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 551,
                    "label": "37040",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58646,
                        45.52648
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 559,
                    "label": "37062",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.73405,
                        45.44877
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 562,
                    "label": "37071",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68708,
                        45.50221
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 563,
                    "label": "37073",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67285,
                        45.52622
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 568,
                    "label": "37081",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60442,
                        45.47396
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 569,
                    "label": "37082",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68122,
                        45.5259
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 571,
                    "label": "37091",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62354,
                        45.49664
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 572,
                    "label": "37095",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66299,
                        45.45895
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 575,
                    "label": "38003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56937,
                        45.50296
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 576,
                    "label": "38006",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56741,
                        45.50996
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 577,
                    "label": "38007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56995,
                        45.51124
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 580,
                    "label": "38016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53163,
                        45.51205
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 581,
                    "label": "38019",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54382,
                        45.45873
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 585,
                    "label": "38030",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57506,
                        45.49367
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 586,
                    "label": "38037",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58797,
                        45.49133
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 588,
                    "label": "38044",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69225,
                        45.50658
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 590,
                    "label": "38046",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65774,
                        45.49767
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 593,
                    "label": "38052",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82176,
                        45.50885
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 600,
                    "label": "38070",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.79864,
                        45.44873
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 601,
                    "label": "38071",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.76466,
                        45.44171
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 604,
                    "label": "38076",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68542,
                        45.51599
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 606,
                    "label": "38085",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83118,
                        45.46513
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 608,
                    "label": "38088",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60989,
                        45.55243
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 609,
                    "label": "38089",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54713,
                        45.4897
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 611,
                    "label": "38091",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51194,
                        45.60689
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 613,
                    "label": "38094",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60573,
                        45.5848
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 615,
                    "label": "38097",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.52453,
                        45.5067
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 616,
                    "label": "38099",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53971,
                        45.58842
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 618,
                    "label": "39002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6572,
                        45.51617
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 620,
                    "label": "39008",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63953,
                        45.44693
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 622,
                    "label": "39011",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56164,
                        45.51557
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 624,
                    "label": "39015",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72588,
                        45.44845
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 625,
                    "label": "39019",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53333,
                        45.5995
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 626,
                    "label": "39022",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55489,
                        45.44802
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 627,
                    "label": "39028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53233,
                        45.51193
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 630,
                    "label": "39033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55252,
                        45.57106
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 631,
                    "label": "39035",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57289,
                        45.52701
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 634,
                    "label": "39041",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58934,
                        45.63166
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 635,
                    "label": "39043",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63927,
                        45.60006
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 640,
                    "label": "39051",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61227,
                        45.61464
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 641,
                    "label": "39053",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59016,
                        45.60371
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 643,
                    "label": "39055",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55756,
                        45.64694
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 648,
                    "label": "39067",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58254,
                        45.57043
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 650,
                    "label": "39077",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61012,
                        45.63059
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 654,
                    "label": "39086",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58313,
                        45.60894
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 655,
                    "label": "39094",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.48907,
                        45.69034
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 658,
                    "label": "39098",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5968,
                        45.64371
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 661,
                    "label": "39102",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56998,
                        45.59742
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 664,
                    "label": "39106",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65781,
                        45.57127
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 667,
                    "label": "39115",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58377,
                        45.57618
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 668,
                    "label": "39116",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59306,
                        45.63471
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 670,
                    "label": "39120",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5621,
                        45.65038
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 671,
                    "label": "39123",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61755,
                        45.60742
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 673,
                    "label": "39125",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53426,
                        45.59794
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 825,
                    "label": "29009",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63541,
                        45.48293
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 834,
                    "label": "30222",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.84511,
                        45.51027
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 842,
                    "label": "32028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.49294,
                        45.64045
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 847,
                    "label": "36004",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61314,
                        45.60057
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 848,
                    "label": "36016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58462,
                        45.61507
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 854,
                    "label": "37045",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62601,
                        45.52778
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 856,
                    "label": "37084",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62759,
                        45.47035
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 861,
                    "label": "39024",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53671,
                        45.46978
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1047,
                    "label": "31197",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61969,
                        45.60521
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1048,
                    "label": "36013",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53356,
                        45.59911
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1049,
                    "label": "39031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56833,
                        45.52005
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1071,
                    "label": "30802",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60058,
                        45.55988
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1083,
                    "label": "29067",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.81832,
                        45.44221
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1106,
                    "label": "37044",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66053,
                        45.50526
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1108,
                    "label": "38068",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68383,
                        45.5146
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1114,
                    "label": "39039",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5625,
                        45.53239
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1129,
                    "label": "39003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66832,
                        45.44637
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1134,
                    "label": "29100",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58023,
                        45.48178
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1140,
                    "label": "36012",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.52988,
                        45.60522
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1145,
                    "label": "37102",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63564,
                        45.50257
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1167,
                    "label": "30098",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83125,
                        45.46641
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1186,
                    "label": "31113",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64378,
                        45.53459
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1192,
                    "label": "29007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51982,
                        45.62453
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1196,
                    "label": "30097",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60706,
                        45.51514
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1201,
                    "label": "31032",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5788,
                        45.49956
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1225,
                    "label": "37066",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70731,
                        45.50196
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1226,
                    "label": "39007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56992,
                        45.49927
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1227,
                    "label": "39092",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5972,
                        45.58752
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1251,
                    "label": "30060",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56905,
                        45.5577
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1260,
                    "label": "31194",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54677,
                        45.56916
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1261,
                    "label": "32032",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53378,
                        45.59875
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1264,
                    "label": "37049",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64972,
                        45.50064
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1276,
                    "label": "31033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61501,
                        45.61722
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1296,
                    "label": "29156",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74743,
                        45.45708
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1299,
                    "label": "30815",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55868,
                        45.54852
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1306,
                    "label": "31189",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.87806,
                        45.4671
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1309,
                    "label": "33842",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58031,
                        45.51274
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1317,
                    "label": "38083",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.79412,
                        45.4814
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1352,
                    "label": "37072",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64099,
                        45.49515
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1378,
                    "label": "38098",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57366,
                        45.57825
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1384,
                    "label": "29109",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58128,
                        45.48257
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1387,
                    "label": "30086",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59811,
                        45.51702
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1389,
                    "label": "30801",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6659,
                        45.55995
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1397,
                    "label": "31126",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68404,
                        45.5358
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1427,
                    "label": "29117",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57015,
                        45.50335
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1486,
                    "label": "31198",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57146,
                        45.50399
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1489,
                    "label": "38004",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54864,
                        45.61487
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1497,
                    "label": "28093",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.93926,
                        45.40394
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1531,
                    "label": "28081",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74286,
                        45.44719
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1557,
                    "label": "39072",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57169,
                        45.64508
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1598,
                    "label": "36017",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51348,
                        45.64467
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1599,
                    "label": "37065",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60532,
                        45.47319
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1601,
                    "label": "39078",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54768,
                        45.57527
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1622,
                    "label": "37099",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70525,
                        45.50304
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1625,
                    "label": "39006",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58406,
                        45.48175
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1658,
                    "label": "39118",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55972,
                        45.58825
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1694,
                    "label": "33822",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61449,
                        45.49531
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1695,
                    "label": "37017",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5946,
                        45.56301
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1696,
                    "label": "37022",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62264,
                        45.47577
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1699,
                    "label": "39016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55029,
                        45.6244
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1715,
                    "label": "29048",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59074,
                        45.45704
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1726,
                    "label": "31820",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5849,
                        45.51463
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1745,
                    "label": "29021",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59792,
                        45.53164
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1748,
                    "label": "30091",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64148,
                        45.45427
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1749,
                    "label": "30154",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.49059,
                        45.68491
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1757,
                    "label": "30845",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.71372,
                        45.53637
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1763,
                    "label": "38079",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.87456,
                        45.46759
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1787,
                    "label": "30045",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59282,
                        45.63471
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1795,
                    "label": "30866",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6162,
                        45.57739
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1803,
                    "label": "36042",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55276,
                        45.6661
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1804,
                    "label": "38014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61351,
                        45.4764
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1805,
                    "label": "38096",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55852,
                        45.5355
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1806,
                    "label": "39034",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56788,
                        45.49842
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1844,
                    "label": "37088",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62182,
                        45.47671
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1871,
                    "label": "31184",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55383,
                        45.50214
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1873,
                    "label": "36007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5108,
                        45.65292
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1896,
                    "label": "30171",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67717,
                        45.4988
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1903,
                    "label": "36033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59708,
                        45.56023
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1905,
                    "label": "39117",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60631,
                        45.56741
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1947,
                    "label": "31236",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59916,
                        45.55925
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1948,
                    "label": "38028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56949,
                        45.51236
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1949,
                    "label": "38034",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53259,
                        45.50813
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1979,
                    "label": "31166",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56009,
                        45.53922
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1982,
                    "label": "38043",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.75063,
                        45.44992
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2009,
                    "label": "31223",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53055,
                        45.5168
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2077,
                    "label": "30010",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65079,
                        45.48899
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2110,
                    "label": "30876",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63748,
                        45.57334
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2111,
                    "label": "31125",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6392,
                        45.5761
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2120,
                    "label": "29107",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6061,
                        45.45155
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2132,
                    "label": "30246",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.86496,
                        45.48025
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2151,
                    "label": "38008",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55162,
                        45.52374
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2155,
                    "label": "38057",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83261,
                        45.46624
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2156,
                    "label": "39020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6196,
                        45.47975
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2159,
                    "label": "39038",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60052,
                        45.48149
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2180,
                    "label": "29846",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6067,
                        45.61897
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2185,
                    "label": "37106",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60757,
                        45.49557
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2224,
                    "label": "31806",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.79604,
                        45.47879
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2323,
                    "label": "38081",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.88624,
                        45.43884
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2359,
                    "label": "36046",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.50515,
                        45.66955
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2361,
                    "label": "38018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54606,
                        45.55369
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2372,
                    "label": "38032",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58382,
                        45.48988
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2388,
                    "label": "36023",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62547,
                        45.61178
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2390,
                    "label": "36028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53465,
                        45.59697
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2401,
                    "label": "32808",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67995,
                        45.51641
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2462,
                    "label": "39044",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54351,
                        45.59144
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2463,
                    "label": "31024",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61788,
                        45.54285
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2465,
                    "label": "28084",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69244,
                        45.43983
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2477,
                    "label": "31070",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53698,
                        45.46979
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2488,
                    "label": "37048",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5623,
                        45.57944
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2490,
                    "label": "36036",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.50964,
                        45.66974
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2493,
                    "label": "30117",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51056,
                        45.66416
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2497,
                    "label": "36048",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6674,
                        45.5571
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2505,
                    "label": "31099",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61372,
                        45.53969
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2507,
                    "label": "30178",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.91955,
                        45.46155
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2512,
                    "label": "31017",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65908,
                        45.47517
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2514,
                    "label": "30826",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70981,
                        45.49798
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2523,
                    "label": "31066",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58437,
                        45.57483
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2535,
                    "label": "31122",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5797,
                        45.50673
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2540,
                    "label": "30856",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64135,
                        45.59715
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2541,
                    "label": "30076",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58389,
                        45.48983
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2548,
                    "label": "31862",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62887,
                        45.57224
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2566,
                    "label": "31078",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57103,
                        45.52892
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2572,
                    "label": "38001",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53598,
                        45.52148
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2584,
                    "label": "30251",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54933,
                        45.55057
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2586,
                    "label": "29128",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6514,
                        45.44151
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2588,
                    "label": "37034",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67135,
                        45.52564
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2590,
                    "label": "29855",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59966,
                        45.55935
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2592,
                    "label": "31176",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56003,
                        45.51482
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2597,
                    "label": "38069",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.75179,
                        45.51151
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2600,
                    "label": "31155",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53941,
                        45.47244
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2612,
                    "label": "29030",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67113,
                        45.46262
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2631,
                    "label": "39107",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51506,
                        45.6105
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2632,
                    "label": "38025",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56483,
                        45.51693
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2640,
                    "label": "37020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63953,
                        45.54413
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2647,
                    "label": "37098",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.87323,
                        45.45709
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2652,
                    "label": "32013",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.43352,
                        45.43679
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2661,
                    "label": "37089",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.86278,
                        45.45641
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2668,
                    "label": "30034",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56901,
                        45.5484
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2669,
                    "label": "38078",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.78799,
                        45.44945
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2683,
                    "label": "39127",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57785,
                        45.58334
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2703,
                    "label": "37104",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60835,
                        45.53037
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2705,
                    "label": "29116",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5793,
                        45.4821
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2707,
                    "label": "30114",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5435,
                        45.60943
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2712,
                    "label": "37033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65932,
                        45.49789
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2715,
                    "label": "37016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60941,
                        45.47386
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2716,
                    "label": "31230",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55197,
                        45.5239
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2722,
                    "label": "38041",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83144,
                        45.4654
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2743,
                    "label": "31091",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56146,
                        45.5356
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2751,
                    "label": "31134",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63859,
                        45.60675
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2759,
                    "label": "39129",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54364,
                        45.60949
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2766,
                    "label": "30165",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51904,
                        45.60276
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2779,
                    "label": "39056",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.4806,
                        45.70104
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2790,
                    "label": "31086",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66891,
                        45.53519
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2796,
                    "label": "30137",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59393,
                        45.59986
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2801,
                    "label": "39146",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51431,
                        45.57864
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2806,
                    "label": "32025",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51076,
                        45.65305
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2812,
                    "label": "29101",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58221,
                        45.47892
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2820,
                    "label": "31026",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57849,
                        45.51126
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2824,
                    "label": "31832",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5338,
                        45.54726
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2828,
                    "label": "31200",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.50359,
                        45.67361
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2832,
                    "label": "31226",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55591,
                        45.51535
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2835,
                    "label": "39062",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62012,
                        45.60211
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2842,
                    "label": "32017",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.49914,
                        45.65107
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2854,
                    "label": "30219",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60142,
                        45.53795
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2855,
                    "label": "39027",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55122,
                        45.54676
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2861,
                    "label": "30872",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64119,
                        45.59734
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2863,
                    "label": "31059",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57135,
                        45.65488
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2864,
                    "label": "30078",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5891,
                        45.51601
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2866,
                    "label": "31088",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57813,
                        45.55575
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2870,
                    "label": "30877",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63949,
                        45.59283
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2871,
                    "label": "30033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65913,
                        45.4396
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2887,
                    "label": "30106",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53841,
                        45.55464
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2888,
                    "label": "30225",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63322,
                        45.49932
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2889,
                    "label": "31014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59203,
                        45.5837
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2902,
                    "label": "31056",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55196,
                        45.56462
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2904,
                    "label": "31041",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64617,
                        45.47289
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2914,
                    "label": "31011",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63432,
                        45.49805
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2916,
                    "label": "30047",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64739,
                        45.44213
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2923,
                    "label": "33840",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62465,
                        45.53008
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2934,
                    "label": "31083",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57535,
                        45.65237
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2935,
                    "label": "29014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61511,
                        45.52024
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2943,
                    "label": "31156",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57852,
                        45.53801
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2945,
                    "label": "39136",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51469,
                        45.57877
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2950,
                    "label": "39004",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5644,
                        45.50574
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2955,
                    "label": "30256",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5023,
                        45.63673
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2970,
                    "label": "29069",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64914,
                        45.47966
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2973,
                    "label": "31133",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72334,
                        45.52973
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2979,
                    "label": "30848",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62342,
                        45.60558
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2991,
                    "label": "36001",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59558,
                        45.56191
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2993,
                    "label": "39149",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53233,
                        45.60085
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2995,
                    "label": "30028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58833,
                        45.45843
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3001,
                    "label": "37094",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62685,
                        45.46484
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3003,
                    "label": "31809",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62763,
                        45.49876
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3004,
                    "label": "33824",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56782,
                        45.50941
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3014,
                    "label": "37063",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74973,
                        45.4576
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3029,
                    "label": "32029",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59357,
                        45.5998
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3033,
                    "label": "39141",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57066,
                        45.57298
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3036,
                    "label": "40001",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58524,
                        45.48702
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3039,
                    "label": "30157",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56467,
                        45.517
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3040,
                    "label": "27529",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60929,
                        45.43584
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3059,
                    "label": "30192",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5427,
                        45.58259
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3063,
                    "label": "30071",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56065,
                        45.54533
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3064,
                    "label": "31847",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59913,
                        45.56998
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3069,
                    "label": "31002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56352,
                        45.5065
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3071,
                    "label": "37105",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69437,
                        45.49459
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3084,
                    "label": "31810",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60574,
                        45.52378
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3085,
                    "label": "31003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5797,
                        45.4839
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3086,
                    "label": "32810",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63689,
                        45.57608
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3089,
                    "label": "30069",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.7144,
                        45.44498
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3090,
                    "label": "30095",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70758,
                        45.52452
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3105,
                    "label": "29015",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5918,
                        45.5487
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3106,
                    "label": "31807",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64252,
                        45.50557
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3109,
                    "label": "39145",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56655,
                        45.59238
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3117,
                    "label": "40008",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63374,
                        45.4309
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3124,
                    "label": "40030",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74235,
                        45.44818
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3126,
                    "label": "40006",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57008,
                        45.47578
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3127,
                    "label": "40003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61176,
                        45.46735
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3128,
                    "label": "40029",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61156,
                        45.47795
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3129,
                    "label": "40032",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63319,
                        45.43918
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3130,
                    "label": "40018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58221,
                        45.48201
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3132,
                    "label": "40015",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56651,
                        45.47067
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3137,
                    "label": "39130",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58197,
                        45.6104
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3138,
                    "label": "40016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65297,
                        45.46146
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3141,
                    "label": "40028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58027,
                        45.43993
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3144,
                    "label": "30229",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82407,
                        45.47027
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3145,
                    "label": "38082",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.73589,
                        45.52425
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3147,
                    "label": "31030",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58864,
                        45.55235
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3149,
                    "label": "30852",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65121,
                        45.58187
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3152,
                    "label": "29020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54257,
                        45.58268
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3154,
                    "label": "30182",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66636,
                        45.53572
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3160,
                    "label": "40034",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57214,
                        45.49525
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3166,
                    "label": "40033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61102,
                        45.4262
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3172,
                    "label": "40031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58083,
                        45.49431
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3173,
                    "label": "40038",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59526,
                        45.47564
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3181,
                    "label": "40039",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62617,
                        45.45492
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3185,
                    "label": "40020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.89721,
                        45.43668
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3194,
                    "label": "40007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66819,
                        45.47082
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3215,
                    "label": "30012",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.81642,
                        45.44266
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3218,
                    "label": "40043",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60872,
                        45.4291
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3221,
                    "label": "40013",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59863,
                        45.43866
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3249,
                    "label": "40002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60745,
                        45.47057
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3254,
                    "label": "31045",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53989,
                        45.59416
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3256,
                    "label": "30002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55199,
                        45.51471
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3267,
                    "label": "40055",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58092,
                        45.48299
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3277,
                    "label": "31861",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59421,
                        45.55737
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3282,
                    "label": "30161",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56031,
                        45.60249
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3289,
                    "label": "33836",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64236,
                        45.50587
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3291,
                    "label": "40026",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60439,
                        45.44682
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3295,
                    "label": "31018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60023,
                        45.53147
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3303,
                    "label": "40057",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.7427,
                        45.44861
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3305,
                    "label": "40025",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.589,
                        45.47248
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3310,
                    "label": "40058",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57571,
                        45.46229
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3313,
                    "label": "40060",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57146,
                        45.46511
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3317,
                    "label": "39147",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53998,
                        45.58987
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3319,
                    "label": "33841",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.577,
                        45.49252
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3322,
                    "label": "39081",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.52387,
                        45.59449
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3324,
                    "label": "38017",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61013,
                        45.60075
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3327,
                    "label": "40050",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58751,
                        45.43887
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3332,
                    "label": "29035",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53419,
                        45.5965
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3336,
                    "label": "29115",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56535,
                        45.46183
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3348,
                    "label": "29114",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64181,
                        45.41742
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3351,
                    "label": "31043",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59475,
                        45.53516
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3359,
                    "label": "29113",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60659,
                        45.47329
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3364,
                    "label": "30084",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61514,
                        45.54158
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3370,
                    "label": "30113",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58719,
                        45.56511
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3373,
                    "label": "40045",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58126,
                        45.48257
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3380,
                    "label": "33820",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57912,
                        45.49564
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3399,
                    "label": "30129",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61887,
                        45.61503
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7023,
                    "label": "30207",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6021,
                        45.52561
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7076,
                    "label": "31169",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61485,
                        45.5617
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7082,
                    "label": "39082",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.52676,
                        45.59396
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7099,
                    "label": "29032",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62994,
                        45.52907
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7110,
                    "label": "37003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61301,
                        45.50972
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7410,
                    "label": "40098",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55735,
                        45.51376
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7414,
                    "label": "40089",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.76749,
                        45.44916
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7423,
                    "label": "40065",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57977,
                        45.48402
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7425,
                    "label": "40104",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58195,
                        45.53252
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7426,
                    "label": "40106",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6485,
                        45.5248
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7807,
                    "label": "40085",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59873,
                        45.47683
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7829,
                    "label": "40110",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53849,
                        45.48731
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7887,
                    "label": "40062",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.94014,
                        45.40367
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8101,
                    "label": "40119",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57251,
                        45.53856
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8102,
                    "label": "40100",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66593,
                        45.52011
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8487,
                    "label": "40083",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60193,
                        45.42739
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8505,
                    "label": "40107",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59386,
                        45.53615
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8732,
                    "label": "30063",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61264,
                        45.46267
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8765,
                    "label": "40067",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66061,
                        45.43046
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8766,
                    "label": "40113",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72732,
                        45.44848
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8848,
                    "label": "40095",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66906,
                        45.50513
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8851,
                    "label": "40081",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64808,
                        45.42538
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8893,
                    "label": "40105",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56386,
                        45.49773
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8894,
                    "label": "40076",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58097,
                        45.48297
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8907,
                    "label": "40092",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64825,
                        45.46088
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8915,
                    "label": "40094",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56401,
                        45.52066
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8917,
                    "label": "40111",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6264,
                        45.48684
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9051,
                    "label": "40139",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82912,
                        45.4694
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9080,
                    "label": "40156",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.80853,
                        45.45712
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9098,
                    "label": "40133",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58679,
                        45.47703
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9099,
                    "label": "40178",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.85994,
                        45.42615
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9102,
                    "label": "40140",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74232,
                        45.44763
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9111,
                    "label": "40175",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.71857,
                        45.53122
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9114,
                    "label": "40176",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68639,
                        45.43795
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9203,
                    "label": "40124",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.87608,
                        45.44369
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9204,
                    "label": "40126",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.81547,
                        45.51193
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9205,
                    "label": "40129",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70654,
                        45.47915
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9206,
                    "label": "40131",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66702,
                        45.55644
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9209,
                    "label": "40135",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83078,
                        45.46519
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9210,
                    "label": "40137",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.76118,
                        45.48119
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9213,
                    "label": "40142",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.73402,
                        45.50355
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9214,
                    "label": "40144",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69006,
                        45.51327
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9216,
                    "label": "40148",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68439,
                        45.51534
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9217,
                    "label": "40149",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83115,
                        45.4656
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9219,
                    "label": "40154",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70629,
                        45.49561
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9226,
                    "label": "40172",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6852,
                        45.51581
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9227,
                    "label": "40173",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67834,
                        45.5116
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9228,
                    "label": "40177",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70988,
                        45.52568
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9235,
                    "label": "40188",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69479,
                        45.52776
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9239,
                    "label": "40200",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.75795,
                        45.44971
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9240,
                    "label": "40204",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.71933,
                        45.45449
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9241,
                    "label": "40205",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74683,
                        45.50068
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9242,
                    "label": "40213",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.78951,
                        45.49365
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9243,
                    "label": "40215",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.87155,
                        45.49834
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9245,
                    "label": "40152",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72889,
                        45.52767
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9246,
                    "label": "40162",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.84837,
                        45.49433
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9248,
                    "label": "40194",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.76044,
                        45.44543
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9253,
                    "label": "40198",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74844,
                        45.51327
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9259,
                    "label": "40183",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.80733,
                        45.49364
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9260,
                    "label": "40196",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70099,
                        45.49982
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9262,
                    "label": "40174",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.88135,
                        45.41967
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9264,
                    "label": "40222",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66661,
                        45.44197
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9266,
                    "label": "40220",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56754,
                        45.45237
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9272,
                    "label": "40225",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56663,
                        45.4679
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9275,
                    "label": "40226",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60848,
                        45.42025
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9281,
                    "label": "40160",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69792,
                        45.50968
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9282,
                    "label": "40214",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74365,
                        45.51833
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9284,
                    "label": "40211",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.86461,
                        45.48049
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9286,
                    "label": "40208",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.73389,
                        45.50021
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9295,
                    "label": "40224",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55392,
                        45.46585
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9297,
                    "label": "40153",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70351,
                        45.52634
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9298,
                    "label": "40201",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74239,
                        45.49847
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9303,
                    "label": "40206",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65147,
                        45.49314
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9313,
                    "label": "40249",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62671,
                        45.46491
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9314,
                    "label": "40230",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64827,
                        45.4718
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9316,
                    "label": "40235",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64798,
                        45.44364
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9320,
                    "label": "40216",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68826,
                        45.50982
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9325,
                    "label": "40170",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83628,
                        45.46173
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9330,
                    "label": "40239",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55696,
                        45.49395
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9336,
                    "label": "40240",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54967,
                        45.45069
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9339,
                    "label": "40112",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5528,
                        45.55113
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9352,
                    "label": "40244",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62794,
                        45.46331
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9358,
                    "label": "40233",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64706,
                        45.44225
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10677,
                    "label": "41003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66791,
                        45.55554
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10678,
                    "label": "41014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.42921,
                        45.45002
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10684,
                    "label": "41016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62775,
                        45.48531
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10686,
                    "label": "41020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64148,
                        45.45427
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10687,
                    "label": "41022",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62061,
                        45.50133
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10688,
                    "label": "41024",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58788,
                        45.52616
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10693,
                    "label": "41028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63265,
                        45.47964
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10709,
                    "label": "41002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60322,
                        45.49697
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10710,
                    "label": "41026",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6273,
                        45.48582
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10733,
                    "label": "41030",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59172,
                        45.53068
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10735,
                    "label": "41033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5121,
                        45.61173
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10737,
                    "label": "41032",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56171,
                        45.54259
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10740,
                    "label": "41038",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63473,
                        45.47186
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10741,
                    "label": "41023",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.43898,
                        45.4456
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10746,
                    "label": "41031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61354,
                        45.51275
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10753,
                    "label": "41007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61969,
                        45.49771
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10794,
                    "label": "41029",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59203,
                        45.52172
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10814,
                    "label": "41012",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58794,
                        45.52608
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10861,
                    "label": "41058",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5338,
                        45.54726
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10868,
                    "label": "41057",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59529,
                        45.56604
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10870,
                    "label": "41047",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65581,
                        45.56377
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10875,
                    "label": "41055",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66629,
                        45.54042
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10880,
                    "label": "41065",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58202,
                        45.64668
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10884,
                    "label": "41069",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64023,
                        45.54409
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10887,
                    "label": "41063",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5603,
                        45.50665
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10894,
                    "label": "41074",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58533,
                        45.64454
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10910,
                    "label": "41062",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63379,
                        45.55968
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10936,
                    "label": "41073",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66549,
                        45.56054
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11045,
                    "label": "40914",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67963,
                        45.53648
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11049,
                    "label": "41113",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65974,
                        45.47213
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11051,
                    "label": "41111",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65437,
                        45.56635
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11056,
                    "label": "41108",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6674,
                        45.55721
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11058,
                    "label": "41087",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55271,
                        45.52277
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11071,
                    "label": "41107",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67065,
                        45.55026
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11072,
                    "label": "41117",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56368,
                        45.5098
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11077,
                    "label": "41120",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58633,
                        45.52008
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11083,
                    "label": "41128",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63212,
                        45.58878
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11093,
                    "label": "41088",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62728,
                        45.53768
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11101,
                    "label": "41098",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6587,
                        45.55154
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11102,
                    "label": "41092",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6198,
                        45.6068
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11110,
                    "label": "41127",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65527,
                        45.5372
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11111,
                    "label": "41123",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63974,
                        45.57204
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11136,
                    "label": "41122",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62856,
                        45.54364
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11143,
                    "label": "41080",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65913,
                        45.5707
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11145,
                    "label": "41129",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66243,
                        45.56261
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11149,
                    "label": "41091",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62023,
                        45.53564
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11159,
                    "label": "41126",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65955,
                        45.56839
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11162,
                    "label": "41090",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59574,
                        45.57934
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11169,
                    "label": "41076",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58389,
                        45.53722
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11171,
                    "label": "41084",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61063,
                        45.57513
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12615,
                    "label": "42013",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63969,
                        45.58197
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12636,
                    "label": "42020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60056,
                        45.49947
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12637,
                    "label": "42032",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61813,
                        45.50405
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12639,
                    "label": "42019",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59142,
                        45.56647
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12640,
                    "label": "42035",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61732,
                        45.6075
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12650,
                    "label": "42014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60238,
                        45.57151
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12656,
                    "label": "42040",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6071,
                        45.49557
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12660,
                    "label": "42011",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66004,
                        45.54703
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12675,
                    "label": "42039",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6157,
                        45.55767
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12681,
                    "label": "42037",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6254,
                        45.62124
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12708,
                    "label": "42017",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63415,
                        45.58989
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12721,
                    "label": "42048",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63927,
                        45.60006
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12733,
                    "label": "42036",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53928,
                        45.66082
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12735,
                    "label": "42018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6413,
                        45.5972
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12748,
                    "label": "42006",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.73438,
                        45.48801
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12754,
                    "label": "42024",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64244,
                        45.59688
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12756,
                    "label": "42005",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66116,
                        45.53362
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12826,
                    "label": "31237",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54237,
                        45.46273
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 13078,
                    "label": "42016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60693,
                        45.47594
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928838,
                    "label": "44027",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64034,
                        45.42561
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928840,
                    "label": "44014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68033,
                        45.44303
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928854,
                    "label": "44012",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55771,
                        45.48527
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928879,
                    "label": "44001",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82714,
                        45.43923
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928880,
                    "label": "44018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65016,
                        45.44271
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928923,
                    "label": "44020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60329,
                        45.44673
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928925,
                    "label": "44015",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61459,
                        45.43675
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928951,
                    "label": "44021",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69129,
                        45.43695
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928952,
                    "label": "44024",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62605,
                        45.4263
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928954,
                    "label": "44033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60879,
                        45.42535
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928982,
                    "label": "44005",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55314,
                        45.47949
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929024,
                    "label": "44007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58636,
                        45.47544
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929026,
                    "label": "44008",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59526,
                        45.44031
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929051,
                    "label": "44025",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62881,
                        45.44259
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929054,
                    "label": "44006",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60518,
                        45.4733
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929156,
                    "label": "44031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60332,
                        45.47913
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929189,
                    "label": "44030",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69226,
                        45.43961
                    ]
                }
            }
        ]
    }
}
 

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.62213,
                    45.43961
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183233",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:19: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": "27535",
                    "label": "27535",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 115
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81627,
                    45.51263
                ]
            },
            "properties": {
                "trip": {
                    "id": "286062389",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "28040",
                    "label": "28040",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 148,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 129
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69341,
                    45.4419
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184546",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:15: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": "28052",
                    "label": "28052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 90,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 135
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5573,
                    45.48744
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183284",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:16: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": "29054",
                    "label": "29054",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 187,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 185
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57895,
                    45.56347
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200780",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:00: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": "29063",
                    "label": "29063",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 188
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8009,
                    45.46432
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060958",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:42: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": "29070",
                    "label": "29070",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 16
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 191
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60437,
                    45.44674
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182655",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:03: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": "29074",
                    "label": "29074",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 147,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 193
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61214,
                    45.44573
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183259",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06: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": "29077",
                    "label": "29077",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 196
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89936,
                    45.41347
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185326",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17: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": "29086",
                    "label": "29086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 68,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 201
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61172,
                    45.42406
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183845",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:08: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": "29092",
                    "label": "29092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 309,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 205
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58539,
                    45.48856
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182615",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35: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": "29098",
                    "label": "29098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 315,
                    "odometer": 0,
                    "speed": 28
                },
                "agencyId": 1,
                "currentStopSequence": 53,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754493700,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 207
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66595,
                    45.43147
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184830",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "29106",
                    "label": "29106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 182,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 210
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56441,
                    45.49272
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183417",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13: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": "29125",
                    "label": "29125",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 306,
                    "odometer": 0,
                    "speed": 8
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 213
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64658,
                    45.55238
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202029",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11: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": "29130",
                    "label": "29130",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 215
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63544,
                    45.43027
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181836",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:16: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": "29139",
                    "label": "29139",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 65,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 219
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55814,
                    45.48057
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182144",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:25: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": "29147",
                    "label": "29147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 83,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 226
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66542,
                    45.53601
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207790",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:02: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": "29821",
                    "label": "29821",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 9,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 237
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61686,
                    45.60778
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207635",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22: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": "29828",
                    "label": "29828",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 245,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 240
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67132,
                    45.54983
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209193",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:40: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": "29834",
                    "label": "29834",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 21
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 245
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65482,
                    45.5532
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207705",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "29850",
                    "label": "29850",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494053,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 254
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70578,
                    45.50212
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197844",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:59: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": "30007",
                    "label": "30007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 313,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 260
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56313,
                    45.50191
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181747",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:43: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": "30027",
                    "label": "30027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 261
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64819,
                    45.42522
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181552",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28: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": "30051",
                    "label": "30051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 244,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 268
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6418,
                    45.46943
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209590",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10: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": "30073",
                    "label": "30073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 273
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5327,
                    45.60109
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216657",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:03: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": "30121",
                    "label": "30121",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 288
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63613,
                    45.58989
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216209",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43: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": "30145",
                    "label": "30145",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 323,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 298
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61126,
                    45.53147
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201439",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:29: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": "30155",
                    "label": "30155",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 304
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82806,
                    45.46815
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059031",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:24: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": "30167",
                    "label": "30167",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 307
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83078,
                    45.46519
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059091",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:37: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": "30201",
                    "label": "30201",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 319
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50831,
                    45.6167
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216255",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:02: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": "30212",
                    "label": "30212",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 195,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 320
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89373,
                    45.43796
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058862",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "30234",
                    "label": "30234",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 245,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 326
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72305,
                    45.48728
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061110",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:12: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": "30250",
                    "label": "30250",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 308,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 332
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79514,
                    45.4996
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059466",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:14: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": "30254",
                    "label": "30254",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 74,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 334
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55136,
                    45.54692
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208917",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:24: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": "30821",
                    "label": "30821",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 340
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55191,
                    45.55367
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206533",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "10:46: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": "30824",
                    "label": "30824",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 114,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 343
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59254,
                    45.55693
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207523",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:12: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": "30825",
                    "label": "30825",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 42
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 344
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63487,
                    45.60172
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209069",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:11: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": "30846",
                    "label": "30846",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 244,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 354
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63113,
                    45.60284
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206661",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "10: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": "30853",
                    "label": "30853",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 357
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7188,
                    45.53158
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209129",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:44: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": "30857",
                    "label": "30857",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 358
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57446,
                    45.56105
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206649",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "11: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": "30862",
                    "label": "30862",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 360
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60933,
                    45.56375
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209218",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:00: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": "30869",
                    "label": "30869",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 362
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65097,
                    45.5844
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207550",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11: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": "30874",
                    "label": "30874",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 364
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6076,
                    45.61858
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206600",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11:30: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": "30875",
                    "label": "30875",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 365
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56023,
                    45.54714
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207684",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:54: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": "30878",
                    "label": "30878",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 111,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 366
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82854,
                    45.46677
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199320",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:59: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": "30879",
                    "label": "30879",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 145,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 367
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58119,
                    45.48285
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199671",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470003"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31005",
                    "label": "31005",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 49,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 369
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57233,
                    45.56252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200820",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:14: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": "31012",
                    "label": "31012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 205,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 372
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58248,
                    45.52377
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201364",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10: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": "31013",
                    "label": "31013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 373
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65591,
                    45.49318
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200895",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28: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": "31016",
                    "label": "31016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 374
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60235,
                    45.53694
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201005",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17: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": "31019",
                    "label": "31019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 375
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64662,
                    45.59041
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215219",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:31: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": "31031",
                    "label": "31031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 376
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55933,
                    45.59026
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201908",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:43: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": 24,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 377
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60583,
                    45.54383
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201554",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21: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": "31049",
                    "label": "31049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 35,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 384
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5401,
                    45.58907
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214923",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:44: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": "31050",
                    "label": "31050",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 385
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55644,
                    45.50797
                ]
            },
            "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": "31051",
                    "label": "31051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754493612,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 386
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67113,
                    45.46262
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201381",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28: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": "31103",
                    "label": "31103",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 117,
                    "odometer": 0,
                    "speed": 13
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 401
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8483,
                    45.43703
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059402",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:50: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": 158,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 403
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67838,
                    45.53809
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207299",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "31114",
                    "label": "31114",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 404
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65341,
                    45.52934
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208503",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44: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": "31119",
                    "label": "31119",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 4
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 407
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5717,
                    45.60622
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207748",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:35: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": "31129",
                    "label": "31129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 410
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66314,
                    45.56228
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207133",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:23: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": "31130",
                    "label": "31130",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 64,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 411
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59156,
                    45.56653
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207870",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "410002"
                },
                "route": {
                    "id": "41",
                    "shortName": "41",
                    "longName": "Quartier Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31142",
                    "label": "31142",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 120,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 58,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 415
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59722,
                    45.4939
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200857",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:20: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": "31147",
                    "label": "31147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 418
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55257,
                    45.54491
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242216",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:41: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": "31149",
                    "label": "31149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 207,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 53,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 419
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57841,
                    45.54315
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243302",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:10: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": "31153",
                    "label": "31153",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 422
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51986,
                    45.60152
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243464",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:46: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": 104,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 424
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54277,
                    45.4804
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242988",
                    "shortName": null,
                    "headsign": "Sud via Wellington / Bridge",
                    "startTime": "11:07: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": "31163",
                    "label": "31163",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 284,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 427
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53824,
                    45.59745
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243558",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:08: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": "31171",
                    "label": "31171",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 114,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 430
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55306,
                    45.52404
                ]
            },
            "properties": {
                "trip": {
                    "id": "289230620",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:28: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": "31175",
                    "label": "31175",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 433
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61133,
                    45.59821
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216378",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:07: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": "31187",
                    "label": "31187",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 151,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 436
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57732,
                    45.49481
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201228",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:56: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": "31201",
                    "label": "31201",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 440
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56516,
                    45.58051
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201821",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:12: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": "31203",
                    "label": "31203",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 441
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62381,
                    45.5027
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201986",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:51: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": "31204",
                    "label": "31204",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 442
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64478,
                    45.53714
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206974",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10: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": "31205",
                    "label": "31205",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754493888,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 443
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54711,
                    45.56927
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242454",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "220002"
                },
                "route": {
                    "id": "22",
                    "shortName": "22",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31209",
                    "label": "31209",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 445
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55491,
                    45.55111
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243433",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "31225",
                    "label": "31225",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 1,
                    "odometer": 0,
                    "speed": 25
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 450
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54692,
                    45.56121
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242608",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:33: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": "31231",
                    "label": "31231",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 205,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 453
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56092,
                    45.53574
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242200",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:45: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": "31232",
                    "label": "31232",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 34
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 454
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66889,
                    45.55716
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200981",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:27: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": "31234",
                    "label": "31234",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 289,
                    "odometer": 0,
                    "speed": 25
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 456
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55619,
                    45.49647
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243035",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13: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": "31235",
                    "label": "31235",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 297,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 457
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6071,
                    45.49557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198229",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:18: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": "31811",
                    "label": "31811",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 460
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62155,
                    45.496
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198455",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:09: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": "31816",
                    "label": "31816",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 463
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63786,
                    45.57648
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207933",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:37: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": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 466
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68868,
                    45.50948
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207614",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:14: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": "31835",
                    "label": "31835",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 472
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71088,
                    45.49861
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207498",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:26: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": "31840",
                    "label": "31840",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 474
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66018,
                    45.61144
                ]
            },
            "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": "31841",
                    "label": "31841",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 475
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66582,
                    45.53507
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208875",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "31846",
                    "label": "31846",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 187,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 478
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6562,
                    45.55051
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208199",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:50: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": "31858",
                    "label": "31858",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 485
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59284,
                    45.56887
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201960",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "990002"
                },
                "route": {
                    "id": "99",
                    "shortName": "99",
                    "longName": "Villeray",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32010",
                    "label": "32010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 490
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55888,
                    45.50762
                ]
            },
            "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": "32011",
                    "label": "32011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 491
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62377,
                    45.52299
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201875",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:31: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": "32027",
                    "label": "32027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 497
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63994,
                    45.59921
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206470",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11:10: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": "32805",
                    "label": "32805",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 25
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 501
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61131,
                    45.57542
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206485",
                    "shortName": null,
                    "headsign": "Nord destination Laval",
                    "startTime": "10: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": "32807",
                    "label": "32807",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 503
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64885,
                    45.58306
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209206",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:48: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": "32809",
                    "label": "32809",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 504
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64283,
                    45.51574
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198197",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:51: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": "33802",
                    "label": "33802",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754493772,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 505
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63129,
                    45.50046
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198516",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:16: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": "33813",
                    "label": "33813",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 509
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68369,
                    45.51344
                ]
            },
            "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": "33814",
                    "label": "33814",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754493863,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 510
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64262,
                    45.5344
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196541",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:28: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": "33837",
                    "label": "33837",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 185,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 519
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52565,
                    45.56986
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216314",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:45: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": "36003",
                    "label": "36003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 109,
                    "odometer": 0,
                    "speed": 22
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 522
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53818,
                    45.66201
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216399",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:30: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": 126,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 525
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58407,
                    45.62089
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216754",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:42: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": "36031",
                    "label": "36031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 146,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 532
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60358,
                    45.47374
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197743",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:26: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": "37006",
                    "label": "37006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 279,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 539
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64194,
                    45.51663
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196364",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:14: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": "37011",
                    "label": "37011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 256,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 541
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64149,
                    45.45451
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197364",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28: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": "37015",
                    "label": "37015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 216,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 543
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61385,
                    45.53899
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196613",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10: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": "37021",
                    "label": "37021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 18,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 544
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64768,
                    45.47186
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197010",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "37031",
                    "label": "37031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 547
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69387,
                    45.47644
                ]
            },
            "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": "37038",
                    "label": "37038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 191,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 550
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58646,
                    45.52648
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199584",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:23: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": "37040",
                    "label": "37040",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 218,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 551
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73405,
                    45.44877
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200014",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:45: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": 267,
                    "odometer": 0,
                    "speed": 71
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 559
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68708,
                    45.50221
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196385",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "37071",
                    "label": "37071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 562
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67285,
                    45.52622
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198758",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:03: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": "37073",
                    "label": "37073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 26,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 563
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60442,
                    45.47396
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197134",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:09: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": "37081",
                    "label": "37081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 39,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 568
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68122,
                    45.5259
                ]
            },
            "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": "37082",
                    "label": "37082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 16,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 68,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 569
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62354,
                    45.49664
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197555",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:41: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": "37091",
                    "label": "37091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 571
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66299,
                    45.45895
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197072",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:33: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": "37095",
                    "label": "37095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 572
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56937,
                    45.50296
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241894",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:54: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": "38003",
                    "label": "38003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 575
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56741,
                    45.50996
                ]
            },
            "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": "38006",
                    "label": "38006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 201,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 576
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56995,
                    45.51124
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243339",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:02: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": "38007",
                    "label": "38007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 577
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53163,
                    45.51205
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244127",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:02: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": "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": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 580
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54382,
                    45.45873
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242569",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:00: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": "38019",
                    "label": "38019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 137,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 581
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57506,
                    45.49367
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243084",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21: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": "38030",
                    "label": "38030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 585
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58797,
                    45.49133
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242761",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:50: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": "38037",
                    "label": "38037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 586
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69225,
                    45.50658
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060294",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:46: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": "38044",
                    "label": "38044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 57,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 588
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65774,
                    45.49767
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058906",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:55: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": "38046",
                    "label": "38046",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 306,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 590
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82176,
                    45.50885
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059928",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:25: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": "38052",
                    "label": "38052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 336,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 593
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79864,
                    45.44873
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061248",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06: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": "38070",
                    "label": "38070",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 73,
                    "odometer": 0,
                    "speed": 44
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 600
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76466,
                    45.44171
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060486",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06: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": "38071",
                    "label": "38071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 86,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 601
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68542,
                    45.51599
                ]
            },
            "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": "38076",
                    "label": "38076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 604
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83118,
                    45.46513
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060687",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:34: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": "38085",
                    "label": "38085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 606
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60989,
                    45.55243
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242626",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:20: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": "38088",
                    "label": "38088",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 123,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 608
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54713,
                    45.4897
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244671",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:08: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": "38089",
                    "label": "38089",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 290,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 609
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51194,
                    45.60689
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242007",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "220002"
                },
                "route": {
                    "id": "22",
                    "shortName": "22",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38091",
                    "label": "38091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 611
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60573,
                    45.5848
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241947",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:02: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": "38094",
                    "label": "38094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 613
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52453,
                    45.5067
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241423",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "7770006"
                },
                "route": {
                    "id": "777",
                    "shortName": "777",
                    "longName": "Jean-Drapeau / Casino / Bonaventure",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38097",
                    "label": "38097",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 9,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 615
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53971,
                    45.58842
                ]
            },
            "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": "38099",
                    "label": "38099",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 23,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 616
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6572,
                    45.51617
                ]
            },
            "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": "39002",
                    "label": "39002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 25,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 618
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63953,
                    45.44693
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199873",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:55: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": "39008",
                    "label": "39008",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 232,
                    "odometer": 0,
                    "speed": 99
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 620
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56164,
                    45.51557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199698",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "10:39: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": "39011",
                    "label": "39011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 14,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754493988,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 622
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72588,
                    45.44845
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199823",
                    "shortName": null,
                    "headsign": "Est trajet 2 station Lionel-Groulx.",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470004"
                },
                "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": 92,
                    "odometer": 0,
                    "speed": 91
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 624
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53333,
                    45.5995
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243631",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:14: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": "39019",
                    "label": "39019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 625
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55489,
                    45.44802
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244696",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:29: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": "39022",
                    "label": "39022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 626
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53233,
                    45.51193
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244027",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "39028",
                    "label": "39028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 627
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55252,
                    45.57106
                ]
            },
            "properties": {
                "trip": {
                    "id": "286653903",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "39033",
                    "label": "39033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 295,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 630
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57289,
                    45.52701
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243505",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:08: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": "39035",
                    "label": "39035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 29,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 631
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58934,
                    45.63166
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216786",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:15: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": "39041",
                    "label": "39041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 634
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63927,
                    45.60006
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216712",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44: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": "39043",
                    "label": "39043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 635
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61227,
                    45.61464
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216160",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:57: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": "39051",
                    "label": "39051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 90,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 640
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59016,
                    45.60371
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216059",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:20: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": "39053",
                    "label": "39053",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 641
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55756,
                    45.64694
                ]
            },
            "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": "39055",
                    "label": "39055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 94,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 643
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58254,
                    45.57043
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215167",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:15: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": "39067",
                    "label": "39067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 648
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61012,
                    45.63059
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214957",
                    "shortName": null,
                    "headsign": "Nord via Lacordaire / Perras",
                    "startTime": "10:48: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": "39077",
                    "label": "39077",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 46
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 650
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58313,
                    45.60894
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215931",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:12: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": "39086",
                    "label": "39086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 654
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48907,
                    45.69034
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215659",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22: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": "39094",
                    "label": "39094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 191,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 655
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5968,
                    45.64371
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214995",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:32: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": "39098",
                    "label": "39098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 658
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56998,
                    45.59742
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215305",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:05: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": 296,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 661
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65781,
                    45.57127
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215245",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:22: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": "39106",
                    "label": "39106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 10,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 664
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58377,
                    45.57618
                ]
            },
            "properties": {
                "trip": {
                    "id": "289225431",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "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": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 667
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59306,
                    45.63471
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215454",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:08: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": "39116",
                    "label": "39116",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 136,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 668
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5621,
                    45.65038
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216625",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:20: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": "39120",
                    "label": "39120",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 54,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 670
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61755,
                    45.60742
                ]
            },
            "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": "39123",
                    "label": "39123",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 671
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53426,
                    45.59794
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216444",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:36: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": "39125",
                    "label": "39125",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 673
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63541,
                    45.48293
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201582",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:28: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": "29009",
                    "label": "29009",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 307,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403190,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 825
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84511,
                    45.51027
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059881",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:07: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": "30222",
                    "label": "30222",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 66,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403195,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 834
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49294,
                    45.64045
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216473",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:33: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": "32028",
                    "label": "32028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 283,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403203,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 842
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61314,
                    45.60057
                ]
            },
            "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": "36004",
                    "label": "36004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 315,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574403204,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 847
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58462,
                    45.61507
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214464",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:44: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": "36016",
                    "label": "36016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 300,
                    "odometer": 0,
                    "speed": 47
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403204,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 848
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62601,
                    45.52778
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196335",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:53: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": "37045",
                    "label": "37045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403205,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 854
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62759,
                    45.47035
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198130",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:07: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": "37084",
                    "label": "37084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574403205,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 856
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53671,
                    45.46978
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243170",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:32: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": "39024",
                    "label": "39024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403208,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 861
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61969,
                    45.60521
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216687",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:39: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": "31197",
                    "label": "31197",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 241,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403545,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1047
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53356,
                    45.59911
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215830",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:46: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": "36013",
                    "label": "36013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574403550,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1048
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56833,
                    45.52005
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242396",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "39031",
                    "label": "39031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574403554,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1049
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60058,
                    45.55988
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208180",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "30802",
                    "label": "30802",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403715,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1071
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81832,
                    45.44221
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185901",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:57: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": "29067",
                    "label": "29067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 39
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409309,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1083
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66053,
                    45.50526
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197680",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "37044",
                    "label": "37044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 300,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409321,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1106
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68383,
                    45.5146
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059788",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:40: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": "38068",
                    "label": "38068",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409323,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1108
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5625,
                    45.53239
                ]
            },
            "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": "39039",
                    "label": "39039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 4,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574409625,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1114
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66832,
                    45.44637
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200053",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:50: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": 295,
                    "odometer": 0,
                    "speed": 72
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574412022,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1129
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58023,
                    45.48178
                ]
            },
            "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": "29100",
                    "label": "29100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574413506,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1134
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52988,
                    45.60522
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214688",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10: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": "36012",
                    "label": "36012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 202,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574415310,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1140
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63564,
                    45.50257
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197981",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:00: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": "37102",
                    "label": "37102",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574426404,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1145
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83125,
                    45.46641
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060856",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:53: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": "30098",
                    "label": "30098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 325,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434202,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1167
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64378,
                    45.53459
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208981",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:45: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": "31113",
                    "label": "31113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 104,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434506,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1186
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51982,
                    45.62453
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216607",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:20: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": "29007",
                    "label": "29007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 13,
                    "odometer": 0,
                    "speed": 42
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574434804,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1192
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60706,
                    45.51514
                ]
            },
            "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": "30097",
                    "label": "30097",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 75,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574434804,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1196
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5788,
                    45.49956
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243271",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "31032",
                    "label": "31032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574434805,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1201
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70731,
                    45.50196
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198999",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43: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": "37066",
                    "label": "37066",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1754493489,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1225
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56992,
                    45.49927
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200060",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:09: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": "39007",
                    "label": "39007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1226
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5972,
                    45.58752
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214567",
                    "shortName": null,
                    "headsign": "Sud via  Perras / Lacordaire",
                    "startTime": "11:05: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": "39092",
                    "label": "39092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1227
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56905,
                    45.5577
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209304",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:17: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": "30060",
                    "label": "30060",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435706,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1251
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54677,
                    45.56916
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243112",
                    "shortName": null,
                    "headsign": "Nord destination Antonio-Dagenais / Lespinay",
                    "startTime": "11:29: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": "31194",
                    "label": "31194",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435709,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1260
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53378,
                    45.59875
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215788",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:50: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": "32032",
                    "label": "32032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 202,
                    "odometer": 0,
                    "speed": 4
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574435709,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1261
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64972,
                    45.50064
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197712",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:12: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": "37049",
                    "label": "37049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 128,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574435710,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1264
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61501,
                    45.61722
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214973",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:19: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": "31033",
                    "label": "31033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 141,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436004,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1276
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74743,
                    45.45708
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199995",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:32: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": "29156",
                    "label": "29156",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 359,
                    "odometer": 0,
                    "speed": 15
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574436303,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1296
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55868,
                    45.54852
                ]
            },
            "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": "30815",
                    "label": "30815",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436304,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1299
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87806,
                    45.4671
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059910",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:22: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": "31189",
                    "label": "31189",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436306,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1306
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58031,
                    45.51274
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196499",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:21: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": "33842",
                    "label": "33842",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436307,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1309
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79412,
                    45.4814
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059726",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2090002"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38083",
                    "label": "38083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 325,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436309,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1317
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64099,
                    45.49515
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197921",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:22: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": "37072",
                    "label": "37072",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436608,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1352
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57366,
                    45.57825
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242427",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:21: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": "38098",
                    "label": "38098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436912,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1378
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58128,
                    45.48257
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185588",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:56: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": "29109",
                    "label": "29109",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 59,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437204,
                "lastSeenAt": 1754493970,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1384
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59811,
                    45.51702
                ]
            },
            "properties": {
                "trip": {
                    "id": "289208999",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:19: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": "30086",
                    "label": "30086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574437205,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1387
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6659,
                    45.55995
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208284",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:59: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": "30801",
                    "label": "30801",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574437206,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1389
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68404,
                    45.5358
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207358",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:05: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": "31126",
                    "label": "31126",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 301,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574437208,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1397
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57015,
                    45.50335
                ]
            },
            "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": "29117",
                    "label": "29117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437506,
                "lastSeenAt": 1754494017,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1427
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57146,
                    45.50399
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241982",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:49: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": "31198",
                    "label": "31198",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 310,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437813,
                "lastSeenAt": 1754493945,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1486
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54864,
                    45.61487
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243446",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:44: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": "38004",
                    "label": "38004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 301,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574437814,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1489
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93926,
                    45.40394
                ]
            },
            "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": "28093",
                    "label": "28093",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 259,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438103,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1497
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74286,
                    45.44719
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185197",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:54: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": "28081",
                    "label": "28081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 195,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574438405,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1531
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57169,
                    45.64508
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216767",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:08: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": "39072",
                    "label": "39072",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438419,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1557
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51348,
                    45.64467
                ]
            },
            "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": "36017",
                    "label": "36017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 12,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438719,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1598
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60532,
                    45.47319
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198851",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:46: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": "37065",
                    "label": "37065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 35,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1574438720,
                "lastSeenAt": 1754493779,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1599
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54768,
                    45.57527
                ]
            },
            "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": "39078",
                    "label": "39078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 25,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574438721,
                "lastSeenAt": 1754493518,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1601
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70525,
                    45.50304
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198789",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:26: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": "37099",
                    "label": "37099",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 37,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439019,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1622
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58406,
                    45.48175
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199864",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "11:15: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": "39006",
                    "label": "39006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 124,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574439020,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1625
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55972,
                    45.58825
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215044",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:12: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": "39118",
                    "label": "39118",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574439324,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1658
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61449,
                    45.49531
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198375",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:02: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": "33822",
                    "label": "33822",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439624,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1694
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5946,
                    45.56301
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196638",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "37017",
                    "label": "37017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439624,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1695
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62264,
                    45.47577
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198074",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "37022",
                    "label": "37022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439624,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1696
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55029,
                    45.6244
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242236",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:32: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": "39016",
                    "label": "39016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439625,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1699
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59074,
                    45.45704
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183724",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17: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": "29048",
                    "label": "29048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 99,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574439910,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1715
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5849,
                    45.51463
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196431",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:55: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": "31820",
                    "label": "31820",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 118,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574439923,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1726
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59792,
                    45.53164
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201693",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "29021",
                    "label": "29021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 34,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440211,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1745
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64148,
                    45.45427
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209382",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:31: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": "30091",
                    "label": "30091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 110,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440215,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1748
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49059,
                    45.68491
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215373",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:46: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": "30154",
                    "label": "30154",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 11,
                    "odometer": 0,
                    "speed": 42
                },
                "agencyId": 1,
                "currentStopSequence": 56,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440216,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1749
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71372,
                    45.53637
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207652",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:23: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": "30845",
                    "label": "30845",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 49,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440219,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1757
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87456,
                    45.46759
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059664",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:47: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": "38079",
                    "label": "38079",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 333,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440227,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1763
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59282,
                    45.63471
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215983",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "30045",
                    "label": "30045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 321,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440513,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1787
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6162,
                    45.57739
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206689",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11:00: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": "30866",
                    "label": "30866",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 124,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440519,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1795
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55276,
                    45.6661
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215913",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:20: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": "36042",
                    "label": "36042",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 223,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440526,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1803
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61351,
                    45.4764
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243403",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "38014",
                    "label": "38014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440527,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1804
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55852,
                    45.5355
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242514",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:24: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": "38096",
                    "label": "38096",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440528,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1805
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56788,
                    45.49842
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242922",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:04: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": "39034",
                    "label": "39034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 129,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440528,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1806
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62182,
                    45.47671
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196912",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:00: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": "37088",
                    "label": "37088",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 313,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 1,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440850,
                "lastSeenAt": 1754493891,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1844
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55383,
                    45.50214
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241875",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:09: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": "31184",
                    "label": "31184",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 10,
                    "odometer": 0,
                    "speed": 13
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574441145,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1871
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5108,
                    45.65292
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215704",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:22: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": "36007",
                    "label": "36007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 249,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441150,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1873
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67717,
                    45.4988
                ]
            },
            "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": "30171",
                    "label": "30171",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 62,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441433,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1896
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59708,
                    45.56023
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215478",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:25: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": "36033",
                    "label": "36033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441451,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1903
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60631,
                    45.56741
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216333",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:13: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": "39117",
                    "label": "39117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574441457,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1905
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59916,
                    45.55925
                ]
            },
            "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": "31236",
                    "label": "31236",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574441753,
                "lastSeenAt": 1754493983,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1947
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56949,
                    45.51236
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243537",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10: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": "38028",
                    "label": "38028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574441758,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1948
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53259,
                    45.50813
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242803",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:05: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": "38034",
                    "label": "38034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 229,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441758,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1949
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56009,
                    45.53922
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243585",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:37: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": "31166",
                    "label": "31166",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442051,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1979
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75063,
                    45.44992
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059342",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:16: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": "38043",
                    "label": "38043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 265,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442060,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1982
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53055,
                    45.5168
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243923",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:37: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": "31223",
                    "label": "31223",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 353,
                    "odometer": 0,
                    "speed": 33
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574442357,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2009
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65079,
                    45.48899
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198623",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:34: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": "30010",
                    "label": "30010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574443237,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2077
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63748,
                    45.57334
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209044",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "30876",
                    "label": "30876",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574443852,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2110
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6392,
                    45.5761
                ]
            },
            "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": "31125",
                    "label": "31125",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574443858,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6061,
                    45.45155
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182864",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:57: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": "29107",
                    "label": "29107",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 4
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574444133,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2120
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86496,
                    45.48025
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059642",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10: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": "30246",
                    "label": "30246",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574444447,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2132
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55162,
                    45.52374
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242106",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:41: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": "38008",
                    "label": "38008",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445041,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2151
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83261,
                    45.46624
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059751",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:25: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": "38057",
                    "label": "38057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445042,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2155
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6196,
                    45.47975
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242964",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "39020",
                    "label": "39020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2156
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60052,
                    45.48149
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242659",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "39038",
                    "label": "39038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2159
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6067,
                    45.61897
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206765",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11:42: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": "29846",
                    "label": "29846",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 233,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445923,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2180
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60757,
                    45.49557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198685",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:05: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": "37106",
                    "label": "37106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574446838,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2185
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79604,
                    45.47879
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199209",
                    "shortName": null,
                    "headsign": "Ouest destination Usine de filtration",
                    "startTime": "11:10: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": "31806",
                    "label": "31806",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 236,
                    "odometer": 0,
                    "speed": 98
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574469322,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2224
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.88624,
                    45.43884
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059374",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:26: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": "38081",
                    "label": "38081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 108,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574471126,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2323
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50515,
                    45.66955
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216107",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:19: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": "36046",
                    "label": "36046",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 202,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574472509,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2359
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54606,
                    45.55369
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242253",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:18: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": "38018",
                    "label": "38018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574472753,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2361
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58382,
                    45.48988
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243603",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:42: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": "38032",
                    "label": "38032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574473118,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2372
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62547,
                    45.61178
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216592",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:24: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": "36023",
                    "label": "36023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 145,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574473834,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2388
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53465,
                    45.59697
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216531",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "36028",
                    "label": "36028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 13,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574473954,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2390
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67995,
                    45.51641
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209231",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10: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": "32808",
                    "label": "32808",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 223,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574474797,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2401
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54351,
                    45.59144
                ]
            },
            "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": "39044",
                    "label": "39044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 116,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574479486,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2462
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61788,
                    45.54285
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201261",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:50: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": "31024",
                    "label": "31024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574479591,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2463
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69244,
                    45.43983
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185561",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:57: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": "28084",
                    "label": "28084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 173,
                    "odometer": 0,
                    "speed": 21
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574479936,
                "lastSeenAt": 1754494053,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2465
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53698,
                    45.46979
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242302",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:35: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": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574526007,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2477
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5623,
                    45.57944
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216076",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:15: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": "37048",
                    "label": "37048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 295,
                    "odometer": 0,
                    "speed": 35
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574546654,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2488
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50964,
                    45.66974
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214608",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10: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": "36036",
                    "label": "36036",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 189,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574549297,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2490
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51056,
                    45.66416
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214753",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22: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": "30117",
                    "label": "30117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 104,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574552771,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2493
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6674,
                    45.5571
                ]
            },
            "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": "36048",
                    "label": "36048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 185,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574561294,
                "lastSeenAt": 1754494017,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2497
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61372,
                    45.53969
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201046",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "31099",
                    "label": "31099",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574616007,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2505
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.91955,
                    45.46155
                ]
            },
            "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": "30178",
                    "label": "30178",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 75,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574618526,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2507
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65908,
                    45.47517
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202101",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:52: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": "31017",
                    "label": "31017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574634489,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2512
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70981,
                    45.49798
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207915",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:38: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": "30826",
                    "label": "30826",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 313,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574639652,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2514
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58437,
                    45.57483
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242169",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:07: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": "31066",
                    "label": "31066",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574693162,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2523
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5797,
                    45.50673
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201304",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21: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": "31122",
                    "label": "31122",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574696289,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2535
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64135,
                    45.59715
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206706",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "10:49: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": "30856",
                    "label": "30856",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574697614,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2540
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58389,
                    45.48983
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182361",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:27: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": "30076",
                    "label": "30076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574697730,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2541
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62887,
                    45.57224
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209179",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11: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": "31862",
                    "label": "31862",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574698822,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2548
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57103,
                    45.52892
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242741",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13: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": "31078",
                    "label": "31078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574700745,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2566
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53598,
                    45.52148
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241270",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:30: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": "38001",
                    "label": "38001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574701598,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2572
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54933,
                    45.55057
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243521",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17: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": "30251",
                    "label": "30251",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574702428,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2584
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6514,
                    45.44151
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182689",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:18: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": "29128",
                    "label": "29128",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 2,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574703139,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2586
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67135,
                    45.52564
                ]
            },
            "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": "37034",
                    "label": "37034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 114,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574704123,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2588
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59966,
                    45.55935
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208484",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:05: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": "29855",
                    "label": "29855",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 123,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574704222,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2590
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56003,
                    45.51482
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241856",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:23: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": "31176",
                    "label": "31176",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574704359,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2592
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75179,
                    45.51151
                ]
            },
            "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": "38069",
                    "label": "38069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 51,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574706876,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2597
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53941,
                    45.47244
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244684",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:17: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": "31155",
                    "label": "31155",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 58,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574714298,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2600
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67113,
                    45.46262
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201421",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:40: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": "29030",
                    "label": "29030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574731580,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2612
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51506,
                    45.6105
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215964",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "39107",
                    "label": "39107",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574737371,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2631
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56483,
                    45.51693
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242495",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17: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": "38025",
                    "label": "38025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 23,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574737481,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2632
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63953,
                    45.54413
                ]
            },
            "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": "37020",
                    "label": "37020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 35
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574782211,
                "lastSeenAt": 1754493562,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2640
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87323,
                    45.45709
                ]
            },
            "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": "37098",
                    "label": "37098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 235,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574784259,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2647
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43352,
                    45.43679
                ]
            },
            "properties": {
                "trip": {
                    "id": "289206177",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "7210010"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32013",
                    "label": "32013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 254,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574785231,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2652
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86278,
                    45.45641
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199521",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:18: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": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574787998,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2661
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56901,
                    45.5484
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209056",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:21: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": "30034",
                    "label": "30034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 202,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574790030,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2668
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78799,
                    45.44945
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061173",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43: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": "38078",
                    "label": "38078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 263,
                    "odometer": 0,
                    "speed": 72
                },
                "agencyId": 1,
                "currentStopSequence": 70,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574790286,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2669
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57785,
                    45.58334
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215084",
                    "shortName": null,
                    "headsign": "Nord via Lacordaire / Perras",
                    "startTime": "11:19: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": "39127",
                    "label": "39127",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 273,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574821484,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2683
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60835,
                    45.53037
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197235",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:24: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": "37104",
                    "label": "37104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 216,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574873674,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2703
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5793,
                    45.4821
                ]
            },
            "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": "29116",
                    "label": "29116",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 66
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574874016,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2705
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5435,
                    45.60943
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215102",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:55: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": "30114",
                    "label": "30114",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 118,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574875946,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2707
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65932,
                    45.49789
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196777",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06: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": "37033",
                    "label": "37033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 129,
                    "odometer": 0,
                    "speed": 40
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574901627,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2712
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60941,
                    45.47386
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197190",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "37016",
                    "label": "37016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574904513,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2715
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55197,
                    45.5239
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243496",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "340002"
                },
                "route": {
                    "id": "34",
                    "shortName": "34",
                    "longName": "Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31230",
                    "label": "31230",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574904872,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2716
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83144,
                    45.4654
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060827",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:29: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": "38041",
                    "label": "38041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574907402,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2722
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56146,
                    45.5356
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243657",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:25: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": "31091",
                    "label": "31091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574958019,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2743
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63859,
                    45.60675
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207204",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:40: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": "31134",
                    "label": "31134",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574965714,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2751
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54364,
                    45.60949
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214816",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22: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": "39129",
                    "label": "39129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574991279,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2759
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51904,
                    45.60276
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215429",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "30165",
                    "label": "30165",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574995106,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2766
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4806,
                    45.70104
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214728",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:31: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": "39056",
                    "label": "39056",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575045390,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2779
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66891,
                    45.53519
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201403",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:20: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": "31086",
                    "label": "31086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575075862,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2790
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59393,
                    45.59986
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215499",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:54: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": "30137",
                    "label": "30137",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575078748,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2796
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51431,
                    45.57864
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215267",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:28: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": "39146",
                    "label": "39146",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575081407,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2801
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51076,
                    45.65305
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215600",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:44: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": "32025",
                    "label": "32025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 194,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 57,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575085598,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2806
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58221,
                    45.47892
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184697",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:57: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": "29101",
                    "label": "29101",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575152646,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2812
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57849,
                    45.51126
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201087",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:18: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": "31026",
                    "label": "31026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575216845,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2820
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5338,
                    45.54726
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206720",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "11: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": "31832",
                    "label": "31832",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575270370,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2824
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50359,
                    45.67361
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215518",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:00: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": "31200",
                    "label": "31200",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 14,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575302054,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2828
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55591,
                    45.51535
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243367",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:21: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": "31226",
                    "label": "31226",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 31
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575306756,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2832
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62012,
                    45.60211
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214646",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:04: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": "39062",
                    "label": "39062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575307964,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2835
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49914,
                    45.65107
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215550",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:01: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": "32017",
                    "label": "32017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 284,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575336270,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2842
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60142,
                    45.53795
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201640",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:38: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": "30219",
                    "label": "30219",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575390977,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2854
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55122,
                    45.54676
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242480",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:44: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": "39027",
                    "label": "39027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575391835,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2855
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64119,
                    45.59734
                ]
            },
            "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": "30872",
                    "label": "30872",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 54,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575393994,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2861
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57135,
                    45.65488
                ]
            },
            "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": "31059",
                    "label": "31059",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 60,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575394598,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2863
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5891,
                    45.51601
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209900",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:42: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": "30078",
                    "label": "30078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 124,
                    "odometer": 0,
                    "speed": 42
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575395426,
                "lastSeenAt": 1754493891,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2864
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57813,
                    45.55575
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202119",
                    "shortName": null,
                    "headsign": "Est via de la Pépinière",
                    "startTime": "11:12: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": "31088",
                    "label": "31088",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 26,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575395911,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2866
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63949,
                    45.59283
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206584",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11: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": "30877",
                    "label": "30877",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575421944,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2870
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65913,
                    45.4396
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183966",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:10: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": "30033",
                    "label": "30033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 257,
                    "odometer": 0,
                    "speed": 52
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575422783,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2871
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53841,
                    45.55464
                ]
            },
            "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": "30106",
                    "label": "30106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 29
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575478577,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2887
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63322,
                    45.49932
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201624",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:07: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": "30225",
                    "label": "30225",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575479306,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2888
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59203,
                    45.5837
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216017",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11: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": "31014",
                    "label": "31014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575479311,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2889
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55196,
                    45.56462
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242724",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:24: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": "31056",
                    "label": "31056",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575510754,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2902
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64617,
                    45.47289
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201498",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:25: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": "31041",
                    "label": "31041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 41,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575512198,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2904
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63432,
                    45.49805
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202169",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "31011",
                    "label": "31011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575560289,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2914
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64739,
                    45.44213
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184466",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:08: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": "30047",
                    "label": "30047",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 239,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575562452,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2916
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62465,
                    45.53008
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196527",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:10: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": "33840",
                    "label": "33840",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575569805,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2923
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57535,
                    45.65237
                ]
            },
            "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": "31083",
                    "label": "31083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 35,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575603869,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2934
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61511,
                    45.52024
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200937",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:50: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": "29014",
                    "label": "29014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575644163,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2935
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57852,
                    45.53801
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241917",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:13: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": "31156",
                    "label": "31156",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 305,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575652474,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2943
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51469,
                    45.57877
                ]
            },
            "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": "39136",
                    "label": "39136",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 60,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575655006,
                "lastSeenAt": 1754493821,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2945
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5644,
                    45.50574
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199791",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13: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": "39004",
                    "label": "39004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575681390,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2950
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5023,
                    45.63673
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216358",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:10: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": "30256",
                    "label": "30256",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575684753,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2955
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64914,
                    45.47966
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201929",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:16: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": "29069",
                    "label": "29069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 37
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575904203,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2970
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72334,
                    45.52973
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207229",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "31133",
                    "label": "31133",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575905404,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2973
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62342,
                    45.60558
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206618",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11:20: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": "30848",
                    "label": "30848",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 245,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575911550,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2979
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59558,
                    45.56191
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215020",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:45: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": "36001",
                    "label": "36001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575940710,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2991
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53233,
                    45.60085
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214541",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21: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": "39149",
                    "label": "39149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575945044,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2993
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58833,
                    45.45843
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181602",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44: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": "30028",
                    "label": "30028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 184,
                    "odometer": 0,
                    "speed": 21
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575991447,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2995
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62685,
                    45.46484
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197315",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:20: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": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575999043,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3001
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62763,
                    45.49876
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198290",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:09: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": "31809",
                    "label": "31809",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576014617,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3003
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56782,
                    45.50941
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196414",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:40: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": "33824",
                    "label": "33824",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576016300,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3004
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74973,
                    45.4576
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199739",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:39: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": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576085805,
                "lastSeenAt": 1754493963,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3014
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59357,
                    45.5998
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216673",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:59: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": "32029",
                    "label": "32029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576174119,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3029
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57066,
                    45.57298
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202002",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:54: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": "39141",
                    "label": "39141",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576179744,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3033
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58524,
                    45.48702
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182448",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:27: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": "40001",
                    "label": "40001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576197865,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3036
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56467,
                    45.517
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200798",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:19: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": "30157",
                    "label": "30157",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576200505,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3039
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60929,
                    45.43584
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184783",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:21: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": "27529",
                    "label": "27529",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 285,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576200974,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3040
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5427,
                    45.58259
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215761",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:40: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": "30192",
                    "label": "30192",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 116,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576277895,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3059
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56065,
                    45.54533
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209750",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:25: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": "30071",
                    "label": "30071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 199,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576287146,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3063
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59913,
                    45.56998
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206746",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "10:48: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": "31847",
                    "label": "31847",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576287754,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3064
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56352,
                    45.5065
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199900",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "10: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": "31002",
                    "label": "31002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576368011,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3069
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69437,
                    45.49459
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197943",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:17: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": "37105",
                    "label": "37105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 283,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576424765,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3071
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60574,
                    45.52378
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196447",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:01: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": "31810",
                    "label": "31810",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576599623,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3084
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5797,
                    45.4839
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199774",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:05: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": "31003",
                    "label": "31003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576600341,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3085
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63689,
                    45.57608
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208010",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11: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": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576600951,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3086
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7144,
                    45.44498
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184492",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:45: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": "30069",
                    "label": "30069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 267,
                    "odometer": 0,
                    "speed": 22
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576631301,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3089
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70758,
                    45.52452
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060647",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:03: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": "30095",
                    "label": "30095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576634426,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3090
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5918,
                    45.5487
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201205",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:05: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": "29015",
                    "label": "29015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 28,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576686850,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3105
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64252,
                    45.50557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198334",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:23: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": "31807",
                    "label": "31807",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576687957,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3106
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56655,
                    45.59238
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215862",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:55: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": "39145",
                    "label": "39145",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576690729,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3109
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63374,
                    45.4309
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184300",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:13: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": "40008",
                    "label": "40008",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 64,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576768086,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3117
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74235,
                    45.44818
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185823",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:37: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": "40030",
                    "label": "40030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576776289,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3124
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57008,
                    45.47578
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183509",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:57: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": "40006",
                    "label": "40006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 343,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576777011,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3126
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61176,
                    45.46735
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182629",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "08:54: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": "40003",
                    "label": "40003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576777130,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3127
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61156,
                    45.47795
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184332",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:12: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": "40029",
                    "label": "40029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576777130,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3128
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63319,
                    45.43918
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184591",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:45: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": "40032",
                    "label": "40032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 35,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576777131,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3129
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58221,
                    45.48201
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185686",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:50: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": "40018",
                    "label": "40018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 36,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576777253,
                "lastSeenAt": 1754493663,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3130
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56651,
                    45.47067
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182066",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:51: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": "40015",
                    "label": "40015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576778450,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3132
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58197,
                    45.6104
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215125",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:11: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": "39130",
                    "label": "39130",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576812649,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3137
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65297,
                    45.46146
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182978",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:07: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": "40016",
                    "label": "40016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576854005,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3138
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58027,
                    45.43993
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183373",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:54: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": "40028",
                    "label": "40028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576857858,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3141
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82407,
                    45.47027
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060439",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44: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": "30229",
                    "label": "30229",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576862544,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3144
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73589,
                    45.52425
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059166",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:25: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": "38082",
                    "label": "38082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 229,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576896516,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3145
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58864,
                    45.55235
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201745",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:49: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": "31030",
                    "label": "31030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576955890,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3147
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65121,
                    45.58187
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207895",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "30852",
                    "label": "30852",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 207,
                    "odometer": 0,
                    "speed": 8
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576979772,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3149
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54257,
                    45.58268
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201021",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:33: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": "29020",
                    "label": "29020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 297,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577115965,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3152
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66636,
                    45.53572
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201596",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:05: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": "30182",
                    "label": "30182",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1577120542,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3154
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57214,
                    45.49525
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185405",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:41: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": "40034",
                    "label": "40034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577152957,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3160
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61102,
                    45.4262
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184221",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:38: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": "40033",
                    "label": "40033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577241279,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3166
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58083,
                    45.49431
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182566",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:39: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": "40031",
                    "label": "40031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577500121,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3172
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59526,
                    45.47564
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185513",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "40038",
                    "label": "40038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 18,
                    "odometer": 0,
                    "speed": 82
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1577502645,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3173
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62617,
                    45.45492
                ]
            },
            "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": "40039",
                    "label": "40039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 72
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1577718488,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3181
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89721,
                    45.43668
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183095",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:24: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": "40020",
                    "label": "40020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 63,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577785570,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3185
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66819,
                    45.47082
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184403",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:29: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": "40007",
                    "label": "40007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578066617,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3194
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81642,
                    45.44266
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185034",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:55: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": "30012",
                    "label": "30012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 260,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578501027,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3215
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60872,
                    45.4291
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183352",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21: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": "40043",
                    "label": "40043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 47,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578544742,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3218
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59863,
                    45.43866
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184063",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22: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": "40013",
                    "label": "40013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578583460,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3221
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60745,
                    45.47057
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185856",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:12: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": "40002",
                    "label": "40002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1579105004,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3249
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53989,
                    45.59416
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201838",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:24: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": "31045",
                    "label": "31045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 286,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1579193322,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3254
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55199,
                    45.51471
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209097",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:19: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": "30002",
                    "label": "30002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 29,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579225960,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3256
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58092,
                    45.48299
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185483",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:26: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": "40055",
                    "label": "40055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 50,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1579556928,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3267
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59421,
                    45.55737
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208398",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:53: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": "31861",
                    "label": "31861",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579647397,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3277
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56031,
                    45.60249
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214494",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13: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": "30161",
                    "label": "30161",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 307,
                    "odometer": 0,
                    "speed": 28
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579714727,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3282
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64236,
                    45.50587
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198391",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:00: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": "33836",
                    "label": "33836",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 355,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579914006,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3289
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60439,
                    45.44682
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183672",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:26: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": "40026",
                    "label": "40026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1579978204,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3291
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60023,
                    45.53147
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207477",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:01: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": "31018",
                    "label": "31018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580138643,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3295
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7427,
                    45.44861
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183697",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:38: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": "40057",
                    "label": "40057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580231049,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3303
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.589,
                    45.47248
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181677",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10: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": "40025",
                    "label": "40025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1580233749,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3305
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57571,
                    45.46229
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182108",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:07: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": "40058",
                    "label": "40058",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1580321288,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3310
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57146,
                    45.46511
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183599",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:15: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": "40060",
                    "label": "40060",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 93,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1580405049,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3313
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53998,
                    45.58987
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215568",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:50: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": "39147",
                    "label": "39147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1580588885,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3317
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.577,
                    45.49252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196465",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:53: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": "33841",
                    "label": "33841",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 123,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580794443,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3319
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52387,
                    45.59449
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214874",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44: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": "39081",
                    "label": "39081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 200,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 59,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1580845502,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3322
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61013,
                    45.60075
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242536",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:28: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": "38017",
                    "label": "38017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580889847,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 3324
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58751,
                    45.43887
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182282",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:46: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": "40050",
                    "label": "40050",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 279,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580936165,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3327
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53419,
                    45.5965
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201798",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:36: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": "29035",
                    "label": "29035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 219,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581024423,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3332
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56535,
                    45.46183
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181437",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11: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": "29115",
                    "label": "29115",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 93,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581112804,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3336
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64181,
                    45.41742
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183645",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:54: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": "29114",
                    "label": "29114",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 288,
                    "odometer": 0,
                    "speed": 32
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581459724,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3348
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59475,
                    45.53516
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202180",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:54: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": "31043",
                    "label": "31043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1581543066,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3351
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60659,
                    45.47329
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182915",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1020001"
                },
                "route": {
                    "id": "102",
                    "shortName": "102",
                    "longName": "Somerled",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29113",
                    "label": "29113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581737944,
                "lastSeenAt": 1754494033,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3359
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61514,
                    45.54158
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202087",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:56: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": "30084",
                    "label": "30084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 232,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1582065786,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3364
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58719,
                    45.56511
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202127",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:03: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": "30113",
                    "label": "30113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1582182184,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3370
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58126,
                    45.48257
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184931",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:27: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": "40045",
                    "label": "40045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1582354447,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3373
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57912,
                    45.49564
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198494",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:28: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": "33820",
                    "label": "33820",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1582756207,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3380
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61887,
                    45.61503
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216568",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:01: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": "30129",
                    "label": "30129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1583275026,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3399
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6021,
                    45.52561
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201158",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "30207",
                    "label": "30207",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 125,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1584997329,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 7023
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61485,
                    45.5617
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242137",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:38: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": "31169",
                    "label": "31169",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 117,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1586020863,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 7076
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52676,
                    45.59396
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216237",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:13: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": "39082",
                    "label": "39082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 292,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1586232492,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 7082
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62994,
                    45.52907
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202062",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:00: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": "29032",
                    "label": "29032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 116,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1586909944,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 7099
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61301,
                    45.50972
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197610",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:21: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": "37003",
                    "label": "37003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 13
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1587251647,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 7110
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55735,
                    45.51376
                ]
            },
            "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": "40098",
                    "label": "40098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 215,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1596539599,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7410
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76749,
                    45.44916
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199465",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:03: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": "40089",
                    "label": "40089",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 272,
                    "odometer": 0,
                    "speed": 99
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1596793988,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7414
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57977,
                    45.48402
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183548",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:16: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": "40065",
                    "label": "40065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 159,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597223884,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7423
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58195,
                    45.53252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209119",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21: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": "40104",
                    "label": "40104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1597225805,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7425
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6485,
                    45.5248
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197584",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:55: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": "40106",
                    "label": "40106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 144,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597229587,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7426
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59873,
                    45.47683
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185054",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:49: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": "40085",
                    "label": "40085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 36,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1597401488,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7807
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53849,
                    45.48731
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210542",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:09: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": "40110",
                    "label": "40110",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 338,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1597435812,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7829
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.94014,
                    45.40367
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185220",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:38: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": "40062",
                    "label": "40062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597916706,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7887
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57251,
                    45.53856
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209152",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:04: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": "40119",
                    "label": "40119",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598316905,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8101
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66593,
                    45.52011
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197810",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "40100",
                    "label": "40100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598317684,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60193,
                    45.42739
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184175",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10: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": "40083",
                    "label": "40083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 270,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598453886,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8487
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59386,
                    45.53615
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209251",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:23: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": "40107",
                    "label": "40107",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598468884,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8505
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61264,
                    45.46267
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182225",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:19: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": "30063",
                    "label": "30063",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 239,
                    "odometer": 0,
                    "speed": 89
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1599242645,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8732
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66061,
                    45.43046
                ]
            },
            "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": "40067",
                    "label": "40067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 96,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1599565454,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8765
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72732,
                    45.44848
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199443",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:48: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": "40113",
                    "label": "40113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 91,
                    "odometer": 0,
                    "speed": 90
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1599565875,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8766
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66906,
                    45.50513
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196724",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:11: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": "40095",
                    "label": "40095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 14,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1600457771,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8848
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64808,
                    45.42538
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182330",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:32: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": "40081",
                    "label": "40081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1600548187,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8851
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56386,
                    45.49773
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210523",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10: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": "40105",
                    "label": "40105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 301,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1600981814,
                "lastSeenAt": 1754493782,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8893
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58097,
                    45.48297
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185723",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:38: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": "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": 1754494058,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8894
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64825,
                    45.46088
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209464",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "40092",
                    "label": "40092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 4
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1601288285,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8907
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56401,
                    45.52066
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209356",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:17: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": "40094",
                    "label": "40094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 123,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1601461506,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8915
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6264,
                    45.48684
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209868",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:05: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": "40111",
                    "label": "40111",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1601465590,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8917
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82912,
                    45.4694
                ]
            },
            "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": "40139",
                    "label": "40139",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 145,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 49,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1601927409,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9051
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80853,
                    45.45712
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059614",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:20: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": "40156",
                    "label": "40156",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 57,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602267427,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9080
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58679,
                    45.47703
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058926",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:30: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": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602674533,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9098
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85994,
                    45.42615
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059242",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:14: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": "40178",
                    "label": "40178",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 72,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602676759,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9099
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74232,
                    45.44763
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060353",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2090001"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40140",
                    "label": "40140",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 249,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1602705729,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71857,
                    45.53122
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061277",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:32: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": "40175",
                    "label": "40175",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602876494,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68639,
                    45.43795
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060106",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:41: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": "40176",
                    "label": "40176",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 8,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 58,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1602878773,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9114
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87608,
                    45.44369
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058885",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:16: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": "40124",
                    "label": "40124",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1606827731,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9203
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81547,
                    45.51193
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060381",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:31: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": "40126",
                    "label": "40126",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827731,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9204
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70654,
                    45.47915
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060200",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:10: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": "40129",
                    "label": "40129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 128,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9205
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66702,
                    45.55644
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061404",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:38: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": "40131",
                    "label": "40131",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754493948,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9206
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83078,
                    45.46519
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059590",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:31: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": "40135",
                    "label": "40135",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9209
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76118,
                    45.48119
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059689",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10: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": "40137",
                    "label": "40137",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 169,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9210
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73402,
                    45.50355
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059491",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28: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": "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": 1754494060,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9213
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69006,
                    45.51327
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060030",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:33: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": "40144",
                    "label": "40144",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 133,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 49,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9214
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68439,
                    45.51534
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060558",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:26: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": "40148",
                    "label": "40148",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9216
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83115,
                    45.4656
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059120",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:37: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": "40149",
                    "label": "40149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9217
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70629,
                    45.49561
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058982",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:06: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": "40154",
                    "label": "40154",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 217,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9219
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6852,
                    45.51581
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059515",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:26: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": "40172",
                    "label": "40172",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 224,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9226
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67834,
                    45.5116
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061384",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:42: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": "40173",
                    "label": "40173",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9227
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70988,
                    45.52568
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059209",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:18: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": "40177",
                    "label": "40177",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 126,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9228
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69479,
                    45.52776
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059275",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:14: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": "40188",
                    "label": "40188",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 244,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9235
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75795,
                    45.44971
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060779",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:03: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": "40200",
                    "label": "40200",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9239
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71933,
                    45.45449
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059425",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:14: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": "40204",
                    "label": "40204",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 168,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9240
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74683,
                    45.50068
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059989",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:01: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": "40205",
                    "label": "40205",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9241
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78951,
                    45.49365
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060238",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:57: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": "40213",
                    "label": "40213",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 344,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9242
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87155,
                    45.49834
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061335",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "40215",
                    "label": "40215",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827910,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9243
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72889,
                    45.52767
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059556",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:11: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": "40152",
                    "label": "40152",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 244,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606828095,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9245
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84837,
                    45.49433
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061426",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43: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": "40162",
                    "label": "40162",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606828095,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9246
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76044,
                    45.44543
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059822",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:17: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": "40194",
                    "label": "40194",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 262,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606831449,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9248
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74844,
                    45.51327
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060524",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:17: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": "40198",
                    "label": "40198",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 220,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606855813,
                "lastSeenAt": 1754494053,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9253
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80733,
                    45.49364
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061232",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2090001"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40183",
                    "label": "40183",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606907286,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9259
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70099,
                    45.49982
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060164",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:20: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": "40196",
                    "label": "40196",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606907347,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9260
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.88135,
                    45.41967
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061147",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:04: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": "40174",
                    "label": "40174",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 259,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606927869,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9262
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66661,
                    45.44197
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183190",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10: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": "40222",
                    "label": "40222",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 268,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606945340,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9264
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56754,
                    45.45237
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181806",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:18: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": "40220",
                    "label": "40220",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607029816,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9266
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56663,
                    45.4679
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182042",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "380011"
                },
                "route": {
                    "id": "38",
                    "shortName": "38",
                    "longName": "De l'Église",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40225",
                    "label": "40225",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 156,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607180344,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9272
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60848,
                    45.42025
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184282",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:12: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": "40226",
                    "label": "40226",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 76,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607372415,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9275
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69792,
                    45.50968
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060079",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "700001"
                },
                "route": {
                    "id": "70",
                    "shortName": "70",
                    "longName": "Bois-Franc",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40160",
                    "label": "40160",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607537709,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9281
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74365,
                    45.51833
                ]
            },
            "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": "40214",
                    "label": "40214",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 41,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 64,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607546355,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9282
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86461,
                    45.48049
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061135",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:48: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": "40211",
                    "label": "40211",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 54,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607546954,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9284
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73389,
                    45.50021
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061009",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:20: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": "40208",
                    "label": "40208",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607551628,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9286
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55392,
                    45.46585
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181496",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:16: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": "40224",
                    "label": "40224",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 48,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607985193,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9295
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70351,
                    45.52634
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061202",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:07: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": "40153",
                    "label": "40153",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608029344,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9297
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74239,
                    45.49847
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059965",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:00: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": "40201",
                    "label": "40201",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608032470,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9298
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65147,
                    45.49314
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058946",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:16: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": "40206",
                    "label": "40206",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 120,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608120073,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9303
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62671,
                    45.46491
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185398",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:13: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": "40249",
                    "label": "40249",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 47,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1608308467,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9313
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64827,
                    45.4718
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183134",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:11: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": "40230",
                    "label": "40230",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 124,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1608310507,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9314
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64798,
                    45.44364
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184225",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:06: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": "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": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9316
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68826,
                    45.50982
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059313",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1740002"
                },
                "route": {
                    "id": "174",
                    "shortName": "174",
                    "longName": "Côte-Vertu-Ouest",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40216",
                    "label": "40216",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608636126,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9320
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83628,
                    45.46173
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061070",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43: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": "40170",
                    "label": "40170",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 323,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1609016232,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9325
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55696,
                    45.49395
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183449",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22: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": "40239",
                    "label": "40239",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1609277113,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9330
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54967,
                    45.45069
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181467",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10: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": "40240",
                    "label": "40240",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1609624328,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9336
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5528,
                    45.55113
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209488",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:53: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": "40112",
                    "label": "40112",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1609761490,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 9339
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62794,
                    45.46331
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183152",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:55: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": "40244",
                    "label": "40244",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1610574133,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9352
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64706,
                    45.44225
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184161",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11: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": "40233",
                    "label": "40233",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 168,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1610733850,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9358
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66791,
                    45.55554
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196676",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:40: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": "41003",
                    "label": "41003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 22,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1625862964,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10677
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42921,
                    45.45002
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210553",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "41014",
                    "label": "41014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 50,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1625864464,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10678
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62775,
                    45.48531
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209681",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10: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": "41016",
                    "label": "41016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1626186784,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10684
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64148,
                    45.45427
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209932",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:39: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": "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": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10686
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62061,
                    45.50133
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209616",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:07: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": "41022",
                    "label": "41022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1626216304,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10687
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58788,
                    45.52616
                ]
            },
            "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": "41024",
                    "label": "41024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1626234243,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10688
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63265,
                    45.47964
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209219",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:13: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": 36,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1626381905,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10693
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60322,
                    45.49697
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209635",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:50: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": "41002",
                    "label": "41002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 216,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1626985865,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10709
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6273,
                    45.48582
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199633",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:51: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": "41026",
                    "label": "41026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1626987485,
                "lastSeenAt": 1754494027,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10710
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59172,
                    45.53068
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209954",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:24: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": "41030",
                    "label": "41030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1627496584,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10733
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5121,
                    45.61173
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209819",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:01: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": "41033",
                    "label": "41033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 104,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1627503366,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10735
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56171,
                    45.54259
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209400",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:01: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": "41032",
                    "label": "41032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1627642563,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10737
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63473,
                    45.47186
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196944",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:16: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": "41038",
                    "label": "41038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1627678863,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10740
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43898,
                    45.4456
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210571",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:09: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": "41023",
                    "label": "41023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1627682046,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10741
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61354,
                    45.51275
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209695",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10: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": 52,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1628017264,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10746
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61969,
                    45.49771
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209326",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:56: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": "41007",
                    "label": "41007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1628157364,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10753
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59203,
                    45.52172
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209796",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:12: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": "41029",
                    "label": "41029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1629912965,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10794
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58794,
                    45.52608
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209845",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "110002"
                },
                "route": {
                    "id": "11",
                    "shortName": "11",
                    "longName": "Parc-du-Mont-Royal / Ridgewood",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41012",
                    "label": "41012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1630612204,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10814
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5338,
                    45.54726
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207985",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:30: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": "41058",
                    "label": "41058",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1631128265,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10861
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59529,
                    45.56604
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208606",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "410001"
                },
                "route": {
                    "id": "41",
                    "shortName": "41",
                    "longName": "Quartier Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41057",
                    "label": "41057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 6,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1631213946,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10868
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65581,
                    45.56377
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208942",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "410001"
                },
                "route": {
                    "id": "41",
                    "shortName": "41",
                    "longName": "Quartier Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41047",
                    "label": "41047",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1631224564,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10870
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66629,
                    45.54042
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207323",
                    "shortName": null,
                    "headsign": "Est destination Georges-Baril / Henri-Bourassa",
                    "startTime": "11:27: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": "41055",
                    "label": "41055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 112,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1631651768,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10875
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58202,
                    45.64668
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208692",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:48: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": "41065",
                    "label": "41065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 39,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1631739487,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10880
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64023,
                    45.54409
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209142",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:09: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": "41069",
                    "label": "41069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1631827446,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10884
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5603,
                    45.50665
                ]
            },
            "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": "41063",
                    "label": "41063",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1631905863,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10887
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58533,
                    45.64454
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208112",
                    "shortName": null,
                    "headsign": "Ouest via Gouin / Ozias-Leduc",
                    "startTime": "11:15: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": "41074",
                    "label": "41074",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 233,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1632322923,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10894
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63379,
                    45.55968
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208825",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:12: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": "41062",
                    "label": "41062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 121,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1633029130,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10910
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66549,
                    45.56054
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208323",
                    "shortName": null,
                    "headsign": "Est via Gouin / Ozias-Leduc",
                    "startTime": "11:25: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": "41073",
                    "label": "41073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 26,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1634070006,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10936
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67963,
                    45.53648
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198823",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:17: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": "40914",
                    "label": "40914",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1643145307,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    1,
                    9
                ],
                "isActive": null
            },
            "id": 11045
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65974,
                    45.47213
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198160",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:55: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": "41113",
                    "label": "41113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 5,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1643364785,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11049
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65437,
                    45.56635
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208782",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "410002"
                },
                "route": {
                    "id": "41",
                    "shortName": "41",
                    "longName": "Quartier Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41111",
                    "label": "41111",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 200,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1643365624,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11051
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6674,
                    45.55721
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209159",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:52: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": "41108",
                    "label": "41108",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1643404085,
                "lastSeenAt": 1754494031,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11056
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55271,
                    45.52277
                ]
            },
            "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": "41087",
                    "label": "41087",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1643404565,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11058
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67065,
                    45.55026
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207824",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:31: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": "41107",
                    "label": "41107",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1643839504,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11071
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56368,
                    45.5098
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208301",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:25: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": "41117",
                    "label": "41117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1643882224,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11072
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58633,
                    45.52008
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208450",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:07: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": "41120",
                    "label": "41120",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 297,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1644239464,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11077
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63212,
                    45.58878
                ]
            },
            "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": "41128",
                    "label": "41128",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1644487384,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11083
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62728,
                    45.53768
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209111",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:00: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": "41088",
                    "label": "41088",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 111,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1644965885,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11093
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6587,
                    45.55154
                ]
            },
            "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": "41098",
                    "label": "41098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 110,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1645221905,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11101
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6198,
                    45.6068
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208030",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:16: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": "41092",
                    "label": "41092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1645441923,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65527,
                    45.5372
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207439",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17: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": "41127",
                    "label": "41127",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1645734725,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11110
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63974,
                    45.57204
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208719",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:51: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": "41123",
                    "label": "41123",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1645734845,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62856,
                    45.54364
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208158",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:15: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": "41122",
                    "label": "41122",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1647371584,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11136
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65913,
                    45.5707
                ]
            },
            "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": "41080",
                    "label": "41080",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 1,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1647890585,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11143
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66243,
                    45.56261
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207173",
                    "shortName": null,
                    "headsign": "Est destination Georges-Baril / Henri-Bourassa",
                    "startTime": "10:56: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": "41129",
                    "label": "41129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 288,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1647984244,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11145
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62023,
                    45.53564
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209019",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:49: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": "41091",
                    "label": "41091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1648150204,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11149
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65955,
                    45.56839
                ]
            },
            "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": "41126",
                    "label": "41126",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 199,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1649069105,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11159
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59574,
                    45.57934
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207727",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "41090",
                    "label": "41090",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1649184484,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11162
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58389,
                    45.53722
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207479",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "41076",
                    "label": "41076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 300,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1651001764,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11169
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61063,
                    45.57513
                ]
            },
            "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": "Quartier Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41084",
                    "label": "41084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 300,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1651053785,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11171
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63969,
                    45.58197
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207265",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "42013",
                    "label": "42013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 18,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1664528044,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12615
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60056,
                    45.49947
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199610",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:12: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": "42020",
                    "label": "42020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1664964845,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12636
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61813,
                    45.50405
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197506",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:01: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": "42032",
                    "label": "42032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1664965384,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12637
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59142,
                    45.56647
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207970",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:59: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": "42019",
                    "label": "42019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 121,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1664995325,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12639
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61732,
                    45.6075
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208257",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:02: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": "42035",
                    "label": "42035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1664997186,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12640
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60238,
                    45.57151
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208744",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:01: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": "42014",
                    "label": "42014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1665172026,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12650
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6071,
                    45.49557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198656",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:19: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": "42040",
                    "label": "42040",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1665430506,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12656
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66004,
                    45.54703
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208675",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11: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": "42011",
                    "label": "42011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1665517506,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12660
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6157,
                    45.55767
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209002",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:55: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": "42039",
                    "label": "42039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1666123747,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12675
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6254,
                    45.62124
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207767",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:03: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": "42037",
                    "label": "42037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 220,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1666292946,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12681
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63415,
                    45.58989
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207079",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "42017",
                    "label": "42017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 227,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1666866365,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12708
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63927,
                    45.60006
                ]
            },
            "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": "42048",
                    "label": "42048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1667468526,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12721
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53928,
                    45.66082
                ]
            },
            "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": "42036",
                    "label": "42036",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 49,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1668508684,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12733
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6413,
                    45.5972
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208808",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:07: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": "42018",
                    "label": "42018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1668513424,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12735
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73438,
                    45.48801
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199069",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:18: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": "42006",
                    "label": "42006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 121,
                    "odometer": 0,
                    "speed": 44
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1669072444,
                "lastSeenAt": 1754494053,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12748
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64244,
                    45.59688
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208624",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:30: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": "42024",
                    "label": "42024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1669234144,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12754
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66116,
                    45.53362
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206891",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:32: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": "42005",
                    "label": "42005",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1669290545,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12756
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54237,
                    45.46273
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242877",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:18: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": "31237",
                    "label": "31237",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 15,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1671019145,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 12826
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60693,
                    45.47594
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242705",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:38: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": "42016",
                    "label": "42016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1674037504,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 13078
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64034,
                    45.42561
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181872",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:00: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": "44027",
                    "label": "44027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1734987007,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928838
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68033,
                    45.44303
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182730",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:34: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": "44014",
                    "label": "44014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1734994923,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928840
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55771,
                    45.48527
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183462",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:52: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": "44012",
                    "label": "44012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 8,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1735593607,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928854
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82714,
                    45.43923
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185076",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:05: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": "44001",
                    "label": "44001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 350,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1736454008,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928879
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65016,
                    45.44271
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182763",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:48: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": "44018",
                    "label": "44018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 133,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1736459105,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928880
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60329,
                    45.44673
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184808",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:25: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": "44020",
                    "label": "44020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1737579787,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928923
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61459,
                    45.43675
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184007",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06: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": "44015",
                    "label": "44015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 105,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1737633246,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928925
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69129,
                    45.43695
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181529",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23: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": "44021",
                    "label": "44021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 116,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 67,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1738787046,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928951
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62605,
                    45.4263
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183775",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:40: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": "44024",
                    "label": "44024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1738787586,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928952
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60879,
                    45.42535
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182301",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28: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": "44033",
                    "label": "44033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1738790048,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928954
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55314,
                    45.47949
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182540",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:10: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": "44005",
                    "label": "44005",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 180,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1740085566,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928982
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58636,
                    45.47544
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181706",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:11: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": "44007",
                    "label": "44007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1741279566,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929024
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59526,
                    45.44031
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184113",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "44008",
                    "label": "44008",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1741380184,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929026
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62881,
                    45.44259
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182708",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:16: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": "44025",
                    "label": "44025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1742240587,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929051
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60518,
                    45.4733
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181949",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "380011"
                },
                "route": {
                    "id": "38",
                    "shortName": "38",
                    "longName": "De l'Église",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44006",
                    "label": "44006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1742321045,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929054
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60332,
                    45.47913
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184366",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:53: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": "44031",
                    "label": "44031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1744880464,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929156
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69226,
                    45.43961
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183755",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:09: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": "44030",
                    "label": "44030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1746092709,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929189
        }
    ],
    "lastRefreshAt": 1754494073
}
 

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/eum"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson/eum';
$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/eum'
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: eum

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-Ouest",
                "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": "Quartier 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": "Quartier 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": "Quartier 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": false,
            "label": "27520",
            "timestamp": 1754493098,
            "tripId": "289184039",
            "routeId": "198",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.44717,
                "lon": -73.60435
            },
            "bearing": 274,
            "speed": 2,
            "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": 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": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 11:22:08",
            "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": 1754482973,
            "tripId": "289183335",
            "routeId": "107",
            "startTime": "07:28:00",
            "position": {
                "lat": 45.50179,
                "lon": -73.56699
            },
            "bearing": 38,
            "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": "289183335",
                "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-25 11:36:06",
            "meta": {},
            "updatedAt": "2025-08-06 08:25:13",
            "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": 1754494064,
            "tripId": "289184783",
            "routeId": "113",
            "startTime": "11:21:00",
            "position": {
                "lat": 45.43584,
                "lon": -73.60929
            },
            "bearing": 285,
            "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": "289184783",
                "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": "2019-12-12 20:36:14",
            "meta": {},
            "updatedAt": "2025-08-06 11:28:09",
            "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": 1754474495,
            "tripId": "289183499",
            "routeId": "356",
            "startTime": "03:14:00",
            "position": {
                "lat": 45.44072,
                "lon": -73.63509
            },
            "bearing": 298,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 116,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "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": "289183499",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "356",
                "routeLongName": "Lachine / YUL Aéroport / Des Sources",
                "shapeLink": "/storage/shapes/stm/3560002.json",
                "shapeId": "3560002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 06:03:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1110,
            "ref": "27534",
            "isActive": false,
            "label": "27534",
            "timestamp": 1754449185,
            "tripId": "289183493",
            "routeId": "107",
            "startTime": "21:47:00",
            "position": {
                "lat": 45.42591,
                "lon": -73.61025
            },
            "bearing": 304,
            "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": "289183493",
                "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-22 03:00:05",
            "meta": {},
            "updatedAt": "2025-08-05 23:01:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 115,
            "ref": "27535",
            "isActive": true,
            "label": "27535",
            "timestamp": 1754494064,
            "tripId": "289183233",
            "routeId": "106",
            "startTime": "11:19:00",
            "position": {
                "lat": 45.43961,
                "lon": -73.62213
            },
            "bearing": 226,
            "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": [
                4
            ],
            "trip": {
                "id": "289183233",
                "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-08-06 11:28:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1294,
            "ref": "27536",
            "isActive": false,
            "label": "27536",
            "timestamp": 1754154299,
            "tripId": "289177717",
            "routeId": "123",
            "startTime": "12:18:00",
            "position": {
                "lat": 45.4407,
                "lon": -73.63465
            },
            "bearing": 309,
            "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": [
                4
            ],
            "trip": {
                "id": "289177717",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "123",
                "routeLongName": "Dollard / Shevchenko",
                "shapeLink": "/storage/shapes/stm/1230002.json",
                "shapeId": "1230002",
                "serviceId": "25U-H56U000A-81-A",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:25:03",
            "meta": {},
            "updatedAt": "2025-08-02 13:06:10",
            "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": "286573253",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "195",
                "routeLongName": "Dorval / Angrignon",
                "shapeLink": "/storage/shapes/stm/1950182.json",
                "shapeId": "1950182",
                "serviceId": "25M-H56M000S-83-S",
                "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": 1754481114,
            "tripId": "289657188",
            "routeId": "72",
            "startTime": "07:19:00",
            "position": {
                "lat": 45.47642,
                "lon": -73.78124
            },
            "bearing": 235,
            "speed": 11,
            "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": 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": "2025-08-06 08:02: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": 1754492824,
            "tripId": "289185788",
            "routeId": "90",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.4886,
                "lon": -73.58534
            },
            "bearing": 316,
            "speed": 31,
            "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": [
                8
            ],
            "trip": {
                "id": "289185788",
                "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 11:05:06",
            "meta": {},
            "updatedAt": "2025-08-06 11:18:10",
            "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": 1754484861,
            "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-10 19:14:06",
            "meta": {},
            "updatedAt": "2025-08-06 09:05:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3250,
            "ref": "28012",
            "isActive": false,
            "label": "28012",
            "timestamp": 1754493627,
            "tripId": "289183062",
            "routeId": "104",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.48944,
                "lon": -73.58483
            },
            "bearing": 131,
            "speed": 7,
            "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": [
                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-01-15 12:06:23",
            "meta": {},
            "updatedAt": "2025-08-06 11:26:13",
            "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": 1754482839,
            "tripId": "286061102",
            "routeId": "174",
            "startTime": "08:00:00",
            "position": {
                "lat": 45.47253,
                "lon": -73.73532
            },
            "bearing": 222,
            "speed": 7,
            "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": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061102",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "174",
                "routeLongName": "Côte-Vertu-Ouest",
                "shapeLink": "/storage/shapes/stm/1740001.json",
                "shapeId": "1740001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-30 11:42:07",
            "meta": {},
            "updatedAt": "2025-08-06 08:31:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2405,
            "ref": "28017",
            "isActive": false,
            "label": "28017",
            "timestamp": 1754491478,
            "tripId": "286060752",
            "routeId": "468",
            "startTime": "09:46:00",
            "position": {
                "lat": 45.46577,
                "lon": -73.88987
            },
            "bearing": 234,
            "speed": 37,
            "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": "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 21:14:13",
            "meta": {},
            "updatedAt": "2025-08-06 10:55:11",
            "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": "285010275",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "468",
                "routeLongName": "Express Pierrefonds / Gouin",
                "shapeLink": "/storage/shapes/stm/4680086.json",
                "shapeId": "4680086",
                "serviceId": "25M-H60M000S-80-S",
                "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": 1754430621,
            "tripId": "286061859",
            "routeId": "201",
            "startTime": "16:32:00",
            "position": {
                "lat": 45.46619,
                "lon": -73.8318
            },
            "bearing": 134,
            "speed": 6,
            "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": [
                8
            ],
            "trip": {
                "id": "286061859",
                "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": {},
            "updatedAt": "2025-08-05 17:52:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1881,
            "ref": "28022",
            "isActive": false,
            "label": "28022",
            "timestamp": 1754489629,
            "tripId": "286061376",
            "routeId": "196",
            "startTime": "09:26:00",
            "position": {
                "lat": 45.4398,
                "lon": -73.69041
            },
            "bearing": 270,
            "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": "286061376",
                "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:15",
            "meta": {},
            "updatedAt": "2025-08-06 10:24:11",
            "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": 1754489481,
            "tripId": "286061371",
            "routeId": "70",
            "startTime": "09:38:00",
            "position": {
                "lat": 45.49277,
                "lon": -73.73949
            },
            "bearing": 310,
            "speed": 49,
            "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": "286061371",
                "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 11:30:08",
            "meta": {},
            "updatedAt": "2025-08-06 10:16: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-Ouest",
                "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": 1754480653,
            "tripId": "286061163",
            "routeId": "196",
            "startTime": "06:47: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": "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 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 07:55:13",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 127,
            "ref": "28031",
            "isActive": false,
            "label": "28031",
            "timestamp": 1754437065,
            "tripId": "286061814",
            "routeId": "68",
            "startTime": "18:41:00",
            "position": {
                "lat": 45.43768,
                "lon": -73.90214
            },
            "bearing": 95,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 80,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "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": "286061814",
                "headsign": "Ouest destination Anse-à-l'Orme / Timberlea-Trail",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "68",
                "routeLongName": "Pierrefonds",
                "shapeLink": "/storage/shapes/stm/680002.json",
                "shapeId": "680002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-05 19:48:12",
            "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",
                "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": 1754490351,
            "tripId": "286062349",
            "routeId": "968",
            "startTime": "07:00:00",
            "position": {
                "lat": 45.50337,
                "lon": -73.73523
            },
            "bearing": 50,
            "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": "286062349",
                "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-08-06 10:27: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",
                "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": true,
            "label": "28040",
            "timestamp": 1754494056,
            "tripId": "286062389",
            "routeId": "968",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.51263,
                "lon": -73.81627
            },
            "bearing": 148,
            "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": "286062389",
                "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-08-06 11:28:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 7429,
            "ref": "28041",
            "isActive": false,
            "label": "28041",
            "timestamp": 1754489342,
            "tripId": "286061216",
            "routeId": "196",
            "startTime": "09:02:00",
            "position": {
                "lat": 45.43982,
                "lon": -73.69015
            },
            "bearing": 268,
            "speed": 15,
            "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": "2020-08-13 06:25:03",
            "meta": {},
            "updatedAt": "2025-08-06 10:20:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1711,
            "ref": "28042",
            "isActive": false,
            "label": "28042",
            "timestamp": 1754479380,
            "tripId": "286060890",
            "routeId": "196",
            "startTime": "06:28:00",
            "position": {
                "lat": 45.43982,
                "lon": -73.69002
            },
            "bearing": 268,
            "speed": 25,
            "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 11:25:07",
            "meta": {},
            "updatedAt": "2025-08-06 07:34:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1740,
            "ref": "28043",
            "isActive": false,
            "label": "28043",
            "timestamp": 1754481819,
            "tripId": "286061324",
            "routeId": "196",
            "startTime": "07:08:00",
            "position": {
                "lat": 45.43982,
                "lon": -73.68985
            },
            "bearing": 269,
            "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": [
                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 11:30:09",
            "meta": {},
            "updatedAt": "2025-08-06 08:14:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 130,
            "ref": "28044",
            "isActive": false,
            "label": "28044",
            "timestamp": 1754437122,
            "tripId": "286059831",
            "routeId": "204",
            "startTime": "18:19:00",
            "position": {
                "lat": 45.46546,
                "lon": -73.83103
            },
            "bearing": 326,
            "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": [
                8
            ],
            "trip": {
                "id": "286059831",
                "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": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-05 19:40:11",
            "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": 1754488418,
            "tripId": "289184673",
            "routeId": "198",
            "startTime": "08:49:00",
            "position": {
                "lat": 45.44693,
                "lon": -73.60278
            },
            "bearing": 279,
            "speed": 26,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184673",
                "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-12-12 21:30:13",
            "meta": {},
            "updatedAt": "2025-08-06 09:55:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 132,
            "ref": "28047",
            "isActive": false,
            "label": "28047",
            "timestamp": 1754485957,
            "tripId": "289201354",
            "routeId": "95",
            "startTime": "08:31:00",
            "position": {
                "lat": 45.53823,
                "lon": -73.61429
            },
            "bearing": 322,
            "speed": 8,
            "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": "289201354",
                "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-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 09:19:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 133,
            "ref": "28048",
            "isActive": false,
            "label": "28048",
            "timestamp": 1754485606,
            "tripId": "289183018",
            "routeId": "104",
            "startTime": "08:18:00",
            "position": {
                "lat": 45.49115,
                "lon": -73.58803
            },
            "bearing": 43,
            "speed": 5,
            "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": "289183018",
                "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": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 09:08:10",
            "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": 1754494070,
            "tripId": "289184546",
            "routeId": "195",
            "startTime": "11:15:00",
            "position": {
                "lat": 45.4419,
                "lon": -73.69341
            },
            "bearing": 90,
            "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": [
                4
            ],
            "trip": {
                "id": "289184546",
                "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-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 11:28:08",
            "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": false,
            "label": "28057",
            "timestamp": 1754440004,
            "tripId": "289182211",
            "routeId": "90",
            "startTime": "19:33:00",
            "position": {
                "lat": 45.44598,
                "lon": -73.67998
            },
            "bearing": 263,
            "speed": 11,
            "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": [
                4
            ],
            "trip": {
                "id": "289182211",
                "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-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-05 20:28:08",
            "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": 1754481375,
            "tripId": "289184647",
            "routeId": "198",
            "startTime": "06:49:00",
            "position": {
                "lat": 45.44716,
                "lon": -73.60428
            },
            "bearing": 279,
            "speed": 0,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184647",
                "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 11:50:17",
            "meta": {},
            "updatedAt": "2025-08-06 08:07:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 137,
            "ref": "28062",
            "isActive": false,
            "label": "28062",
            "timestamp": 1754479066,
            "tripId": "289657191",
            "routeId": "225",
            "startTime": "06:57:00",
            "position": {
                "lat": 45.50271,
                "lon": -73.73264
            },
            "bearing": 307,
            "speed": 11,
            "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": 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 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 07:20:15",
            "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": 1754470593,
            "tripId": "289185288",
            "routeId": "356",
            "startTime": "03:10:00",
            "position": {
                "lat": 45.53242,
                "lon": -73.55309
            },
            "bearing": 27,
            "speed": 13,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 117,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "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": "289185288",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "356",
                "routeLongName": "Lachine / YUL Aéroport / Des Sources",
                "shapeLink": "/storage/shapes/stm/3560001.json",
                "shapeId": "3560001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 05:07:06",
            "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": 1754430227,
            "tripId": "286062441",
            "routeId": "968",
            "startTime": "17:18:00",
            "position": {
                "lat": 45.51084,
                "lon": -73.81019
            },
            "bearing": 273,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062441",
                "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-08-05 17:45:13",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 143,
            "ref": "28073",
            "isActive": false,
            "label": "28073",
            "timestamp": 1754434574,
            "tripId": "286062455",
            "routeId": "968",
            "startTime": "18:10:00",
            "position": {
                "lat": 45.50245,
                "lon": -73.73454
            },
            "bearing": 157,
            "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": [
                8
            ],
            "trip": {
                "id": "286062455",
                "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-08-05 18:58:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1333,
            "ref": "28074",
            "isActive": false,
            "label": "28074",
            "timestamp": 1754483177,
            "tripId": "286061395",
            "routeId": "72",
            "startTime": "07:54:00",
            "position": {
                "lat": 45.4736,
                "lon": -73.78687
            },
            "bearing": 325,
            "speed": 2,
            "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": "286061395",
                "headsign": "Ouest destination 2525 Avro",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": "/storage/shapes/stm/720005.json",
                "shapeId": "720005",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:30:03",
            "meta": {},
            "updatedAt": "2025-08-06 08:37:11",
            "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": 1754479578,
            "tripId": "286060986",
            "routeId": "209",
            "startTime": "06:39:00",
            "position": {
                "lat": 45.45372,
                "lon": -73.75286
            },
            "bearing": 84,
            "speed": 65,
            "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",
                "shapeLink": "/storage/shapes/stm/2090001.json",
                "shapeId": "2090001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:09",
            "meta": {},
            "updatedAt": "2025-08-06 07:37: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": 1754485082,
            "tripId": "286060812",
            "routeId": "203",
            "startTime": "08:11:00",
            "position": {
                "lat": 45.46639,
                "lon": -73.83167
            },
            "bearing": 223,
            "speed": 7,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060812",
                "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 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 09:09:13",
            "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": 1754494061,
            "tripId": "289185197",
            "routeId": "405",
            "startTime": "10:54:00",
            "position": {
                "lat": 45.44719,
                "lon": -73.74286
            },
            "bearing": 195,
            "speed": 12,
            "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": "289185197",
                "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 11:00:05",
            "meta": {},
            "updatedAt": "2025-08-06 11:28:09",
            "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": true,
            "label": "28084",
            "timestamp": 1754494053,
            "tripId": "289185561",
            "routeId": "491",
            "startTime": "10:57:00",
            "position": {
                "lat": 45.43983,
                "lon": -73.69244
            },
            "bearing": 173,
            "speed": 21,
            "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": "289185561",
                "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-11-22 22:32:16",
            "meta": {},
            "updatedAt": "2025-08-06 11:28:13",
            "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": "286573889",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "112",
                "routeLongName": "Airlie",
                "shapeLink": "/storage/shapes/stm/1120177.json",
                "shapeId": "1120177",
                "serviceId": "25M-H56M000S-83-S",
                "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": 1754484481,
            "tripId": "286061265",
            "routeId": "217",
            "startTime": "08:13:00",
            "position": {
                "lat": 45.46565,
                "lon": -73.83166
            },
            "bearing": 332,
            "speed": 8,
            "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": [
                8
            ],
            "trip": {
                "id": "286061265",
                "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": {},
            "updatedAt": "2025-08-06 08:59:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1497,
            "ref": "28093",
            "isActive": true,
            "label": "28093",
            "timestamp": 1754494070,
            "tripId": "289184909",
            "routeId": "211",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.40394,
                "lon": -73.93926
            },
            "bearing": 259,
            "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": [
                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": "2019-11-22 10:55:03",
            "meta": {},
            "updatedAt": "2025-08-06 11:28: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": 1754488615,
            "tripId": "286060907",
            "routeId": "117",
            "startTime": "09:33:00",
            "position": {
                "lat": 45.50948,
                "lon": -73.67098
            },
            "bearing": 217,
            "speed": 36,
            "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": "286060907",
                "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-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 10:08:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1742,
            "ref": "28100",
            "isActive": false,
            "label": "28100",
            "timestamp": 1754431148,
            "tripId": "286061759",
            "routeId": "64",
            "startTime": "17:42:00",
            "position": {
                "lat": 45.53064,
                "lon": -73.7177
            },
            "bearing": 312,
            "speed": 13,
            "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": [
                8
            ],
            "trip": {
                "id": "286061759",
                "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 11:30:10",
            "meta": {},
            "updatedAt": "2025-08-05 18:10:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 150,
            "ref": "28101",
            "isActive": false,
            "label": "28101",
            "timestamp": 1754438135,
            "tripId": "286062393",
            "routeId": "968",
            "startTime": "15:00:00",
            "position": {
                "lat": 45.50353,
                "lon": -73.73553
            },
            "bearing": 53,
            "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": "286062393",
                "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-08-05 19:57:07",
            "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": 1754491260,
            "tripId": "286060950",
            "routeId": "201",
            "startTime": "09:36:00",
            "position": {
                "lat": 45.46595,
                "lon": -73.83227
            },
            "bearing": 70,
            "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": [
                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 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 10:43:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 154,
            "ref": "28107",
            "isActive": false,
            "label": "28107",
            "timestamp": 1754487706,
            "tripId": "286060898",
            "routeId": "225",
            "startTime": "08:46:00",
            "position": {
                "lat": 45.46659,
                "lon": -73.8313
            },
            "bearing": 228,
            "speed": 5,
            "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": "286060898",
                "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 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 09:52:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2100,
            "ref": "28108",
            "isActive": false,
            "label": "28108",
            "timestamp": 1754482902,
            "tripId": "286060942",
            "routeId": "196",
            "startTime": "07:28:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69157
            },
            "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": "286060942",
                "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 12:30:26",
            "meta": {},
            "updatedAt": "2025-08-06 08:32:15",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 155,
            "ref": "28109",
            "isActive": false,
            "label": "28109",
            "timestamp": 1754487804,
            "tripId": "286060983",
            "routeId": "203",
            "startTime": "08:58:00",
            "position": {
                "lat": 45.44762,
                "lon": -73.74381
            },
            "bearing": 357,
            "speed": 3,
            "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": [
                8
            ],
            "trip": {
                "id": "286060983",
                "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": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 09:54:11",
            "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": 1754341643,
            "tripId": "286061717",
            "routeId": "196",
            "startTime": "16:12:00",
            "position": {
                "lat": 45.43982,
                "lon": -73.69016
            },
            "bearing": 269,
            "speed": 20,
            "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": "286061717",
                "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-08-04 17:18:12",
            "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": 1754483253,
            "tripId": "286060673",
            "routeId": "401",
            "startTime": "08:12:00",
            "position": {
                "lat": 45.47937,
                "lon": -73.86628
            },
            "bearing": 46,
            "speed": 50,
            "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": "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-08-06 08:29:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1885,
            "ref": "28118",
            "isActive": false,
            "label": "28118",
            "timestamp": 1754482056,
            "tripId": "286061128",
            "routeId": "196",
            "startTime": "07:15:00",
            "position": {
                "lat": 45.43987,
                "lon": -73.68674
            },
            "bearing": 262,
            "speed": 31,
            "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": "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 11:50:20",
            "meta": {},
            "updatedAt": "2025-08-06 08:18:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2860,
            "ref": "28119",
            "isActive": false,
            "label": "28119",
            "timestamp": 1754483716,
            "tripId": "286061191",
            "routeId": "407",
            "startTime": "08:01:00",
            "position": {
                "lat": 45.49186,
                "lon": -73.86948
            },
            "bearing": 228,
            "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": "286061191",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "407",
                "routeLongName": "Express Île-Bizard",
                "shapeLink": "/storage/shapes/stm/4070002.json",
                "shapeId": "4070002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-03 12:08:11",
            "meta": {},
            "updatedAt": "2025-08-06 08:46:10",
            "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": 1754482299,
            "tripId": "286060757",
            "routeId": "72",
            "startTime": "07:38:00",
            "position": {
                "lat": 45.47369,
                "lon": -73.78671
            },
            "bearing": 233,
            "speed": 25,
            "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": "286060757",
                "headsign": "Ouest destination 2525 Avro",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": "/storage/shapes/stm/720005.json",
                "shapeId": "720005",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-08-06 08:22:13",
            "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",
                "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": 1753823873,
            "tripId": "286061749",
            "routeId": "170",
            "startTime": "16:49:00",
            "position": {
                "lat": 45.52201,
                "lon": -73.73315
            },
            "bearing": 312,
            "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": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061749",
                "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 12:45:27",
            "meta": {},
            "updatedAt": "2025-07-29 17:29:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 164,
            "ref": "28128",
            "isActive": false,
            "label": "28128",
            "timestamp": 1754484678,
            "tripId": "286060315",
            "routeId": "170",
            "startTime": "08:24:00",
            "position": {
                "lat": 45.51501,
                "lon": -73.68388
            },
            "bearing": 131,
            "speed": 15,
            "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": "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-08-06 09:02:09",
            "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": 17638
    }
}
 

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.60929,
                    45.43584
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184783",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1130001"
                },
                "route": {
                    "id": "113",
                    "shortName": "113",
                    "longName": "Lapierre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "27529",
                    "label": "27529",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 285,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576200974,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3040
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62213,
                    45.43961
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183233",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1060001"
                },
                "route": {
                    "id": "106",
                    "shortName": "106",
                    "longName": "Newman",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "27535",
                    "label": "27535",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 115
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81627,
                    45.51263
                ]
            },
            "properties": {
                "trip": {
                    "id": "286062389",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "28040",
                    "label": "28040",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 148,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 129
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69341,
                    45.4419
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184546",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1950001"
                },
                "route": {
                    "id": "195",
                    "shortName": "195",
                    "longName": "Dorval / Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "28052",
                    "label": "28052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 90,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 135
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74286,
                    45.44719
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185197",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:54: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": "28081",
                    "label": "28081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 195,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574438405,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1531
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69244,
                    45.43983
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185561",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4910001"
                },
                "route": {
                    "id": "491",
                    "shortName": "491",
                    "longName": "Express Provost",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "28084",
                    "label": "28084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 173,
                    "odometer": 0,
                    "speed": 21
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574479936,
                "lastSeenAt": 1754494053,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2465
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93926,
                    45.40394
                ]
            },
            "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": "28093",
                    "label": "28093",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 259,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438103,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1497
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51982,
                    45.62453
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216607",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1870002"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29007",
                    "label": "29007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 13,
                    "odometer": 0,
                    "speed": 42
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574434804,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1192
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63541,
                    45.48293
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201582",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:28: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": "29009",
                    "label": "29009",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 307,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403190,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 825
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61511,
                    45.52024
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200937",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29014",
                    "label": "29014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575644163,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2935
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5918,
                    45.5487
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201205",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29015",
                    "label": "29015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 28,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576686850,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3105
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54257,
                    45.58268
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201021",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1970001"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29020",
                    "label": "29020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 297,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577115965,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3152
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59792,
                    45.53164
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201693",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29021",
                    "label": "29021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 34,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440211,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1745
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67113,
                    45.46262
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201421",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29030",
                    "label": "29030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574731580,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2612
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62994,
                    45.52907
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202062",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1790001"
                },
                "route": {
                    "id": "179",
                    "shortName": "179",
                    "longName": "De l'Acadie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29032",
                    "label": "29032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 116,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1586909944,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 7099
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53419,
                    45.5965
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201798",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29035",
                    "label": "29035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 219,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581024423,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3332
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59074,
                    45.45704
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183724",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "370002"
                },
                "route": {
                    "id": "37",
                    "shortName": "37",
                    "longName": "Jolicoeur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29048",
                    "label": "29048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 99,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574439910,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1715
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5573,
                    45.48744
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183284",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "610004"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29054",
                    "label": "29054",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 187,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 185
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57895,
                    45.56347
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200780",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29063",
                    "label": "29063",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 188
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81832,
                    45.44221
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185901",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:57: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": "29067",
                    "label": "29067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 39
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409309,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1083
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64914,
                    45.47966
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201929",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29069",
                    "label": "29069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 37
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575904203,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2970
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8009,
                    45.46432
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060958",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2040002"
                },
                "route": {
                    "id": "204",
                    "shortName": "204",
                    "longName": "Cardinal",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29070",
                    "label": "29070",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 16
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 191
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60437,
                    45.44674
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182655",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1010002"
                },
                "route": {
                    "id": "101",
                    "shortName": "101",
                    "longName": "Saint-Patrick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29074",
                    "label": "29074",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 147,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 193
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61214,
                    45.44573
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183259",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1060002"
                },
                "route": {
                    "id": "106",
                    "shortName": "106",
                    "longName": "Newman",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29077",
                    "label": "29077",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 196
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89936,
                    45.41347
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185326",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17: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": "29086",
                    "label": "29086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 68,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 201
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61172,
                    45.42406
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183845",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1120002"
                },
                "route": {
                    "id": "112",
                    "shortName": "112",
                    "longName": "Airlie",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29092",
                    "label": "29092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 309,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 205
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58539,
                    45.48856
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182615",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "900001"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29098",
                    "label": "29098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 315,
                    "odometer": 0,
                    "speed": 28
                },
                "agencyId": 1,
                "currentStopSequence": 53,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754493700,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 207
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58023,
                    45.48178
                ]
            },
            "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": "29100",
                    "label": "29100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574413506,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1134
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58221,
                    45.47892
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184697",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "350021"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29101",
                    "label": "29101",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575152646,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2812
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66595,
                    45.43147
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184830",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1100001"
                },
                "route": {
                    "id": "110",
                    "shortName": "110",
                    "longName": "Centrale",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29106",
                    "label": "29106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 182,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 210
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6061,
                    45.45155
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182864",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1010001"
                },
                "route": {
                    "id": "101",
                    "shortName": "101",
                    "longName": "Saint-Patrick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29107",
                    "label": "29107",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 4
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574444133,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2120
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58128,
                    45.48257
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185588",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1900004"
                },
                "route": {
                    "id": "190",
                    "shortName": "190",
                    "longName": "Norman",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29109",
                    "label": "29109",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 59,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437204,
                "lastSeenAt": 1754493970,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1384
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60659,
                    45.47329
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182915",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1020001"
                },
                "route": {
                    "id": "102",
                    "shortName": "102",
                    "longName": "Somerled",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29113",
                    "label": "29113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581737944,
                "lastSeenAt": 1754494033,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3359
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64181,
                    45.41742
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183645",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1100002"
                },
                "route": {
                    "id": "110",
                    "shortName": "110",
                    "longName": "Centrale",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29114",
                    "label": "29114",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 288,
                    "odometer": 0,
                    "speed": 32
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581459724,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3348
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56535,
                    45.46183
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181437",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "120002"
                },
                "route": {
                    "id": "12",
                    "shortName": "12",
                    "longName": "Île-des-Soeurs",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29115",
                    "label": "29115",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 93,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581112804,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3336
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5793,
                    45.4821
                ]
            },
            "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": "29116",
                    "label": "29116",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 66
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574874016,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2705
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57015,
                    45.50335
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185637",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "350021"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29117",
                    "label": "29117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437506,
                "lastSeenAt": 1754494017,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1427
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56441,
                    45.49272
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183417",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "350001"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29125",
                    "label": "29125",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 306,
                    "odometer": 0,
                    "speed": 8
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 213
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6514,
                    45.44151
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182689",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "900001"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29128",
                    "label": "29128",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 2,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574703139,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2586
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64658,
                    45.55238
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202029",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11: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": "29130",
                    "label": "29130",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 215
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63544,
                    45.43027
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181836",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1060002"
                },
                "route": {
                    "id": "106",
                    "shortName": "106",
                    "longName": "Newman",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29139",
                    "label": "29139",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 65,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 219
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55814,
                    45.48057
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182144",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "570001"
                },
                "route": {
                    "id": "57",
                    "shortName": "57",
                    "longName": "Charlevoix",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29147",
                    "label": "29147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 83,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 226
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74743,
                    45.45708
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199995",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:32: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": "29156",
                    "label": "29156",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 359,
                    "odometer": 0,
                    "speed": 15
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574436303,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1296
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66542,
                    45.53601
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207790",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:02: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": "29821",
                    "label": "29821",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 9,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 237
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61686,
                    45.60778
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207635",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690001"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29828",
                    "label": "29828",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 245,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 240
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67132,
                    45.54983
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209193",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690001"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29834",
                    "label": "29834",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 21
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 245
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6067,
                    45.61897
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206765",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29846",
                    "label": "29846",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 233,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445923,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2180
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65482,
                    45.5532
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207705",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "29850",
                    "label": "29850",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494053,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 254
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59966,
                    45.55935
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208484",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29855",
                    "label": "29855",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 123,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574704222,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2590
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55199,
                    45.51471
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209097",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "140002"
                },
                "route": {
                    "id": "14",
                    "shortName": "14",
                    "longName": "Atateken",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30002",
                    "label": "30002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 29,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579225960,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3256
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70578,
                    45.50212
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197844",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1280002"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30007",
                    "label": "30007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 313,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 260
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65079,
                    45.48899
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198623",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1660002"
                },
                "route": {
                    "id": "166",
                    "shortName": "166",
                    "longName": "Queen-Mary",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30010",
                    "label": "30010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574443237,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2077
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81642,
                    45.44266
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185034",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2110001"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30012",
                    "label": "30012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 260,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578501027,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3215
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56313,
                    45.50191
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181747",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "360002"
                },
                "route": {
                    "id": "36",
                    "shortName": "36",
                    "longName": "Monk",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30027",
                    "label": "30027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 261
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58833,
                    45.45843
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181602",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "350001"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30028",
                    "label": "30028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 184,
                    "odometer": 0,
                    "speed": 21
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575991447,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2995
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65913,
                    45.4396
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183966",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4960002"
                },
                "route": {
                    "id": "496",
                    "shortName": "496",
                    "longName": "Express Victoria",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30033",
                    "label": "30033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 257,
                    "odometer": 0,
                    "speed": 52
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575422783,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2871
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56901,
                    45.5484
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209056",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "270001"
                },
                "route": {
                    "id": "27",
                    "shortName": "27",
                    "longName": "Boulevard Saint-Joseph",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30034",
                    "label": "30034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 202,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574790030,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2668
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59282,
                    45.63471
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215983",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "30045",
                    "label": "30045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 321,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440513,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1787
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64739,
                    45.44213
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184466",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1900001"
                },
                "route": {
                    "id": "190",
                    "shortName": "190",
                    "longName": "Norman",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30047",
                    "label": "30047",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 239,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575562452,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2916
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64819,
                    45.42522
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181552",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1130002"
                },
                "route": {
                    "id": "113",
                    "shortName": "113",
                    "longName": "Lapierre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30051",
                    "label": "30051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 244,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 268
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56905,
                    45.5577
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209304",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "470002"
                },
                "route": {
                    "id": "47",
                    "shortName": "47",
                    "longName": "Masson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30060",
                    "label": "30060",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435706,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1251
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61264,
                    45.46267
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182225",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:19: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": "30063",
                    "label": "30063",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 239,
                    "odometer": 0,
                    "speed": 89
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1599242645,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8732
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7144,
                    45.44498
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184492",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1950002"
                },
                "route": {
                    "id": "195",
                    "shortName": "195",
                    "longName": "Dorval / Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30069",
                    "label": "30069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 267,
                    "odometer": 0,
                    "speed": 22
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576631301,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3089
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56065,
                    45.54533
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209750",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "250002"
                },
                "route": {
                    "id": "25",
                    "shortName": "25",
                    "longName": "Angus",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30071",
                    "label": "30071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 199,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576287146,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3063
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6418,
                    45.46943
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209590",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "510002"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30073",
                    "label": "30073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 273
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58389,
                    45.48983
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182361",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "570002"
                },
                "route": {
                    "id": "57",
                    "shortName": "57",
                    "longName": "Charlevoix",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30076",
                    "label": "30076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574697730,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2541
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5891,
                    45.51601
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209900",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:42: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": "30078",
                    "label": "30078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 124,
                    "odometer": 0,
                    "speed": 42
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575395426,
                "lastSeenAt": 1754493891,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2864
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61514,
                    45.54158
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202087",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "920001"
                },
                "route": {
                    "id": "92",
                    "shortName": "92",
                    "longName": "Jean-Talon Ouest",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30084",
                    "label": "30084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 232,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1582065786,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3364
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59811,
                    45.51702
                ]
            },
            "properties": {
                "trip": {
                    "id": "289208999",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "510002"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30086",
                    "label": "30086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574437205,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1387
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64148,
                    45.45427
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209382",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30091",
                    "label": "30091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 110,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440215,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1748
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70758,
                    45.52452
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060647",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1640001"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30095",
                    "label": "30095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576634426,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3090
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60706,
                    45.51514
                ]
            },
            "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": "30097",
                    "label": "30097",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 75,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574434804,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1196
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83125,
                    45.46641
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060856",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:53: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": "30098",
                    "label": "30098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 325,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434202,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1167
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53841,
                    45.55464
                ]
            },
            "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": "30106",
                    "label": "30106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 29
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575478577,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2887
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58719,
                    45.56511
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202127",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "950001"
                },
                "route": {
                    "id": "95",
                    "shortName": "95",
                    "longName": "Bélanger",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30113",
                    "label": "30113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1582182184,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3370
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5435,
                    45.60943
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215102",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30114",
                    "label": "30114",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 118,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574875946,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2707
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51056,
                    45.66416
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214753",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "400002"
                },
                "route": {
                    "id": "40",
                    "shortName": "40",
                    "longName": "Henri-Bourassa-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30117",
                    "label": "30117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 104,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574552771,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2493
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5327,
                    45.60109
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216657",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "280002"
                },
                "route": {
                    "id": "28",
                    "shortName": "28",
                    "longName": "Honoré-Beaugrand",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30121",
                    "label": "30121",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 288
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61887,
                    45.61503
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216568",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490001"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30129",
                    "label": "30129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1583275026,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3399
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59393,
                    45.59986
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215499",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30137",
                    "label": "30137",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575078748,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2796
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63613,
                    45.58989
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216209",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "430001"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30145",
                    "label": "30145",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 323,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 298
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49059,
                    45.68491
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215373",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1890001"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30154",
                    "label": "30154",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 11,
                    "odometer": 0,
                    "speed": 42
                },
                "agencyId": 1,
                "currentStopSequence": 56,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440216,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1749
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61126,
                    45.53147
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201439",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30155",
                    "label": "30155",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 304
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56467,
                    45.517
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200798",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:19: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": "30157",
                    "label": "30157",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576200505,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3039
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56031,
                    45.60249
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214494",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30161",
                    "label": "30161",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 307,
                    "odometer": 0,
                    "speed": 28
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579714727,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3282
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51904,
                    45.60276
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215429",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "260002"
                },
                "route": {
                    "id": "26",
                    "shortName": "26",
                    "longName": "Mercier-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30165",
                    "label": "30165",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574995106,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2766
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82806,
                    45.46815
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059031",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2080001"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30167",
                    "label": "30167",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 307
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67717,
                    45.4988
                ]
            },
            "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": "30171",
                    "label": "30171",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 62,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441433,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1896
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.91955,
                    45.46155
                ]
            },
            "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": "30178",
                    "label": "30178",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 75,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574618526,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2507
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66636,
                    45.53572
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201596",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1790002"
                },
                "route": {
                    "id": "179",
                    "shortName": "179",
                    "longName": "De l'Acadie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30182",
                    "label": "30182",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1577120542,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3154
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5427,
                    45.58259
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215761",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30192",
                    "label": "30192",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 116,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576277895,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3059
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83078,
                    45.46519
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059091",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2050001"
                },
                "route": {
                    "id": "205",
                    "shortName": "205",
                    "longName": "Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30201",
                    "label": "30201",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 319
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6021,
                    45.52561
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201158",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "460002"
                },
                "route": {
                    "id": "46",
                    "shortName": "46",
                    "longName": "Casgrain",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30207",
                    "label": "30207",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 125,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1584997329,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 7023
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50831,
                    45.6167
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216255",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1890002"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30212",
                    "label": "30212",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 195,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 320
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60142,
                    45.53795
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201640",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30219",
                    "label": "30219",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575390977,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2854
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84511,
                    45.51027
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059881",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2050001"
                },
                "route": {
                    "id": "205",
                    "shortName": "205",
                    "longName": "Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30222",
                    "label": "30222",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 66,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403195,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 834
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63322,
                    45.49932
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201624",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30225",
                    "label": "30225",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575479306,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2888
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82407,
                    45.47027
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060439",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2080002"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30229",
                    "label": "30229",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576862544,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3144
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89373,
                    45.43796
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058862",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "30234",
                    "label": "30234",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 245,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 326
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86496,
                    45.48025
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059642",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "680005"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30246",
                    "label": "30246",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574444447,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2132
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72305,
                    45.48728
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061110",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "720001"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30250",
                    "label": "30250",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 308,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 332
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54933,
                    45.55057
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243521",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "850001"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30251",
                    "label": "30251",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574702428,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2584
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79514,
                    45.4996
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059466",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2080002"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30254",
                    "label": "30254",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 74,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 334
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5023,
                    45.63673
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216358",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1870001"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30256",
                    "label": "30256",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575684753,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2955
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6659,
                    45.55995
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208284",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30801",
                    "label": "30801",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574437206,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1389
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60058,
                    45.55988
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208180",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "30802",
                    "label": "30802",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403715,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1071
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55868,
                    45.54852
                ]
            },
            "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": "30815",
                    "label": "30815",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436304,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1299
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55136,
                    45.54692
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208917",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30821",
                    "label": "30821",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 340
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55191,
                    45.55367
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206533",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "10:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390001"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30824",
                    "label": "30824",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 114,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 343
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59254,
                    45.55693
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207523",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30825",
                    "label": "30825",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 42
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 344
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70981,
                    45.49798
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207915",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:38: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": "30826",
                    "label": "30826",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 313,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574639652,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2514
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71372,
                    45.53637
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207652",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30845",
                    "label": "30845",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 49,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440219,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1757
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63487,
                    45.60172
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209069",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690001"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30846",
                    "label": "30846",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 244,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 354
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62342,
                    45.60558
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206618",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30848",
                    "label": "30848",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 245,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575911550,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2979
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65121,
                    45.58187
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207895",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690001"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30852",
                    "label": "30852",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 207,
                    "odometer": 0,
                    "speed": 8
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576979772,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3149
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63113,
                    45.60284
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206661",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "10: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": "30853",
                    "label": "30853",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 357
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64135,
                    45.59715
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206706",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "10:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390003"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30856",
                    "label": "30856",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574697614,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2540
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7188,
                    45.53158
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209129",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30857",
                    "label": "30857",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 358
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57446,
                    45.56105
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206649",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "11: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": "30862",
                    "label": "30862",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 360
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6162,
                    45.57739
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206689",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30866",
                    "label": "30866",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 124,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440519,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1795
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60933,
                    45.56375
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209218",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30869",
                    "label": "30869",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 362
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64119,
                    45.59734
                ]
            },
            "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": "30872",
                    "label": "30872",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 54,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575393994,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2861
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65097,
                    45.5844
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207550",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30874",
                    "label": "30874",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 364
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6076,
                    45.61858
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206600",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30875",
                    "label": "30875",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 365
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63748,
                    45.57334
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209044",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "30876",
                    "label": "30876",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574443852,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2110
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63949,
                    45.59283
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206584",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11: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": "30877",
                    "label": "30877",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575421944,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2870
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56023,
                    45.54714
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207684",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4670001"
                },
                "route": {
                    "id": "467",
                    "shortName": "467",
                    "longName": "Express Saint-Michel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30878",
                    "label": "30878",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 111,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 366
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82854,
                    45.46677
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199320",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4700001"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30879",
                    "label": "30879",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 145,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 367
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56352,
                    45.5065
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199900",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "10: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": "31002",
                    "label": "31002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576368011,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3069
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5797,
                    45.4839
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199774",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:05: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": "31003",
                    "label": "31003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576600341,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3085
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58119,
                    45.48285
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199671",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470003"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31005",
                    "label": "31005",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 49,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 369
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63432,
                    45.49805
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202169",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31011",
                    "label": "31011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575560289,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2914
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57233,
                    45.56252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200820",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1970001"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31012",
                    "label": "31012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 205,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 372
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58248,
                    45.52377
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201364",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10: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": "31013",
                    "label": "31013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 373
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59203,
                    45.5837
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216017",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "320001"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31014",
                    "label": "31014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575479311,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2889
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65591,
                    45.49318
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200895",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "920001"
                },
                "route": {
                    "id": "92",
                    "shortName": "92",
                    "longName": "Jean-Talon Ouest",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31016",
                    "label": "31016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 374
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65908,
                    45.47517
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202101",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31017",
                    "label": "31017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574634489,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2512
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60023,
                    45.53147
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207477",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "450001"
                },
                "route": {
                    "id": "45",
                    "shortName": "45",
                    "longName": "Papineau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31018",
                    "label": "31018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580138643,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3295
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60235,
                    45.53694
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201005",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31019",
                    "label": "31019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 375
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61788,
                    45.54285
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201261",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:50: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": "31024",
                    "label": "31024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574479591,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2463
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57849,
                    45.51126
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201087",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1440001"
                },
                "route": {
                    "id": "144",
                    "shortName": "144",
                    "longName": "Avenue des Pins",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31026",
                    "label": "31026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575216845,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2820
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58864,
                    45.55235
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201745",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31030",
                    "label": "31030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576955890,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3147
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64662,
                    45.59041
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215219",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "430002"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31031",
                    "label": "31031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 376
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5788,
                    45.49956
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243271",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31032",
                    "label": "31032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574434805,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1201
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61501,
                    45.61722
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214973",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31033",
                    "label": "31033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 141,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436004,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1276
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55933,
                    45.59026
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201908",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:43: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": 24,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 377
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64617,
                    45.47289
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201498",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "660003"
                },
                "route": {
                    "id": "66",
                    "shortName": "66",
                    "longName": "The Boulevard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31041",
                    "label": "31041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 41,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575512198,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2904
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59475,
                    45.53516
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202180",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1970001"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31043",
                    "label": "31043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1581543066,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3351
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53989,
                    45.59416
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201838",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31045",
                    "label": "31045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 286,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1579193322,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3254
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60583,
                    45.54383
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201554",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "950002"
                },
                "route": {
                    "id": "95",
                    "shortName": "95",
                    "longName": "Bélanger",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31049",
                    "label": "31049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 35,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 384
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5401,
                    45.58907
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214923",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "260003"
                },
                "route": {
                    "id": "26",
                    "shortName": "26",
                    "longName": "Mercier-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31050",
                    "label": "31050",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 385
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55644,
                    45.50797
                ]
            },
            "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": "31051",
                    "label": "31051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754493612,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 386
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55196,
                    45.56462
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242724",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1360001"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31056",
                    "label": "31056",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575510754,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2902
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57135,
                    45.65488
                ]
            },
            "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": "31059",
                    "label": "31059",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 60,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575394598,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2863
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58437,
                    45.57483
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242169",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1360002"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31066",
                    "label": "31066",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574693162,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2523
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53698,
                    45.46979
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242302",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:35: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": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574526007,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2477
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57103,
                    45.52892
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242741",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "290001"
                },
                "route": {
                    "id": "29",
                    "shortName": "29",
                    "longName": "Rachel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31078",
                    "label": "31078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574700745,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2566
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57535,
                    45.65237
                ]
            },
            "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": "31083",
                    "label": "31083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 35,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575603869,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2934
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66891,
                    45.53519
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201403",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1790001"
                },
                "route": {
                    "id": "179",
                    "shortName": "179",
                    "longName": "De l'Acadie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31086",
                    "label": "31086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575075862,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2790
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57813,
                    45.55575
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202119",
                    "shortName": null,
                    "headsign": "Est via de la Pépinière",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1970003"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31088",
                    "label": "31088",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 26,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575395911,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2866
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56146,
                    45.5356
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243657",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31091",
                    "label": "31091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574958019,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2743
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61372,
                    45.53969
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201046",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "990001"
                },
                "route": {
                    "id": "99",
                    "shortName": "99",
                    "longName": "Villeray",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31099",
                    "label": "31099",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574616007,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2505
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67113,
                    45.46262
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201381",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31103",
                    "label": "31103",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 117,
                    "odometer": 0,
                    "speed": 13
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 401
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8483,
                    45.43703
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059402",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:50: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": 158,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 403
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64378,
                    45.53459
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208981",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1930001"
                },
                "route": {
                    "id": "193",
                    "shortName": "193",
                    "longName": "Jarry",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31113",
                    "label": "31113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 104,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434506,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1186
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67838,
                    45.53809
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207299",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1800001"
                },
                "route": {
                    "id": "180",
                    "shortName": "180",
                    "longName": "De Salaberry",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31114",
                    "label": "31114",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 404
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65341,
                    45.52934
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208503",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "540003"
                },
                "route": {
                    "id": "54",
                    "shortName": "54",
                    "longName": "Charland / Chabanel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31119",
                    "label": "31119",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 4
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 407
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5797,
                    45.50673
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201304",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1440002"
                },
                "route": {
                    "id": "144",
                    "shortName": "144",
                    "longName": "Avenue des Pins",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31122",
                    "label": "31122",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574696289,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2535
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6392,
                    45.5761
                ]
            },
            "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": "31125",
                    "label": "31125",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574443858,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68404,
                    45.5358
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207358",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1800002"
                },
                "route": {
                    "id": "180",
                    "shortName": "180",
                    "longName": "De Salaberry",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31126",
                    "label": "31126",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 301,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574437208,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1397
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5717,
                    45.60622
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207748",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1930002"
                },
                "route": {
                    "id": "193",
                    "shortName": "193",
                    "longName": "Jarry",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31129",
                    "label": "31129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 410
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66314,
                    45.56228
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207133",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1460002"
                },
                "route": {
                    "id": "146",
                    "shortName": "146",
                    "longName": "Christophe-Colomb / Meilleur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31130",
                    "label": "31130",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 64,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 411
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72334,
                    45.52973
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207229",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1800001"
                },
                "route": {
                    "id": "180",
                    "shortName": "180",
                    "longName": "De Salaberry",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31133",
                    "label": "31133",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575905404,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2973
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63859,
                    45.60675
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207204",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1400002"
                },
                "route": {
                    "id": "140",
                    "shortName": "140",
                    "longName": "Fleury",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31134",
                    "label": "31134",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574965714,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2751
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59156,
                    45.56653
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207870",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "410002"
                },
                "route": {
                    "id": "41",
                    "shortName": "41",
                    "longName": "Quartier Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31142",
                    "label": "31142",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 120,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 58,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 415
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59722,
                    45.4939
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200857",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "660004"
                },
                "route": {
                    "id": "66",
                    "shortName": "66",
                    "longName": "The Boulevard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31147",
                    "label": "31147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 418
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55257,
                    45.54491
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242216",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "850002"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31149",
                    "label": "31149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 207,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 53,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 419
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57841,
                    45.54315
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243302",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "940002"
                },
                "route": {
                    "id": "94",
                    "shortName": "94",
                    "longName": "D'Iberville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31153",
                    "label": "31153",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 422
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53941,
                    45.47244
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244684",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1760012"
                },
                "route": {
                    "id": "176",
                    "shortName": "176",
                    "longName": "Berlioz",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31155",
                    "label": "31155",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 58,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574714298,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2600
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57852,
                    45.53801
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241917",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "100002"
                },
                "route": {
                    "id": "10",
                    "shortName": "10",
                    "longName": "De Lorimier",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31156",
                    "label": "31156",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 305,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575652474,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2943
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51986,
                    45.60152
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243464",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:46: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": 104,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 424
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54277,
                    45.4804
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242988",
                    "shortName": null,
                    "headsign": "Sud via Wellington / Bridge",
                    "startTime": "11:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "740001"
                },
                "route": {
                    "id": "74",
                    "shortName": "74",
                    "longName": "Bridge",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31163",
                    "label": "31163",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 284,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 427
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56009,
                    45.53922
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243585",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31166",
                    "label": "31166",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442051,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1979
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61485,
                    45.5617
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242137",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "940002"
                },
                "route": {
                    "id": "94",
                    "shortName": "94",
                    "longName": "D'Iberville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31169",
                    "label": "31169",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 117,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1586020863,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 7076
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53824,
                    45.59745
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243558",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "850002"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31171",
                    "label": "31171",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 114,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 430
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55306,
                    45.52404
                ]
            },
            "properties": {
                "trip": {
                    "id": "289230620",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:28: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": "31175",
                    "label": "31175",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 433
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56003,
                    45.51482
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241856",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:23: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": "31176",
                    "label": "31176",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574704359,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2592
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55383,
                    45.50214
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241875",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:09: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": "31184",
                    "label": "31184",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 10,
                    "odometer": 0,
                    "speed": 13
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574441145,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1871
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61133,
                    45.59821
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216378",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31187",
                    "label": "31187",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 151,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 436
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87806,
                    45.4671
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059910",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4680001"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31189",
                    "label": "31189",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436306,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1306
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54677,
                    45.56916
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243112",
                    "shortName": null,
                    "headsign": "Nord destination Antonio-Dagenais / Lespinay",
                    "startTime": "11:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1310004"
                },
                "route": {
                    "id": "131",
                    "shortName": "131",
                    "longName": "De l'Assomption",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31194",
                    "label": "31194",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435709,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1260
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61969,
                    45.60521
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216687",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "400001"
                },
                "route": {
                    "id": "40",
                    "shortName": "40",
                    "longName": "Henri-Bourassa-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31197",
                    "label": "31197",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 241,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403545,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1047
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57146,
                    45.50399
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241982",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1680002"
                },
                "route": {
                    "id": "168",
                    "shortName": "168",
                    "longName": "Cité-du-Havre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31198",
                    "label": "31198",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 310,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437813,
                "lastSeenAt": 1754493945,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1486
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50359,
                    45.67361
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215518",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1860001"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31200",
                    "label": "31200",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 14,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575302054,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2828
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57732,
                    45.49481
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201228",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "660003"
                },
                "route": {
                    "id": "66",
                    "shortName": "66",
                    "longName": "The Boulevard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31201",
                    "label": "31201",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 440
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56516,
                    45.58051
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201821",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31203",
                    "label": "31203",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 441
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62381,
                    45.5027
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201986",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:51: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": "31204",
                    "label": "31204",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 442
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64478,
                    45.53714
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206974",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "190001"
                },
                "route": {
                    "id": "19",
                    "shortName": "19",
                    "longName": "Chabanel / Marché Central",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31205",
                    "label": "31205",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754493888,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 443
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54711,
                    45.56927
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242454",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "220002"
                },
                "route": {
                    "id": "22",
                    "shortName": "22",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31209",
                    "label": "31209",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 445
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53055,
                    45.5168
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243923",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:37: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": "31223",
                    "label": "31223",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 353,
                    "odometer": 0,
                    "speed": 33
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574442357,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2009
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55491,
                    45.55111
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243433",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1850002"
                },
                "route": {
                    "id": "185",
                    "shortName": "185",
                    "longName": "Sherbrooke",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31225",
                    "label": "31225",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 1,
                    "odometer": 0,
                    "speed": 25
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 450
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55591,
                    45.51535
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243367",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1500001"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31226",
                    "label": "31226",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 31
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575306756,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2832
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55197,
                    45.5239
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243496",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "340002"
                },
                "route": {
                    "id": "34",
                    "shortName": "34",
                    "longName": "Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31230",
                    "label": "31230",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574904872,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2716
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54692,
                    45.56121
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242608",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "340001"
                },
                "route": {
                    "id": "34",
                    "shortName": "34",
                    "longName": "Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31231",
                    "label": "31231",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 205,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 453
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56092,
                    45.53574
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242200",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1850001"
                },
                "route": {
                    "id": "185",
                    "shortName": "185",
                    "longName": "Sherbrooke",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31232",
                    "label": "31232",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 34
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 454
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66889,
                    45.55716
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200981",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "310001"
                },
                "route": {
                    "id": "31",
                    "shortName": "31",
                    "longName": "Saint-Denis",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31234",
                    "label": "31234",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 289,
                    "odometer": 0,
                    "speed": 25
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 456
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55619,
                    45.49647
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243035",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13: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": "31235",
                    "label": "31235",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 297,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 457
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59916,
                    45.55925
                ]
            },
            "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": "31236",
                    "label": "31236",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574441753,
                "lastSeenAt": 1754493983,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1947
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54237,
                    45.46273
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242877",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1680002"
                },
                "route": {
                    "id": "168",
                    "shortName": "168",
                    "longName": "Cité-du-Havre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31237",
                    "label": "31237",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 15,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1671019145,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 12826
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79604,
                    45.47879
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199209",
                    "shortName": null,
                    "headsign": "Ouest destination Usine de filtration",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4700004"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31806",
                    "label": "31806",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 236,
                    "odometer": 0,
                    "speed": 98
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574469322,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2224
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64252,
                    45.50557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198334",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:23: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": "31807",
                    "label": "31807",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576687957,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3106
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62763,
                    45.49876
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198290",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:09: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": "31809",
                    "label": "31809",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576014617,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3003
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60574,
                    45.52378
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196447",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800002"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31810",
                    "label": "31810",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576599623,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3084
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6071,
                    45.49557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198229",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:18: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": "31811",
                    "label": "31811",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 460
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62155,
                    45.496
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198455",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:09: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": "31816",
                    "label": "31816",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 463
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5849,
                    45.51463
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196431",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31820",
                    "label": "31820",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 118,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574439923,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1726
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63786,
                    45.57648
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207933",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:37: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": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 466
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5338,
                    45.54726
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206720",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "11: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": "31832",
                    "label": "31832",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575270370,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2824
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68868,
                    45.50948
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207614",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:14: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": "31835",
                    "label": "31835",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 472
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71088,
                    45.49861
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207498",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:26: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": "31840",
                    "label": "31840",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 474
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66018,
                    45.61144
                ]
            },
            "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": "31841",
                    "label": "31841",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 475
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66582,
                    45.53507
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208875",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "31846",
                    "label": "31846",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 187,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 478
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59913,
                    45.56998
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206746",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "10:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31847",
                    "label": "31847",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576287754,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3064
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6562,
                    45.55051
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208199",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:50: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": "31858",
                    "label": "31858",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 485
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59421,
                    45.55737
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208398",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31861",
                    "label": "31861",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579647397,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3277
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62887,
                    45.57224
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209179",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31862",
                    "label": "31862",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574698822,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2548
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59284,
                    45.56887
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201960",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "990002"
                },
                "route": {
                    "id": "99",
                    "shortName": "99",
                    "longName": "Villeray",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32010",
                    "label": "32010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 490
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55888,
                    45.50762
                ]
            },
            "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": "32011",
                    "label": "32011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 491
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43352,
                    45.43679
                ]
            },
            "properties": {
                "trip": {
                    "id": "289206177",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11: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": "32013",
                    "label": "32013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 254,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574785231,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2652
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49914,
                    45.65107
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215550",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "860001"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32017",
                    "label": "32017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 284,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575336270,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2842
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51076,
                    45.65305
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215600",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "860002"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32025",
                    "label": "32025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 194,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 57,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575085598,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2806
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62377,
                    45.52299
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201875",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1790002"
                },
                "route": {
                    "id": "179",
                    "shortName": "179",
                    "longName": "De l'Acadie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32027",
                    "label": "32027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 497
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49294,
                    45.64045
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216473",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "810022"
                },
                "route": {
                    "id": "81",
                    "shortName": "81",
                    "longName": "Saint-Jean-Baptiste",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32028",
                    "label": "32028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 283,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403203,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 842
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59357,
                    45.5998
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216673",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32029",
                    "label": "32029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576174119,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3029
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53378,
                    45.59875
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215788",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1870001"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32032",
                    "label": "32032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 202,
                    "odometer": 0,
                    "speed": 4
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574435709,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1261
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63994,
                    45.59921
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206470",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32805",
                    "label": "32805",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 25
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 501
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61131,
                    45.57542
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206485",
                    "shortName": null,
                    "headsign": "Nord destination Laval",
                    "startTime": "10: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": "32807",
                    "label": "32807",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 503
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67995,
                    45.51641
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209231",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10: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": "32808",
                    "label": "32808",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 223,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574474797,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2401
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64885,
                    45.58306
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209206",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32809",
                    "label": "32809",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 504
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63689,
                    45.57608
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208010",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11: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": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576600951,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3086
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64283,
                    45.51574
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198197",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:51: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": "33802",
                    "label": "33802",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754493772,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 505
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63129,
                    45.50046
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198516",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:16: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": "33813",
                    "label": "33813",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 509
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68369,
                    45.51344
                ]
            },
            "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": "33814",
                    "label": "33814",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754493863,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 510
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57912,
                    45.49564
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198494",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:28: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": "33820",
                    "label": "33820",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1582756207,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3380
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61449,
                    45.49531
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198375",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:02: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": "33822",
                    "label": "33822",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439624,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1694
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56782,
                    45.50941
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196414",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33824",
                    "label": "33824",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576016300,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3004
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64236,
                    45.50587
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198391",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:00: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": "33836",
                    "label": "33836",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 355,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579914006,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3289
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64262,
                    45.5344
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196541",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33837",
                    "label": "33837",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 185,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 519
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62465,
                    45.53008
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196527",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33840",
                    "label": "33840",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575569805,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2923
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.577,
                    45.49252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196465",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:53: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": "33841",
                    "label": "33841",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 123,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580794443,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3319
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58031,
                    45.51274
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196499",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800002"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33842",
                    "label": "33842",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436307,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1309
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59558,
                    45.56191
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215020",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36001",
                    "label": "36001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575940710,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2991
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52565,
                    45.56986
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216314",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "320001"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36003",
                    "label": "36003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 109,
                    "odometer": 0,
                    "speed": 22
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 522
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61314,
                    45.60057
                ]
            },
            "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": "36004",
                    "label": "36004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 315,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574403204,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 847
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5108,
                    45.65292
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215704",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1830001"
                },
                "route": {
                    "id": "183",
                    "shortName": "183",
                    "longName": "Gouin Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36007",
                    "label": "36007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 249,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441150,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1873
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53818,
                    45.66201
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216399",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:30: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": 126,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 525
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52988,
                    45.60522
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214688",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1860002"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36012",
                    "label": "36012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 202,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574415310,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1140
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53356,
                    45.59911
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215830",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36013",
                    "label": "36013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574403550,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1048
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58462,
                    45.61507
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214464",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1920002"
                },
                "route": {
                    "id": "192",
                    "shortName": "192",
                    "longName": "Robert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36016",
                    "label": "36016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 300,
                    "odometer": 0,
                    "speed": 47
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403204,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 848
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51348,
                    45.64467
                ]
            },
            "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": "36017",
                    "label": "36017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 12,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438719,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1598
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62547,
                    45.61178
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216592",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "320001"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36023",
                    "label": "36023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 145,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574473834,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2388
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53465,
                    45.59697
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216531",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "260003"
                },
                "route": {
                    "id": "26",
                    "shortName": "26",
                    "longName": "Mercier-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36028",
                    "label": "36028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 13,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574473954,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2390
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58407,
                    45.62089
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216754",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "280001"
                },
                "route": {
                    "id": "28",
                    "shortName": "28",
                    "longName": "Honoré-Beaugrand",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36031",
                    "label": "36031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 146,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 532
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59708,
                    45.56023
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215478",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36033",
                    "label": "36033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441451,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1903
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50964,
                    45.66974
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214608",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10: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": "36036",
                    "label": "36036",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 189,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574549297,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2490
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55276,
                    45.6661
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215913",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490001"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36042",
                    "label": "36042",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 223,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440526,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1803
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50515,
                    45.66955
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216107",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1860002"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36046",
                    "label": "36046",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 202,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574472509,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2359
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6674,
                    45.5571
                ]
            },
            "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": "36048",
                    "label": "36048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 185,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574561294,
                "lastSeenAt": 1754494017,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2497
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61301,
                    45.50972
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197610",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1190001"
                },
                "route": {
                    "id": "119",
                    "shortName": "119",
                    "longName": "Rockland",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37003",
                    "label": "37003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 13
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1587251647,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 7110
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60358,
                    45.47374
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197743",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1240001"
                },
                "route": {
                    "id": "124",
                    "shortName": "124",
                    "longName": "Victoria",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37006",
                    "label": "37006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 279,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 539
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64194,
                    45.51663
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196364",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "160001"
                },
                "route": {
                    "id": "16",
                    "shortName": "16",
                    "longName": "Graham",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37011",
                    "label": "37011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 256,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 541
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64149,
                    45.45451
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197364",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1050002"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37015",
                    "label": "37015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 216,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 543
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60941,
                    45.47386
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197190",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1050001"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37016",
                    "label": "37016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574904513,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2715
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5946,
                    45.56301
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196638",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "930003"
                },
                "route": {
                    "id": "93",
                    "shortName": "93",
                    "longName": "Jean-Talon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37017",
                    "label": "37017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439624,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1695
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63953,
                    45.54413
                ]
            },
            "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": "37020",
                    "label": "37020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 35
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574782211,
                "lastSeenAt": 1754493562,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2640
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61385,
                    45.53899
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196613",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "930002"
                },
                "route": {
                    "id": "93",
                    "shortName": "93",
                    "longName": "Jean-Talon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37021",
                    "label": "37021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 18,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 544
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62264,
                    45.47577
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198074",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1620002"
                },
                "route": {
                    "id": "162",
                    "shortName": "162",
                    "longName": "Westminster",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37022",
                    "label": "37022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439624,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1696
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64768,
                    45.47186
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197010",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1030002"
                },
                "route": {
                    "id": "103",
                    "shortName": "103",
                    "longName": "Monkland",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37031",
                    "label": "37031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 547
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65932,
                    45.49789
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196777",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1000002"
                },
                "route": {
                    "id": "100",
                    "shortName": "100",
                    "longName": "Crémazie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37033",
                    "label": "37033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 129,
                    "odometer": 0,
                    "speed": 40
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574901627,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2712
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67135,
                    45.52564
                ]
            },
            "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": "37034",
                    "label": "37034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 114,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574704123,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2588
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69387,
                    45.47644
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196836",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1000001"
                },
                "route": {
                    "id": "100",
                    "shortName": "100",
                    "longName": "Crémazie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37038",
                    "label": "37038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 191,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 550
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58646,
                    45.52648
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199584",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:23: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": "37040",
                    "label": "37040",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 218,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 551
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66053,
                    45.50526
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197680",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1240001"
                },
                "route": {
                    "id": "124",
                    "shortName": "124",
                    "longName": "Victoria",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37044",
                    "label": "37044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 300,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409321,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1106
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62601,
                    45.52778
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196335",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "160002"
                },
                "route": {
                    "id": "16",
                    "shortName": "16",
                    "longName": "Graham",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37045",
                    "label": "37045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403205,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 854
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5623,
                    45.57944
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216076",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "320002"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37048",
                    "label": "37048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 295,
                    "odometer": 0,
                    "speed": 35
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574546654,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2488
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64972,
                    45.50064
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197712",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1240002"
                },
                "route": {
                    "id": "124",
                    "shortName": "124",
                    "longName": "Victoria",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37049",
                    "label": "37049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 128,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574435710,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1264
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73405,
                    45.44877
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200014",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:45: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": 267,
                    "odometer": 0,
                    "speed": 71
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 559
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74973,
                    45.4576
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199739",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:39: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": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576085805,
                "lastSeenAt": 1754493963,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3014
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60532,
                    45.47319
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198851",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1050002"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37065",
                    "label": "37065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 35,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1574438720,
                "lastSeenAt": 1754493779,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1599
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70731,
                    45.50196
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198999",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1710001"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37066",
                    "label": "37066",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1754493489,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1225
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68708,
                    45.50221
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196385",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "160002"
                },
                "route": {
                    "id": "16",
                    "shortName": "16",
                    "longName": "Graham",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37071",
                    "label": "37071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 562
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64099,
                    45.49515
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197921",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1600002"
                },
                "route": {
                    "id": "160",
                    "shortName": "160",
                    "longName": "Barclay",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37072",
                    "label": "37072",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436608,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1352
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67285,
                    45.52622
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198758",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1710002"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37073",
                    "label": "37073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 26,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 563
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60442,
                    45.47396
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197134",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1050002"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37081",
                    "label": "37081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 39,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 568
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68122,
                    45.5259
                ]
            },
            "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": "37082",
                    "label": "37082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 16,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 68,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 569
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62759,
                    45.47035
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198130",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1620001"
                },
                "route": {
                    "id": "162",
                    "shortName": "162",
                    "longName": "Westminster",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37084",
                    "label": "37084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574403205,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 856
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62182,
                    45.47671
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196912",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1030001"
                },
                "route": {
                    "id": "103",
                    "shortName": "103",
                    "longName": "Monkland",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37088",
                    "label": "37088",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 313,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 1,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440850,
                "lastSeenAt": 1754493891,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1844
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86278,
                    45.45641
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199521",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:18: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": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574787998,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2661
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62354,
                    45.49664
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197555",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1190001"
                },
                "route": {
                    "id": "119",
                    "shortName": "119",
                    "longName": "Rockland",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37091",
                    "label": "37091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 571
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62685,
                    45.46484
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197315",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:20: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": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575999043,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3001
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66299,
                    45.45895
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197072",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1030001"
                },
                "route": {
                    "id": "103",
                    "shortName": "103",
                    "longName": "Monkland",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37095",
                    "label": "37095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 572
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87323,
                    45.45709
                ]
            },
            "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": "37098",
                    "label": "37098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 235,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574784259,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2647
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70525,
                    45.50304
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198789",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1710002"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37099",
                    "label": "37099",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 37,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439019,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1622
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63564,
                    45.50257
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197981",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1600001"
                },
                "route": {
                    "id": "160",
                    "shortName": "160",
                    "longName": "Barclay",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37102",
                    "label": "37102",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574426404,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1145
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60835,
                    45.53037
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197235",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1600001"
                },
                "route": {
                    "id": "160",
                    "shortName": "160",
                    "longName": "Barclay",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37104",
                    "label": "37104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 216,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574873674,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2703
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69437,
                    45.49459
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197943",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:17: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": "37105",
                    "label": "37105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 283,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576424765,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3071
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60757,
                    45.49557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198685",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1660002"
                },
                "route": {
                    "id": "166",
                    "shortName": "166",
                    "longName": "Queen-Mary",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37106",
                    "label": "37106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574446838,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2185
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53598,
                    45.52148
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241270",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:30: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": "38001",
                    "label": "38001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574701598,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2572
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56937,
                    45.50296
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241894",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:54: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": "38003",
                    "label": "38003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 575
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54864,
                    45.61487
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243446",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "850001"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38004",
                    "label": "38004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 301,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574437814,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1489
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56741,
                    45.50996
                ]
            },
            "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": "38006",
                    "label": "38006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 201,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 576
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56995,
                    45.51124
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243339",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38007",
                    "label": "38007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 577
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55162,
                    45.52374
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242106",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "100002"
                },
                "route": {
                    "id": "10",
                    "shortName": "10",
                    "longName": "De Lorimier",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38008",
                    "label": "38008",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445041,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2151
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61351,
                    45.4764
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243403",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38014",
                    "label": "38014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440527,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1804
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53163,
                    45.51205
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244127",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:02: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": "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": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 580
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61013,
                    45.60075
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242536",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1360002"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38017",
                    "label": "38017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580889847,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 3324
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54606,
                    45.55369
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242253",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1250001"
                },
                "route": {
                    "id": "125",
                    "shortName": "125",
                    "longName": "Ontario",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38018",
                    "label": "38018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574472753,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2361
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54382,
                    45.45873
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242569",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1680001"
                },
                "route": {
                    "id": "168",
                    "shortName": "168",
                    "longName": "Cité-du-Havre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38019",
                    "label": "38019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 137,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 581
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56483,
                    45.51693
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242495",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1250002"
                },
                "route": {
                    "id": "125",
                    "shortName": "125",
                    "longName": "Ontario",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38025",
                    "label": "38025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 23,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574737481,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2632
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56949,
                    45.51236
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243537",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38028",
                    "label": "38028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574441758,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1948
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57506,
                    45.49367
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243084",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1500002"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38030",
                    "label": "38030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 585
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58382,
                    45.48988
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243603",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1500002"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38032",
                    "label": "38032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574473118,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2372
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53259,
                    45.50813
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242803",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:05: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": "38034",
                    "label": "38034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 229,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441758,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1949
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58797,
                    45.49133
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242761",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38037",
                    "label": "38037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 586
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83144,
                    45.4654
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060827",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2150001"
                },
                "route": {
                    "id": "215",
                    "shortName": "215",
                    "longName": "Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38041",
                    "label": "38041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574907402,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2722
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75063,
                    45.44992
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059342",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2040002"
                },
                "route": {
                    "id": "204",
                    "shortName": "204",
                    "longName": "Cardinal",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38043",
                    "label": "38043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 265,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442060,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1982
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69225,
                    45.50658
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060294",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1960001"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38044",
                    "label": "38044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 57,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 588
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65774,
                    45.49767
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058906",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "170001"
                },
                "route": {
                    "id": "17",
                    "shortName": "17",
                    "longName": "Décarie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38046",
                    "label": "38046",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 306,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 590
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82176,
                    45.50885
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059928",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2050002"
                },
                "route": {
                    "id": "205",
                    "shortName": "205",
                    "longName": "Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38052",
                    "label": "38052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 336,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 593
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83261,
                    45.46624
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059751",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:25: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": "38057",
                    "label": "38057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445042,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2155
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68383,
                    45.5146
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059788",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "640001"
                },
                "route": {
                    "id": "64",
                    "shortName": "64",
                    "longName": "Grenet",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38068",
                    "label": "38068",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409323,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1108
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75179,
                    45.51151
                ]
            },
            "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": "38069",
                    "label": "38069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 51,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574706876,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2597
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79864,
                    45.44873
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061248",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2030002"
                },
                "route": {
                    "id": "203",
                    "shortName": "203",
                    "longName": "Carson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38070",
                    "label": "38070",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 73,
                    "odometer": 0,
                    "speed": 44
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 600
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76466,
                    45.44171
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060486",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2020001"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38071",
                    "label": "38071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 86,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 601
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68542,
                    45.51599
                ]
            },
            "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": "38076",
                    "label": "38076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 604
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78799,
                    45.44945
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061173",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2020002"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38078",
                    "label": "38078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 263,
                    "odometer": 0,
                    "speed": 72
                },
                "agencyId": 1,
                "currentStopSequence": 70,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574790286,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2669
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87456,
                    45.46759
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059664",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:47: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": "38079",
                    "label": "38079",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 333,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440227,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1763
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.88624,
                    45.43884
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059374",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2170002"
                },
                "route": {
                    "id": "217",
                    "shortName": "217",
                    "longName": "Anse-à-l'Orme",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38081",
                    "label": "38081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 108,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574471126,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2323
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73589,
                    45.52425
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059166",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1700001"
                },
                "route": {
                    "id": "170",
                    "shortName": "170",
                    "longName": "Keller",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38082",
                    "label": "38082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 229,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576896516,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3145
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79412,
                    45.4814
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059726",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2090002"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38083",
                    "label": "38083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 325,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436309,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1317
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83118,
                    45.46513
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060687",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2070001"
                },
                "route": {
                    "id": "207",
                    "shortName": "207",
                    "longName": "Jacques-Bizard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38085",
                    "label": "38085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 606
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60989,
                    45.55243
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242626",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "100001"
                },
                "route": {
                    "id": "10",
                    "shortName": "10",
                    "longName": "De Lorimier",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38088",
                    "label": "38088",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 123,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 608
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54713,
                    45.4897
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244671",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1760013"
                },
                "route": {
                    "id": "176",
                    "shortName": "176",
                    "longName": "Berlioz",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38089",
                    "label": "38089",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 290,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 609
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51194,
                    45.60689
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242007",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "220002"
                },
                "route": {
                    "id": "22",
                    "shortName": "22",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38091",
                    "label": "38091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 611
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60573,
                    45.5848
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241947",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1360001"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38094",
                    "label": "38094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 613
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55852,
                    45.5355
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242514",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "940001"
                },
                "route": {
                    "id": "94",
                    "shortName": "94",
                    "longName": "D'Iberville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38096",
                    "label": "38096",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440528,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1805
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52453,
                    45.5067
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241423",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7770006"
                },
                "route": {
                    "id": "777",
                    "shortName": "777",
                    "longName": "Jean-Drapeau / Casino / Bonaventure",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38097",
                    "label": "38097",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 9,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 615
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57366,
                    45.57825
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242427",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1310003"
                },
                "route": {
                    "id": "131",
                    "shortName": "131",
                    "longName": "De l'Assomption",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38098",
                    "label": "38098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436912,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1378
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53971,
                    45.58842
                ]
            },
            "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": "38099",
                    "label": "38099",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 23,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 616
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6572,
                    45.51617
                ]
            },
            "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": "39002",
                    "label": "39002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 25,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 618
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66832,
                    45.44637
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200053",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:50: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": 295,
                    "odometer": 0,
                    "speed": 72
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574412022,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1129
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5644,
                    45.50574
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199791",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:13: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": "39004",
                    "label": "39004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575681390,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2950
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58406,
                    45.48175
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199864",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "11:15: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": "39006",
                    "label": "39006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 124,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574439020,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1625
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56992,
                    45.49927
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200060",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:09: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": "39007",
                    "label": "39007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1226
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63953,
                    45.44693
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199873",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:55: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": "39008",
                    "label": "39008",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 232,
                    "odometer": 0,
                    "speed": 99
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 620
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56164,
                    45.51557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199698",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "10:39: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": "39011",
                    "label": "39011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 14,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754493988,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 622
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72588,
                    45.44845
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199823",
                    "shortName": null,
                    "headsign": "Est trajet 2 station Lionel-Groulx.",
                    "startTime": "11:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470004"
                },
                "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": 92,
                    "odometer": 0,
                    "speed": 91
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 624
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55029,
                    45.6244
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242236",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "850002"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39016",
                    "label": "39016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439625,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1699
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53333,
                    45.5995
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243631",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1850001"
                },
                "route": {
                    "id": "185",
                    "shortName": "185",
                    "longName": "Sherbrooke",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39019",
                    "label": "39019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 625
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6196,
                    45.47975
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242964",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39020",
                    "label": "39020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2156
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55489,
                    45.44802
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244696",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1760013"
                },
                "route": {
                    "id": "176",
                    "shortName": "176",
                    "longName": "Berlioz",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39022",
                    "label": "39022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 626
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53671,
                    45.46978
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243170",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1720001"
                },
                "route": {
                    "id": "172",
                    "shortName": "172",
                    "longName": "Du Golf",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39024",
                    "label": "39024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403208,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 861
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55122,
                    45.54676
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242480",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "290001"
                },
                "route": {
                    "id": "29",
                    "shortName": "29",
                    "longName": "Rachel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39027",
                    "label": "39027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575391835,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2855
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53233,
                    45.51193
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244027",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "39028",
                    "label": "39028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 627
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56833,
                    45.52005
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242396",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39031",
                    "label": "39031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574403554,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1049
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55252,
                    45.57106
                ]
            },
            "properties": {
                "trip": {
                    "id": "286653903",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11: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": "39033",
                    "label": "39033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 295,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 630
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56788,
                    45.49842
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242922",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "740002"
                },
                "route": {
                    "id": "74",
                    "shortName": "74",
                    "longName": "Bridge",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39034",
                    "label": "39034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 129,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440528,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1806
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57289,
                    45.52701
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243505",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "290003"
                },
                "route": {
                    "id": "29",
                    "shortName": "29",
                    "longName": "Rachel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39035",
                    "label": "39035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 29,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 631
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60052,
                    45.48149
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242659",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "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": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2159
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5625,
                    45.53239
                ]
            },
            "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": "39039",
                    "label": "39039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 4,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574409625,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1114
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58934,
                    45.63166
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216786",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "430001"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39041",
                    "label": "39041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 634
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63927,
                    45.60006
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216712",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490001"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39043",
                    "label": "39043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 635
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54351,
                    45.59144
                ]
            },
            "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": "39044",
                    "label": "39044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 116,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574479486,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2462
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61227,
                    45.61464
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216160",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490002"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39051",
                    "label": "39051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 90,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 640
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59016,
                    45.60371
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216059",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1920001"
                },
                "route": {
                    "id": "192",
                    "shortName": "192",
                    "longName": "Robert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39053",
                    "label": "39053",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 641
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55756,
                    45.64694
                ]
            },
            "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": "39055",
                    "label": "39055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 94,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 643
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4806,
                    45.70104
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214728",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "860001"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39056",
                    "label": "39056",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575045390,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2779
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62012,
                    45.60211
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214646",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "430002"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39062",
                    "label": "39062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575307964,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2835
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58254,
                    45.57043
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215167",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39067",
                    "label": "39067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 648
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57169,
                    45.64508
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216767",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "810022"
                },
                "route": {
                    "id": "81",
                    "shortName": "81",
                    "longName": "Saint-Jean-Baptiste",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39072",
                    "label": "39072",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438419,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1557
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61012,
                    45.63059
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214957",
                    "shortName": null,
                    "headsign": "Nord via Lacordaire / Perras",
                    "startTime": "10:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4320005"
                },
                "route": {
                    "id": "432",
                    "shortName": "432",
                    "longName": "Express Lacordaire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39077",
                    "label": "39077",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 46
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 650
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54768,
                    45.57527
                ]
            },
            "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": "39078",
                    "label": "39078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 25,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574438721,
                "lastSeenAt": 1754493518,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1601
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52387,
                    45.59449
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214874",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1890002"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39081",
                    "label": "39081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 200,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 59,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1580845502,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3322
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52676,
                    45.59396
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216237",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "280001"
                },
                "route": {
                    "id": "28",
                    "shortName": "28",
                    "longName": "Honoré-Beaugrand",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39082",
                    "label": "39082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 292,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1586232492,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 7082
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58313,
                    45.60894
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215931",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "440001"
                },
                "route": {
                    "id": "44",
                    "shortName": "44",
                    "longName": "Armand-Bombardier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39086",
                    "label": "39086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 654
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5972,
                    45.58752
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214567",
                    "shortName": null,
                    "headsign": "Sud via  Perras / Lacordaire",
                    "startTime": "11:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4320001"
                },
                "route": {
                    "id": "432",
                    "shortName": "432",
                    "longName": "Express Lacordaire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39092",
                    "label": "39092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1227
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48907,
                    45.69034
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215659",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1890002"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39094",
                    "label": "39094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 191,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 655
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5968,
                    45.64371
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214995",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "440002"
                },
                "route": {
                    "id": "44",
                    "shortName": "44",
                    "longName": "Armand-Bombardier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39098",
                    "label": "39098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 658
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56998,
                    45.59742
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215305",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:05: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": 296,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 661
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65781,
                    45.57127
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215245",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490002"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39106",
                    "label": "39106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 10,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 664
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51506,
                    45.6105
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215964",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1890001"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39107",
                    "label": "39107",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574737371,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2631
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58377,
                    45.57618
                ]
            },
            "properties": {
                "trip": {
                    "id": "289225431",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11: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": "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": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 667
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59306,
                    45.63471
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215454",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:08: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": "39116",
                    "label": "39116",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 136,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 668
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60631,
                    45.56741
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216333",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1920002"
                },
                "route": {
                    "id": "192",
                    "shortName": "192",
                    "longName": "Robert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39117",
                    "label": "39117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574441457,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1905
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55972,
                    45.58825
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215044",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39118",
                    "label": "39118",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574439324,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1658
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5621,
                    45.65038
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216625",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "810001"
                },
                "route": {
                    "id": "81",
                    "shortName": "81",
                    "longName": "Saint-Jean-Baptiste",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39120",
                    "label": "39120",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 54,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 670
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61755,
                    45.60742
                ]
            },
            "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": "39123",
                    "label": "39123",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 671
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53426,
                    45.59794
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216444",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39125",
                    "label": "39125",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 673
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57785,
                    45.58334
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215084",
                    "shortName": null,
                    "headsign": "Nord via Lacordaire / Perras",
                    "startTime": "11:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4320005"
                },
                "route": {
                    "id": "432",
                    "shortName": "432",
                    "longName": "Express Lacordaire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39127",
                    "label": "39127",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 273,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574821484,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2683
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54364,
                    45.60949
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214816",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39129",
                    "label": "39129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574991279,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2759
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58197,
                    45.6104
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215125",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "440002"
                },
                "route": {
                    "id": "44",
                    "shortName": "44",
                    "longName": "Armand-Bombardier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39130",
                    "label": "39130",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576812649,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3137
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51469,
                    45.57877
                ]
            },
            "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": "39136",
                    "label": "39136",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 60,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575655006,
                "lastSeenAt": 1754493821,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2945
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57066,
                    45.57298
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202002",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39141",
                    "label": "39141",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576179744,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3033
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56655,
                    45.59238
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215862",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39145",
                    "label": "39145",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576690729,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3109
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51431,
                    45.57864
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215267",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39146",
                    "label": "39146",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575081407,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2801
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53998,
                    45.58987
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215568",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "440002"
                },
                "route": {
                    "id": "44",
                    "shortName": "44",
                    "longName": "Armand-Bombardier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39147",
                    "label": "39147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1580588885,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3317
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53233,
                    45.60085
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214541",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1860001"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39149",
                    "label": "39149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575945044,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2993
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58524,
                    45.48702
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182448",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "630001"
                },
                "route": {
                    "id": "63",
                    "shortName": "63",
                    "longName": "Girouard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40001",
                    "label": "40001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576197865,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3036
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60745,
                    45.47057
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185856",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "900002"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40002",
                    "label": "40002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1579105004,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3249
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61176,
                    45.46735
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182629",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "08:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "900001"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40003",
                    "label": "40003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576777130,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3127
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57008,
                    45.47578
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183509",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "610005"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40006",
                    "label": "40006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 343,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576777011,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3126
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66819,
                    45.47082
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184403",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:29: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": "40007",
                    "label": "40007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578066617,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3194
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63374,
                    45.4309
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184300",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1230001"
                },
                "route": {
                    "id": "123",
                    "shortName": "123",
                    "longName": "Dollard / Shevchenko",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40008",
                    "label": "40008",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 64,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576768086,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3117
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59863,
                    45.43866
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184063",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1980001"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40013",
                    "label": "40013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578583460,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3221
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56651,
                    45.47067
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182066",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "370001"
                },
                "route": {
                    "id": "37",
                    "shortName": "37",
                    "longName": "Jolicoeur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40015",
                    "label": "40015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576778450,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3132
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65297,
                    45.46146
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182978",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1020002"
                },
                "route": {
                    "id": "102",
                    "shortName": "102",
                    "longName": "Somerled",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40016",
                    "label": "40016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576854005,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3138
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58221,
                    45.48201
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185686",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4960001"
                },
                "route": {
                    "id": "496",
                    "shortName": "496",
                    "longName": "Express Victoria",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40018",
                    "label": "40018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 36,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576777253,
                "lastSeenAt": 1754493663,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3130
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89721,
                    45.43668
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183095",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:24: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": "40020",
                    "label": "40020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 63,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577785570,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3185
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.589,
                    45.47248
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181677",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "360002"
                },
                "route": {
                    "id": "36",
                    "shortName": "36",
                    "longName": "Monk",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40025",
                    "label": "40025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1580233749,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3305
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60439,
                    45.44682
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183672",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1100002"
                },
                "route": {
                    "id": "110",
                    "shortName": "110",
                    "longName": "Centrale",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40026",
                    "label": "40026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1579978204,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3291
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58027,
                    45.43993
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183373",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1070001"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40028",
                    "label": "40028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576857858,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3141
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61156,
                    45.47795
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184332",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1380001"
                },
                "route": {
                    "id": "138",
                    "shortName": "138",
                    "longName": "Notre-Dame-de-Grâce",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40029",
                    "label": "40029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576777130,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3128
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74235,
                    45.44818
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185823",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4960001"
                },
                "route": {
                    "id": "496",
                    "shortName": "496",
                    "longName": "Express Victoria",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40030",
                    "label": "40030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576776289,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3124
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58083,
                    45.49431
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182566",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "710001"
                },
                "route": {
                    "id": "71",
                    "shortName": "71",
                    "longName": "Pointe-Saint-Charles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40031",
                    "label": "40031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577500121,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3172
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63319,
                    45.43918
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184591",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1950001"
                },
                "route": {
                    "id": "195",
                    "shortName": "195",
                    "longName": "Dorval / Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40032",
                    "label": "40032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 35,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576777131,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3129
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61102,
                    45.4262
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184221",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1230002"
                },
                "route": {
                    "id": "123",
                    "shortName": "123",
                    "longName": "Dollard / Shevchenko",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40033",
                    "label": "40033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577241279,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3166
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57214,
                    45.49525
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185405",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:41: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": "40034",
                    "label": "40034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577152957,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3160
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59526,
                    45.47564
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185513",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4910002"
                },
                "route": {
                    "id": "491",
                    "shortName": "491",
                    "longName": "Express Provost",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40038",
                    "label": "40038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 18,
                    "odometer": 0,
                    "speed": 82
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1577502645,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3173
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62617,
                    45.45492
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185294",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2110002"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40039",
                    "label": "40039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 72
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1577718488,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3181
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60872,
                    45.4291
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183352",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1070002"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40043",
                    "label": "40043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 47,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578544742,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3218
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58126,
                    45.48257
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184931",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2110001"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40045",
                    "label": "40045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1582354447,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3373
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58751,
                    45.43887
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182282",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "610004"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40050",
                    "label": "40050",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 279,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580936165,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3327
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58092,
                    45.48299
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185483",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4910001"
                },
                "route": {
                    "id": "491",
                    "shortName": "491",
                    "longName": "Express Provost",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40055",
                    "label": "40055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 50,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1579556928,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3267
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7427,
                    45.44861
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183697",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1980014"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40057",
                    "label": "40057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580231049,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3303
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57571,
                    45.46229
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182108",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "380010"
                },
                "route": {
                    "id": "38",
                    "shortName": "38",
                    "longName": "De l'Église",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40058",
                    "label": "40058",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1580321288,
                "lastSeenAt": 1754494061,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3310
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57146,
                    45.46511
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183599",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1080001"
                },
                "route": {
                    "id": "108",
                    "shortName": "108",
                    "longName": "Bannantyne",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40060",
                    "label": "40060",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 93,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1580405049,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3313
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.94014,
                    45.40367
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185220",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:38: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": "40062",
                    "label": "40062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597916706,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7887
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57977,
                    45.48402
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183548",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1080002"
                },
                "route": {
                    "id": "108",
                    "shortName": "108",
                    "longName": "Bannantyne",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40065",
                    "label": "40065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 159,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597223884,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7423
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66061,
                    45.43046
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182846",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1010002"
                },
                "route": {
                    "id": "101",
                    "shortName": "101",
                    "longName": "Saint-Patrick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40067",
                    "label": "40067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 96,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1599565454,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8765
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58097,
                    45.48297
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185723",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1900001"
                },
                "route": {
                    "id": "190",
                    "shortName": "190",
                    "longName": "Norman",
                    "color": "#009EE0",
                    "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": 1754494058,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8894
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64808,
                    45.42538
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182330",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1120001"
                },
                "route": {
                    "id": "112",
                    "shortName": "112",
                    "longName": "Airlie",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40081",
                    "label": "40081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1600548187,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8851
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60193,
                    45.42739
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184175",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1140010"
                },
                "route": {
                    "id": "114",
                    "shortName": "114",
                    "longName": "Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40083",
                    "label": "40083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 270,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598453886,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8487
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59873,
                    45.47683
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185054",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "900001"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40085",
                    "label": "40085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 36,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1597401488,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7807
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76749,
                    45.44916
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199465",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4850001"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40089",
                    "label": "40089",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 272,
                    "odometer": 0,
                    "speed": 99
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1596793988,
                "lastSeenAt": 1754494057,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7414
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64825,
                    45.46088
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209464",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40092",
                    "label": "40092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 4
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1601288285,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8907
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56401,
                    45.52066
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209356",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "140001"
                },
                "route": {
                    "id": "14",
                    "shortName": "14",
                    "longName": "Atateken",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40094",
                    "label": "40094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 123,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1601461506,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8915
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66906,
                    45.50513
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196724",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1000001"
                },
                "route": {
                    "id": "100",
                    "shortName": "100",
                    "longName": "Crémazie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40095",
                    "label": "40095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 14,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1600457771,
                "lastSeenAt": 1754494059,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8848
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55735,
                    45.51376
                ]
            },
            "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": "40098",
                    "label": "40098",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 215,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1596539599,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7410
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66593,
                    45.52011
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197810",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1280002"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40100",
                    "label": "40100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598317684,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58195,
                    45.53252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209119",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "270002"
                },
                "route": {
                    "id": "27",
                    "shortName": "27",
                    "longName": "Boulevard Saint-Joseph",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40104",
                    "label": "40104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1597225805,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7425
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56386,
                    45.49773
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210523",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:59: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": 301,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1600981814,
                "lastSeenAt": 1754493782,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8893
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6485,
                    45.5248
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197584",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1190001"
                },
                "route": {
                    "id": "119",
                    "shortName": "119",
                    "longName": "Rockland",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40106",
                    "label": "40106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 144,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597229587,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7426
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59386,
                    45.53615
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209251",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "250001"
                },
                "route": {
                    "id": "25",
                    "shortName": "25",
                    "longName": "Angus",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40107",
                    "label": "40107",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598468884,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8505
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53849,
                    45.48731
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210542",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:09: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": "40110",
                    "label": "40110",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 338,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1597435812,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7829
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6264,
                    45.48684
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209868",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40111",
                    "label": "40111",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1601465590,
                "lastSeenAt": 1754494065,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8917
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5528,
                    45.55113
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209488",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "140002"
                },
                "route": {
                    "id": "14",
                    "shortName": "14",
                    "longName": "Atateken",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40112",
                    "label": "40112",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1609761490,
                "lastSeenAt": 1754494058,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 9339
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72732,
                    45.44848
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199443",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4850003"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40113",
                    "label": "40113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 91,
                    "odometer": 0,
                    "speed": 90
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1599565875,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8766
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57251,
                    45.53856
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209152",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:04: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": "40119",
                    "label": "40119",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598316905,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8101
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87608,
                    45.44369
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058885",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4190001"
                },
                "route": {
                    "id": "419",
                    "shortName": "419",
                    "longName": "Express John Abbott",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40124",
                    "label": "40124",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1606827731,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9203
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81547,
                    45.51193
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060381",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2060001"
                },
                "route": {
                    "id": "206",
                    "shortName": "206",
                    "longName": "Roger-Pilon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40126",
                    "label": "40126",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827731,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9204
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70654,
                    45.47915
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060200",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1960002"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40129",
                    "label": "40129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 128,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9205
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66702,
                    45.55644
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061404",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1640001"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40131",
                    "label": "40131",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754493948,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9206
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58679,
                    45.47703
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058926",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:30: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": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602674533,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9098
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83078,
                    45.46519
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059590",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2060002"
                },
                "route": {
                    "id": "206",
                    "shortName": "206",
                    "longName": "Roger-Pilon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40135",
                    "label": "40135",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494056,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9209
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76118,
                    45.48119
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059689",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "720003"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40137",
                    "label": "40137",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 169,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9210
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82912,
                    45.4694
                ]
            },
            "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": "40139",
                    "label": "40139",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 145,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 49,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1601927409,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9051
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74232,
                    45.44763
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060353",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2090001"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40140",
                    "label": "40140",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 249,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1602705729,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73402,
                    45.50355
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059491",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1640001"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "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": 1754494060,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9213
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69006,
                    45.51327
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060030",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2150001"
                },
                "route": {
                    "id": "215",
                    "shortName": "215",
                    "longName": "Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40144",
                    "label": "40144",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 133,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 49,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9214
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68439,
                    45.51534
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060558",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1700002"
                },
                "route": {
                    "id": "170",
                    "shortName": "170",
                    "longName": "Keller",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40148",
                    "label": "40148",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494054,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9216
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83115,
                    45.4656
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059120",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2020001"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40149",
                    "label": "40149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9217
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72889,
                    45.52767
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059556",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4680002"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40152",
                    "label": "40152",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 244,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606828095,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9245
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70351,
                    45.52634
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061202",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1640002"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40153",
                    "label": "40153",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608029344,
                "lastSeenAt": 1754494068,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9297
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70629,
                    45.49561
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058982",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "700002"
                },
                "route": {
                    "id": "70",
                    "shortName": "70",
                    "longName": "Bois-Franc",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40154",
                    "label": "40154",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 217,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9219
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80853,
                    45.45712
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059614",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:20: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": "40156",
                    "label": "40156",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 57,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602267427,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9080
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69792,
                    45.50968
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060079",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "700001"
                },
                "route": {
                    "id": "70",
                    "shortName": "70",
                    "longName": "Bois-Franc",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40160",
                    "label": "40160",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607537709,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9281
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84837,
                    45.49433
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061426",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4680002"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40162",
                    "label": "40162",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606828095,
                "lastSeenAt": 1754494064,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9246
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83628,
                    45.46173
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061070",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "720001"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40170",
                    "label": "40170",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 323,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1609016232,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9325
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6852,
                    45.51581
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059515",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "640001"
                },
                "route": {
                    "id": "64",
                    "shortName": "64",
                    "longName": "Grenet",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40172",
                    "label": "40172",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 224,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9226
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67834,
                    45.5116
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061384",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "720003"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40173",
                    "label": "40173",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9227
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.88135,
                    45.41967
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061147",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:04: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": "40174",
                    "label": "40174",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 259,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606927869,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9262
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71857,
                    45.53122
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061277",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "640002"
                },
                "route": {
                    "id": "64",
                    "shortName": "64",
                    "longName": "Grenet",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40175",
                    "label": "40175",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602876494,
                "lastSeenAt": 1754494060,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68639,
                    45.43795
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060106",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1960002"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40176",
                    "label": "40176",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 8,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 58,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1602878773,
                "lastSeenAt": 1754494067,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9114
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70988,
                    45.52568
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059209",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "640002"
                },
                "route": {
                    "id": "64",
                    "shortName": "64",
                    "longName": "Grenet",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40177",
                    "label": "40177",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 126,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9228
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85994,
                    45.42615
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059242",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:14: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": "40178",
                    "label": "40178",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 72,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602676759,
                "lastSeenAt": 1754494070,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9099
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80733,
                    45.49364
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061232",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2090001"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40183",
                    "label": "40183",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606907286,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9259
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69479,
                    45.52776
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059275",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1170002"
                },
                "route": {
                    "id": "117",
                    "shortName": "117",
                    "longName": "O'Brien",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40188",
                    "label": "40188",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 244,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9235
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76044,
                    45.44543
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059822",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2030001"
                },
                "route": {
                    "id": "203",
                    "shortName": "203",
                    "longName": "Carson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40194",
                    "label": "40194",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 262,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606831449,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9248
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70099,
                    45.49982
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060164",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1770001"
                },
                "route": {
                    "id": "177",
                    "shortName": "177",
                    "longName": "Thimens",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40196",
                    "label": "40196",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606907347,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9260
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74844,
                    45.51327
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060524",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "680004"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40198",
                    "label": "40198",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 220,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606855813,
                "lastSeenAt": 1754494053,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9253
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75795,
                    45.44971
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060779",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2040001"
                },
                "route": {
                    "id": "204",
                    "shortName": "204",
                    "longName": "Cardinal",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40200",
                    "label": "40200",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9239
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74239,
                    45.49847
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059965",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2150002"
                },
                "route": {
                    "id": "215",
                    "shortName": "215",
                    "longName": "Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40201",
                    "label": "40201",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608032470,
                "lastSeenAt": 1754494062,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9298
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71933,
                    45.45449
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059425",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1960001"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40204",
                    "label": "40204",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 168,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1754494055,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9240
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74683,
                    45.50068
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059989",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2150001"
                },
                "route": {
                    "id": "215",
                    "shortName": "215",
                    "longName": "Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40205",
                    "label": "40205",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1754494072,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9241
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65147,
                    45.49314
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058946",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "170002"
                },
                "route": {
                    "id": "17",
                    "shortName": "17",
                    "longName": "Décarie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40206",
                    "label": "40206",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 120,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608120073,
                "lastSeenAt": 1754494071,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9303
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73389,
                    45.50021
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061009",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "11:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1770002"
                },
                "route": {
                    "id": "177",
                    "shortName": "177",
                    "longName": "Thimens",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40208",
                    "label": "40208",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607551628,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9286
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86461,
                    45.48049
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061135",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "680004"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40211",
                    "label": "40211",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 54,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607546954,
                "lastSeenAt": 1754494069,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9284
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78951,
                    45.49365
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060238",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2080001"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40213",
                    "label": "40213",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 344,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9242
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74365,
                    45.51833
                ]
            },
            "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": "40214",
                    "label": "40214",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 41,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 64,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607546355,
                "lastSeenAt": 1754494063,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9282
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87155,
                    45.49834
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061335",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "11:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2070001"
                },
                "route": {
                    "id": "207",
                    "shortName": "207",
                    "longName": "Jacques-Bizard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40215",
                    "label": "40215",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827910,
                "lastSeenAt": 1754494066,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9243
        }
    ],
    "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": 3586
    }
}
 

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