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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=19",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 20,
    "results": [
        {
            "start": 931137123,
            "stop": 931137145
        },
        {
            "start": 931137267,
            "stop": 931137273
        },
        {
            "start": 931137577,
            "stop": 931137597
        },
        {
            "start": 931137652,
            "stop": 931137654
        },
        {
            "start": 931137726,
            "stop": 931137728
        },
        {
            "start": 931137745,
            "stop": 931137749
        },
        {
            "start": 931137904,
            "stop": 931137924
        },
        {
            "start": 931137944,
            "stop": 931137949
        },
        {
            "start": 931137983,
            "stop": 931138021
        },
        {
            "start": 931138039,
            "stop": 931138052
        },
        {
            "start": 931138129,
            "stop": 931138190
        },
        {
            "start": 931138208,
            "stop": 931138251
        },
        {
            "start": 931138282,
            "stop": 931138288
        },
        {
            "start": 931138343,
            "stop": 931138389
        },
        {
            "start": 931138407,
            "stop": 931138425
        },
        {
            "start": 931138471,
            "stop": 931138472
        },
        {
            "start": 931138608,
            "stop": 931138636
        },
        {
            "start": 931138654,
            "stop": 931138673
        },
        {
            "start": 931138703,
            "stop": 931138716
        },
        {
            "start": 931138743,
            "stop": 931138744
        }
    ]
}