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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5180",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5181,
    "results": [
        {
            "start": 875127654,
            "stop": 875127655
        },
        {
            "start": 875127674,
            "stop": 875127750
        },
        {
            "start": 875127772,
            "stop": 875127865
        },
        {
            "start": 875127893,
            "stop": 875127913
        },
        {
            "start": 875127932,
            "stop": 875127966
        },
        {
            "start": 875127985,
            "stop": 875128078
        },
        {
            "start": 875128097,
            "stop": 875128100
        },
        {
            "start": 875128119,
            "stop": 875128127
        },
        {
            "start": 875128146,
            "stop": 875128170
        },
        {
            "start": 875128189,
            "stop": 875128211
        },
        {
            "start": 875128233,
            "stop": 875128248
        },
        {
            "start": 875128291,
            "stop": 875128308
        },
        {
            "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
        }
    ]
}