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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4384",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4385,
    "results": [
        {
            "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
        },
        {
            "start": 875129514,
            "stop": 875129535
        },
        {
            "start": 875129554,
            "stop": 875129559
        }
    ]
}