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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=86",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 87,
    "results": [
        {
            "start": 836413952,
            "stop": 836426862
        },
        {
            "start": 836432247,
            "stop": 836453926
        },
        {
            "start": 836454959,
            "stop": 836459685
        },
        {
            "start": 836460610,
            "stop": 836461577
        },
        {
            "start": 836462434,
            "stop": 836465129
        },
        {
            "start": 836466453,
            "stop": 836468342
        },
        {
            "start": 836471012,
            "stop": 836472330
        },
        {
            "start": 836474116,
            "stop": 836478312
        },
        {
            "start": 836479880,
            "stop": 836485087
        },
        {
            "start": 836487042,
            "stop": 836502316
        },
        {
            "start": 836503674,
            "stop": 836514025
        },
        {
            "start": 836515291,
            "stop": 836542070
        },
        {
            "start": 836542838,
            "stop": 836578720
        },
        {
            "start": 836580914,
            "stop": 836583457
        },
        {
            "start": 836584540,
            "stop": 836588789
        },
        {
            "start": 836588866,
            "stop": 836594003
        },
        {
            "start": 836595480,
            "stop": 836602437
        },
        {
            "start": 836603623,
            "stop": 836603753
        },
        {
            "start": 836604944,
            "stop": 836604983
        },
        {
            "start": 836605990,
            "stop": 836607257
        }
    ]
}