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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=33",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 34,
    "results": [
        {
            "start": 817021466,
            "stop": 817021703
        },
        {
            "start": 817021706,
            "stop": 817027187
        },
        {
            "start": 817027191,
            "stop": 817027193
        },
        {
            "start": 817027196,
            "stop": 817027197
        },
        {
            "start": 817027203,
            "stop": 817027209
        },
        {
            "start": 817027217,
            "stop": 817027218
        },
        {
            "start": 817030102,
            "stop": 817031621
        },
        {
            "start": 817031625,
            "stop": 817034120
        },
        {
            "start": 817034123,
            "stop": 817034164
        },
        {
            "start": 817048430,
            "stop": 817048807
        },
        {
            "start": 817048810,
            "stop": 817050839
        },
        {
            "start": 817059261,
            "stop": 817061219
        },
        {
            "start": 817061222,
            "stop": 817061517
        },
        {
            "start": 817117943,
            "stop": 817118167
        },
        {
            "start": 817118462,
            "stop": 817118517
        },
        {
            "start": 817118585,
            "stop": 817119072
        },
        {
            "start": 817119074,
            "stop": 817119116
        },
        {
            "start": 817119119,
            "stop": 817119284
        },
        {
            "start": 817119287,
            "stop": 817119342
        },
        {
            "start": 817119344,
            "stop": 817119354
        }
    ]
}