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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=749",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=747",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 748,
    "results": [
        {
            "start": 954652931,
            "stop": 954658364
        },
        {
            "start": 954658369,
            "stop": 954662805
        },
        {
            "start": 954663229,
            "stop": 954667899
        },
        {
            "start": 954667905,
            "stop": 954668013
        },
        {
            "start": 954668019,
            "stop": 954670904
        },
        {
            "start": 954670910,
            "stop": 954679252
        },
        {
            "start": 954679258,
            "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": 954773810
        },
        {
            "start": 954773816,
            "stop": 954774229
        },
        {
            "start": 954774673,
            "stop": 954775947
        },
        {
            "start": 954779740,
            "stop": 954780994
        },
        {
            "start": 954793868,
            "stop": 954805312
        },
        {
            "start": 954805318,
            "stop": 954809524
        },
        {
            "start": 954824645,
            "stop": 954847789
        },
        {
            "start": 954852243,
            "stop": 954853895
        }
    ]
}