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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=214",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 215,
    "results": [
        {
            "start": 820462604,
            "stop": 820463904
        },
        {
            "start": 820463911,
            "stop": 820464110
        },
        {
            "start": 820464111,
            "stop": 820464324
        },
        {
            "start": 820464331,
            "stop": 820464363
        },
        {
            "start": 820464373,
            "stop": 820466112
        },
        {
            "start": 820466119,
            "stop": 820466319
        },
        {
            "start": 820466327,
            "stop": 820467736
        },
        {
            "start": 820467750,
            "stop": 820467907
        },
        {
            "start": 820467914,
            "stop": 820468068
        },
        {
            "start": 820468075,
            "stop": 820468470
        },
        {
            "start": 820468478,
            "stop": 820468912
        },
        {
            "start": 820468919,
            "stop": 820469851
        },
        {
            "start": 820469859,
            "stop": 820470806
        },
        {
            "start": 820470813,
            "stop": 820470843
        },
        {
            "start": 820470851,
            "stop": 820471693
        },
        {
            "start": 820471700,
            "stop": 820471943
        },
        {
            "start": 820471952,
            "stop": 820472249
        },
        {
            "start": 820472256,
            "stop": 820472263
        },
        {
            "start": 820472270,
            "stop": 820473101
        },
        {
            "start": 820473108,
            "stop": 820473202
        }
    ]
}