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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=121",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 122,
    "results": [
        {
            "start": 931784905,
            "stop": 931784920
        },
        {
            "start": 931784940,
            "stop": 931784947
        },
        {
            "start": 931784965,
            "stop": 931784973
        },
        {
            "start": 931784991,
            "stop": 931785023
        },
        {
            "start": 931785041,
            "stop": 931785093
        },
        {
            "start": 931785129,
            "stop": 931785140
        },
        {
            "start": 931785174,
            "stop": 931785177
        },
        {
            "start": 931785201,
            "stop": 931785211
        },
        {
            "start": 931785237,
            "stop": 931785305
        },
        {
            "start": 931785409,
            "stop": 931785429
        },
        {
            "start": 931785447,
            "stop": 931785450
        },
        {
            "start": 931785502,
            "stop": 931785512
        },
        {
            "start": 931785626,
            "stop": 931785667
        },
        {
            "start": 931788815,
            "stop": 931788823
        },
        {
            "start": 931788908,
            "stop": 931788918
        },
        {
            "start": 931788920,
            "stop": 931789024
        },
        {
            "start": 931789033,
            "stop": 931789652
        },
        {
            "start": 931789655,
            "stop": 931789743
        },
        {
            "start": 931789746,
            "stop": 931789773
        },
        {
            "start": 931789775,
            "stop": 931789787
        }
    ]
}