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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=153",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 154,
    "results": [
        {
            "start": 1135054027,
            "stop": 1135054032
        },
        {
            "start": 1135054035,
            "stop": 1135054038
        },
        {
            "start": 1135054041,
            "stop": 1135054042
        },
        {
            "start": 1135054045,
            "stop": 1135054046
        },
        {
            "start": 1135054049,
            "stop": 1135054051
        },
        {
            "start": 1135054054,
            "stop": 1135054055
        },
        {
            "start": 1135054061,
            "stop": 1135054064
        },
        {
            "start": 1135054067,
            "stop": 1135054068
        },
        {
            "start": 1135054071,
            "stop": 1135054072
        },
        {
            "start": 1135054075,
            "stop": 1135054076
        },
        {
            "start": 1135054079,
            "stop": 1135054080
        },
        {
            "start": 1135054083,
            "stop": 1135054087
        },
        {
            "start": 1135054090,
            "stop": 1135054092
        },
        {
            "start": 1135054095,
            "stop": 1135054097
        },
        {
            "start": 1135054103,
            "stop": 1135054104
        },
        {
            "start": 1135054107,
            "stop": 1135054109
        },
        {
            "start": 1135054112,
            "stop": 1135054113
        },
        {
            "start": 1135054119,
            "stop": 1135054121
        },
        {
            "start": 1135054124,
            "stop": 1135054125
        },
        {
            "start": 1135054128,
            "stop": 1135054129
        }
    ]
}