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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=276",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 277,
    "results": [
        {
            "start": 935244187,
            "stop": 935244213
        },
        {
            "start": 935244215,
            "stop": 935244218
        },
        {
            "start": 935244221,
            "stop": 935244227
        },
        {
            "start": 935244229,
            "stop": 935244235
        },
        {
            "start": 935244240,
            "stop": 935244458
        },
        {
            "start": 935246268,
            "stop": 935247736
        },
        {
            "start": 935247739,
            "stop": 935247760
        },
        {
            "start": 935247762,
            "stop": 935247765
        },
        {
            "start": 935247768,
            "stop": 935247785
        },
        {
            "start": 935247787,
            "stop": 935247814
        },
        {
            "start": 935247816,
            "stop": 935247819
        },
        {
            "start": 935247822,
            "stop": 935247836
        },
        {
            "start": 935247841,
            "stop": 935248398
        },
        {
            "start": 935358716,
            "stop": 935359341
        },
        {
            "start": 935359343,
            "stop": 935359361
        },
        {
            "start": 935359363,
            "stop": 935359370
        },
        {
            "start": 935359375,
            "stop": 935359383
        },
        {
            "start": 935359385,
            "stop": 935359388
        },
        {
            "start": 935359392,
            "stop": 935359417
        },
        {
            "start": 935359420,
            "stop": 935359423
        }
    ]
}