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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=18",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 19,
    "results": [
        {
            "start": 931135602,
            "stop": 931135646
        },
        {
            "start": 931135701,
            "stop": 931135743
        },
        {
            "start": 931135760,
            "stop": 931135775
        },
        {
            "start": 931135806,
            "stop": 931135867
        },
        {
            "start": 931135872,
            "stop": 931135910
        },
        {
            "start": 931135995,
            "stop": 931135998
        },
        {
            "start": 931136040,
            "stop": 931136041
        },
        {
            "start": 931136067,
            "stop": 931136074
        },
        {
            "start": 931136097,
            "stop": 931136138
        },
        {
            "start": 931136156,
            "stop": 931136208
        },
        {
            "start": 931136352,
            "stop": 931136366
        },
        {
            "start": 931136392,
            "stop": 931136400
        },
        {
            "start": 931136805,
            "stop": 931136819
        },
        {
            "start": 931136837,
            "stop": 931136853
        },
        {
            "start": 931136875,
            "stop": 931136900
        },
        {
            "start": 931136932,
            "stop": 931136961
        },
        {
            "start": 931137016,
            "stop": 931137019
        },
        {
            "start": 931137037,
            "stop": 931137094
        },
        {
            "start": 931137123,
            "stop": 931137145
        },
        {
            "start": 931137267,
            "stop": 931137273
        }
    ]
}