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_CBCLOW_CAT3/segments?format=api&page=43
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=42",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 43,
    "results": [
        {
            "start": 817191054,
            "stop": 817191117
        },
        {
            "start": 817191125,
            "stop": 817191257
        },
        {
            "start": 817191267,
            "stop": 817191366
        },
        {
            "start": 817191376,
            "stop": 817191443
        },
        {
            "start": 817191450,
            "stop": 817191647
        },
        {
            "start": 817191654,
            "stop": 817191684
        },
        {
            "start": 817191692,
            "stop": 817191784
        },
        {
            "start": 817191792,
            "stop": 817191802
        },
        {
            "start": 817191809,
            "stop": 817191823
        },
        {
            "start": 817191837,
            "stop": 817191840
        },
        {
            "start": 817191847,
            "stop": 817191964
        },
        {
            "start": 817191972,
            "stop": 817192018
        },
        {
            "start": 817192025,
            "stop": 817192085
        },
        {
            "start": 817192092,
            "stop": 817192173
        },
        {
            "start": 817192180,
            "stop": 817192214
        },
        {
            "start": 817192221,
            "stop": 817192415
        },
        {
            "start": 817192422,
            "stop": 817192453
        },
        {
            "start": 817192460,
            "stop": 817193769
        },
        {
            "start": 817193782,
            "stop": 817194050
        },
        {
            "start": 817194130,
            "stop": 817194199
        }
    ]
}