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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=340",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 341,
    "results": [
        {
            "start": 862408877,
            "stop": 862409003
        },
        {
            "start": 862410036,
            "stop": 862414140
        },
        {
            "start": 862414200,
            "stop": 862417347
        },
        {
            "start": 862417366,
            "stop": 862425699
        },
        {
            "start": 862425780,
            "stop": 862431630
        },
        {
            "start": 862431750,
            "stop": 862444490
        },
        {
            "start": 862444744,
            "stop": 862462609
        },
        {
            "start": 862463504,
            "stop": 862466274
        },
        {
            "start": 862466292,
            "stop": 862467750
        },
        {
            "start": 862467870,
            "stop": 862482699
        },
        {
            "start": 862482717,
            "stop": 862521519
        },
        {
            "start": 862524060,
            "stop": 862524485
        },
        {
            "start": 862525756,
            "stop": 862526250
        },
        {
            "start": 862526310,
            "stop": 862533171
        },
        {
            "start": 862534185,
            "stop": 862542973
        },
        {
            "start": 862543418,
            "stop": 862555900
        },
        {
            "start": 862557304,
            "stop": 862565809
        },
        {
            "start": 862565919,
            "stop": 862566123
        },
        {
            "start": 862566423,
            "stop": 862566694
        },
        {
            "start": 862567056,
            "stop": 862567950
        }
    ]
}