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=439
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=440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=438",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 439,
    "results": [
        {
            "start": 827204198,
            "stop": 827204397
        },
        {
            "start": 827204410,
            "stop": 827204539
        },
        {
            "start": 827204546,
            "stop": 827204779
        },
        {
            "start": 827204792,
            "stop": 827205097
        },
        {
            "start": 827205104,
            "stop": 827205204
        },
        {
            "start": 827205211,
            "stop": 827205285
        },
        {
            "start": 827205293,
            "stop": 827205327
        },
        {
            "start": 827205334,
            "stop": 827205666
        },
        {
            "start": 827205676,
            "stop": 827205942
        },
        {
            "start": 827205952,
            "stop": 827205993
        },
        {
            "start": 827206000,
            "stop": 827206054
        },
        {
            "start": 827206062,
            "stop": 827206182
        },
        {
            "start": 827206190,
            "stop": 827206605
        },
        {
            "start": 827206612,
            "stop": 827206653
        },
        {
            "start": 827206663,
            "stop": 827206814
        },
        {
            "start": 827206824,
            "stop": 827206917
        },
        {
            "start": 827206924,
            "stop": 827207208
        },
        {
            "start": 827207215,
            "stop": 827207335
        },
        {
            "start": 827207342,
            "stop": 827207651
        },
        {
            "start": 827207660,
            "stop": 827207694
        }
    ]
}