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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8152",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8153,
    "results": [
        {
            "start": 970982555,
            "stop": 970982612
        },
        {
            "start": 970982615,
            "stop": 970982677
        },
        {
            "start": 970982680,
            "stop": 970982697
        },
        {
            "start": 970982700,
            "stop": 970982745
        },
        {
            "start": 970982748,
            "stop": 970982754
        },
        {
            "start": 970982757,
            "stop": 970982796
        },
        {
            "start": 970982799,
            "stop": 970982862
        },
        {
            "start": 970982865,
            "stop": 970983142
        },
        {
            "start": 970983145,
            "stop": 970983189
        },
        {
            "start": 970983192,
            "stop": 970983317
        },
        {
            "start": 970983323,
            "stop": 970983358
        },
        {
            "start": 970983364,
            "stop": 970983375
        },
        {
            "start": 970983378,
            "stop": 970983538
        },
        {
            "start": 970983541,
            "stop": 970983556
        },
        {
            "start": 970983559,
            "stop": 970983601
        },
        {
            "start": 970983604,
            "stop": 970983714
        },
        {
            "start": 970983717,
            "stop": 970983802
        },
        {
            "start": 970983805,
            "stop": 970983836
        },
        {
            "start": 970983839,
            "stop": 970983883
        },
        {
            "start": 970983886,
            "stop": 970984012
        }
    ]
}