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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=114",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 115,
    "results": [
        {
            "start": 819844053,
            "stop": 819844104
        },
        {
            "start": 819844128,
            "stop": 819844154
        },
        {
            "start": 819844176,
            "stop": 819844241
        },
        {
            "start": 819844244,
            "stop": 819844260
        },
        {
            "start": 819844320,
            "stop": 819844548
        },
        {
            "start": 819844565,
            "stop": 819844910
        },
        {
            "start": 819844927,
            "stop": 819844937
        },
        {
            "start": 819844940,
            "stop": 819845106
        },
        {
            "start": 819845109,
            "stop": 819845993
        },
        {
            "start": 819846023,
            "stop": 819846203
        },
        {
            "start": 819846220,
            "stop": 819846313
        },
        {
            "start": 819846330,
            "stop": 819846421
        },
        {
            "start": 819846424,
            "stop": 819846563
        },
        {
            "start": 819846566,
            "stop": 819847129
        },
        {
            "start": 819847132,
            "stop": 819847145
        },
        {
            "start": 819847379,
            "stop": 819847825
        },
        {
            "start": 819847828,
            "stop": 819848134
        },
        {
            "start": 819848137,
            "stop": 819849084
        },
        {
            "start": 819849088,
            "stop": 819849231
        },
        {
            "start": 819849236,
            "stop": 819849355
        }
    ]
}