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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=20",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 21,
    "results": [
        {
            "start": 816981141,
            "stop": 816982769
        },
        {
            "start": 816983481,
            "stop": 816984187
        },
        {
            "start": 816984923,
            "stop": 816985397
        },
        {
            "start": 816985897,
            "stop": 816986177
        },
        {
            "start": 816986180,
            "stop": 816986456
        },
        {
            "start": 816986856,
            "stop": 816988440
        },
        {
            "start": 816989738,
            "stop": 816990267
        },
        {
            "start": 816990783,
            "stop": 816998657
        },
        {
            "start": 816998660,
            "stop": 817014552
        },
        {
            "start": 817014555,
            "stop": 817031165
        },
        {
            "start": 817032914,
            "stop": 817043299
        },
        {
            "start": 817043302,
            "stop": 817048443
        },
        {
            "start": 817048445,
            "stop": 817063557
        },
        {
            "start": 817063560,
            "stop": 817067528
        },
        {
            "start": 817067531,
            "stop": 817068247
        },
        {
            "start": 817069839,
            "stop": 817075465
        },
        {
            "start": 817075468,
            "stop": 817077656
        },
        {
            "start": 817078578,
            "stop": 817079029
        },
        {
            "start": 817079512,
            "stop": 817080440
        },
        {
            "start": 817080840,
            "stop": 817081955
        }
    ]
}