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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW/segments?format=api&page=83",
    "results_count": 1668,
    "results_per_page": 20,
    "num_pages": 84,
    "page_number": 84,
    "results": [
        {
            "start": 971603901,
            "stop": 971604029
        },
        {
            "start": 971604564,
            "stop": 971604981
        },
        {
            "start": 971605764,
            "stop": 971606181
        },
        {
            "start": 971607500,
            "stop": 971607629
        },
        {
            "start": 971611100,
            "stop": 971611230
        },
        {
            "start": 971614700,
            "stop": 971614829
        },
        {
            "start": 971618300,
            "stop": 971618430
        },
        {
            "start": 971621901,
            "stop": 971622015
        }
    ]
}