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=1211
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=1212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1210",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1211,
    "results": [
        {
            "start": 954652931,
            "stop": 954658364
        },
        {
            "start": 954658365,
            "stop": 954662805
        },
        {
            "start": 954663229,
            "stop": 954667899
        },
        {
            "start": 954667901,
            "stop": 954668013
        },
        {
            "start": 954668015,
            "stop": 954670904
        },
        {
            "start": 954670906,
            "stop": 954679250
        },
        {
            "start": 954679256,
            "stop": 954680946
        },
        {
            "start": 954686609,
            "stop": 954694801
        },
        {
            "start": 954695779,
            "stop": 954715782
        },
        {
            "start": 954720345,
            "stop": 954725353
        },
        {
            "start": 954735710,
            "stop": 954749647
        },
        {
            "start": 954753015,
            "stop": 954759765
        },
        {
            "start": 954763427,
            "stop": 954773808
        },
        {
            "start": 954773814,
            "stop": 954774229
        },
        {
            "start": 954774673,
            "stop": 954775947
        },
        {
            "start": 954779740,
            "stop": 954780994
        },
        {
            "start": 954793868,
            "stop": 954805312
        },
        {
            "start": 954805314,
            "stop": 954809524
        },
        {
            "start": 954824645,
            "stop": 954847789
        },
        {
            "start": 954852243,
            "stop": 954853895
        }
    ]
}