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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=351",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 352,
    "results": [
        {
            "start": 931933960,
            "stop": 931933961
        },
        {
            "start": 931933967,
            "stop": 931933968
        },
        {
            "start": 931933984,
            "stop": 931933986
        },
        {
            "start": 931933995,
            "stop": 931933996
        },
        {
            "start": 931934010,
            "stop": 931934011
        },
        {
            "start": 931934013,
            "stop": 931934015
        },
        {
            "start": 931934021,
            "stop": 931934022
        },
        {
            "start": 931934071,
            "stop": 931934072
        },
        {
            "start": 931934075,
            "stop": 931934077
        },
        {
            "start": 931934082,
            "stop": 931934084
        },
        {
            "start": 931934102,
            "stop": 931934103
        },
        {
            "start": 931934145,
            "stop": 931934148
        },
        {
            "start": 931934168,
            "stop": 931934170
        },
        {
            "start": 931934181,
            "stop": 931934182
        },
        {
            "start": 931934185,
            "stop": 931934186
        },
        {
            "start": 931934195,
            "stop": 931934196
        },
        {
            "start": 931934209,
            "stop": 931934210
        },
        {
            "start": 931934233,
            "stop": 931934234
        },
        {
            "start": 931934236,
            "stop": 931934237
        },
        {
            "start": 931934256,
            "stop": 931934259
        }
    ]
}