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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1161",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1162,
    "results": [
        {
            "start": 1137233897,
            "stop": 1137234018
        },
        {
            "start": 1137234019,
            "stop": 1137234057
        },
        {
            "start": 1137234058,
            "stop": 1137239285
        },
        {
            "start": 1137239287,
            "stop": 1137249598
        },
        {
            "start": 1137249600,
            "stop": 1137250703
        },
        {
            "start": 1137250705,
            "stop": 1137253524
        }
    ]
}