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/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=181",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 182,
    "results": [
        {
            "start": 820392616,
            "stop": 820393211
        },
        {
            "start": 820393228,
            "stop": 820393724
        },
        {
            "start": 820393741,
            "stop": 820394200
        },
        {
            "start": 820394217,
            "stop": 820394430
        },
        {
            "start": 820394448,
            "stop": 820394815
        },
        {
            "start": 820394832,
            "stop": 820395505
        },
        {
            "start": 820395509,
            "stop": 820395512
        },
        {
            "start": 820395515,
            "stop": 820395584
        },
        {
            "start": 820395601,
            "stop": 820395636
        },
        {
            "start": 820395639,
            "stop": 820395730
        },
        {
            "start": 820395734,
            "stop": 820395967
        },
        {
            "start": 820395970,
            "stop": 820396309
        },
        {
            "start": 820396326,
            "stop": 820396422
        },
        {
            "start": 820396439,
            "stop": 820396871
        },
        {
            "start": 820396888,
            "stop": 820397098
        },
        {
            "start": 820397115,
            "stop": 820397720
        },
        {
            "start": 820397737,
            "stop": 820398911
        },
        {
            "start": 820409872,
            "stop": 820410171
        },
        {
            "start": 820410174,
            "stop": 820410227
        },
        {
            "start": 820410244,
            "stop": 820410445
        }
    ]
}