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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14949",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14950,
    "results": [
        {
            "start": 971614697,
            "stop": 971614705
        },
        {
            "start": 971614708,
            "stop": 971614817
        },
        {
            "start": 971614820,
            "stop": 971614824
        },
        {
            "start": 971614826,
            "stop": 971614839
        },
        {
            "start": 971614840,
            "stop": 971614877
        },
        {
            "start": 971614880,
            "stop": 971614889
        }
    ]
}