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_CAT2/segments?format=api&page=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=124",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 125,
    "results": [
        {
            "start": 836588866,
            "stop": 836588961
        },
        {
            "start": 836588967,
            "stop": 836588970
        },
        {
            "start": 836588977,
            "stop": 836589350
        },
        {
            "start": 836589351,
            "stop": 836589367
        },
        {
            "start": 836589370,
            "stop": 836594002
        },
        {
            "start": 836595480,
            "stop": 836602381
        },
        {
            "start": 836602388,
            "stop": 836602436
        },
        {
            "start": 836603623,
            "stop": 836603752
        },
        {
            "start": 836604944,
            "stop": 836604975
        },
        {
            "start": 836604982,
            "stop": 836604983
        },
        {
            "start": 836605990,
            "stop": 836607256
        },
        {
            "start": 836608509,
            "stop": 836609994
        },
        {
            "start": 836610921,
            "stop": 836616644
        },
        {
            "start": 836616651,
            "stop": 836616864
        },
        {
            "start": 836618059,
            "stop": 836621848
        },
        {
            "start": 836621855,
            "stop": 836632778
        },
        {
            "start": 836634075,
            "stop": 836636454
        },
        {
            "start": 836636461,
            "stop": 836649020
        },
        {
            "start": 836649027,
            "stop": 836649102
        },
        {
            "start": 836649948,
            "stop": 836664914
        }
    ]
}