Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1165
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1164",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1165,
    "results": [
        {
            "start": 951800590,
            "stop": 951817206
        },
        {
            "start": 951824431,
            "stop": 951825617
        },
        {
            "start": 951825619,
            "stop": 951825664
        },
        {
            "start": 951825666,
            "stop": 951825822
        },
        {
            "start": 951850348,
            "stop": 951855608
        },
        {
            "start": 951857175,
            "stop": 951860809
        },
        {
            "start": 951861084,
            "stop": 951874285
        },
        {
            "start": 951874429,
            "stop": 951874469
        },
        {
            "start": 951874634,
            "stop": 951877602
        },
        {
            "start": 951877931,
            "stop": 951887503
        },
        {
            "start": 951890691,
            "stop": 951920858
        },
        {
            "start": 951926885,
            "stop": 951931339
        },
        {
            "start": 951953062,
            "stop": 951954524
        },
        {
            "start": 951955722,
            "stop": 951957362
        },
        {
            "start": 951959638,
            "stop": 951963126
        },
        {
            "start": 951963321,
            "stop": 951971832
        },
        {
            "start": 951972148,
            "stop": 951978962
        },
        {
            "start": 951985150,
            "stop": 951989011
        },
        {
            "start": 951989257,
            "stop": 952007004
        },
        {
            "start": 952011666,
            "stop": 952015933
        }
    ]
}