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_CAT2/segments?format=api&page=1409
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_CAT2/segments?format=api&page=1408",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1409,
    "results": [
        {
            "start": 971601363,
            "stop": 971601466
        },
        {
            "start": 971601468,
            "stop": 971601479
        },
        {
            "start": 971601480,
            "stop": 971601661
        },
        {
            "start": 971603367,
            "stop": 971603723
        },
        {
            "start": 971603724,
            "stop": 971610663
        },
        {
            "start": 971612815,
            "stop": 971612916
        },
        {
            "start": 971612917,
            "stop": 971612981
        },
        {
            "start": 971612982,
            "stop": 971613129
        },
        {
            "start": 971613130,
            "stop": 971614889
        }
    ]
}