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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=87",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 88,
    "results": [
        {
            "start": 819183312,
            "stop": 819184029
        },
        {
            "start": 819184063,
            "stop": 819184085
        },
        {
            "start": 819184102,
            "stop": 819184175
        },
        {
            "start": 819184178,
            "stop": 819184390
        },
        {
            "start": 819184394,
            "stop": 819184586
        },
        {
            "start": 819184589,
            "stop": 819184593
        },
        {
            "start": 819184596,
            "stop": 819184793
        },
        {
            "start": 819184796,
            "stop": 819184835
        },
        {
            "start": 819184839,
            "stop": 819185021
        },
        {
            "start": 819185024,
            "stop": 819185050
        },
        {
            "start": 819185053,
            "stop": 819185173
        },
        {
            "start": 819189059,
            "stop": 819189072
        },
        {
            "start": 819189075,
            "stop": 819189294
        },
        {
            "start": 819189299,
            "stop": 819189301
        },
        {
            "start": 819189304,
            "stop": 819189606
        },
        {
            "start": 819189609,
            "stop": 819189626
        },
        {
            "start": 819189630,
            "stop": 819189792
        },
        {
            "start": 819189796,
            "stop": 819189799
        },
        {
            "start": 819189802,
            "stop": 819189831
        },
        {
            "start": 819189835,
            "stop": 819190948
        }
    ]
}