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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4902",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4903,
    "results": [
        {
            "start": 875128119,
            "stop": 875128127
        },
        {
            "start": 875128146,
            "stop": 875128170
        },
        {
            "start": 875128189,
            "stop": 875128211
        },
        {
            "start": 875128233,
            "stop": 875128248
        },
        {
            "start": 875128396,
            "stop": 875128407
        },
        {
            "start": 875128426,
            "stop": 875128446
        },
        {
            "start": 875128466,
            "stop": 875128484
        },
        {
            "start": 875128504,
            "stop": 875128511
        },
        {
            "start": 875128530,
            "stop": 875128539
        },
        {
            "start": 875128559,
            "stop": 875128590
        },
        {
            "start": 875128609,
            "stop": 875128673
        },
        {
            "start": 875128697,
            "stop": 875128822
        },
        {
            "start": 875128849,
            "stop": 875128893
        },
        {
            "start": 875128980,
            "stop": 875129054
        },
        {
            "start": 875129073,
            "stop": 875129085
        },
        {
            "start": 875129104,
            "stop": 875129181
        },
        {
            "start": 875129200,
            "stop": 875129229
        },
        {
            "start": 875129266,
            "stop": 875129271
        },
        {
            "start": 875129290,
            "stop": 875129353
        },
        {
            "start": 875129437,
            "stop": 875129495
        }
    ]
}