Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=112
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=111",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 112,
    "results": [
        {
            "start": 825974348,
            "stop": 825974871
        },
        {
            "start": 825974884,
            "stop": 825974890
        },
        {
            "start": 825974894,
            "stop": 825974900
        },
        {
            "start": 825974904,
            "stop": 825975235
        },
        {
            "start": 825975239,
            "stop": 825975246
        },
        {
            "start": 825975250,
            "stop": 825975394
        },
        {
            "start": 825975403,
            "stop": 825975409
        },
        {
            "start": 825975412,
            "stop": 825975456
        },
        {
            "start": 825975473,
            "stop": 825975484
        },
        {
            "start": 825975492,
            "stop": 825975522
        },
        {
            "start": 825975525,
            "stop": 825975531
        },
        {
            "start": 825975535,
            "stop": 825975553
        },
        {
            "start": 825976740,
            "stop": 825976967
        },
        {
            "start": 825976971,
            "stop": 825977209
        },
        {
            "start": 825977222,
            "stop": 825977228
        },
        {
            "start": 825977236,
            "stop": 825977242
        },
        {
            "start": 825977246,
            "stop": 825987650
        },
        {
            "start": 825992016,
            "stop": 825998531
        },
        {
            "start": 825998604,
            "stop": 826000000
        },
        {
            "start": 826003246,
            "stop": 826014433
        }
    ]
}