Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=106
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=105",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 106,
    "results": [
        {
            "start": 819756109,
            "stop": 819756192
        },
        {
            "start": 819757726,
            "stop": 819757921
        },
        {
            "start": 819757925,
            "stop": 819757962
        },
        {
            "start": 819757965,
            "stop": 819758131
        },
        {
            "start": 819758135,
            "stop": 819758211
        },
        {
            "start": 819758214,
            "stop": 819758613
        },
        {
            "start": 819758617,
            "stop": 819758894
        },
        {
            "start": 819758898,
            "stop": 819758951
        },
        {
            "start": 819758954,
            "stop": 819759361
        },
        {
            "start": 819759386,
            "stop": 819760098
        },
        {
            "start": 819760102,
            "stop": 819760260
        },
        {
            "start": 819761763,
            "stop": 819762965
        },
        {
            "start": 819762968,
            "stop": 819763031
        },
        {
            "start": 819763034,
            "stop": 819763484
        },
        {
            "start": 819763487,
            "stop": 819763534
        },
        {
            "start": 819763537,
            "stop": 819763748
        },
        {
            "start": 819763751,
            "stop": 819763753
        },
        {
            "start": 819764281,
            "stop": 819765374
        },
        {
            "start": 819765377,
            "stop": 819766276
        },
        {
            "start": 819766279,
            "stop": 819768054
        }
    ]
}