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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=65",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 66,
    "results": [
        {
            "start": 1131063054,
            "stop": 1131063117
        },
        {
            "start": 1131063118,
            "stop": 1131063141
        },
        {
            "start": 1131063143,
            "stop": 1131063145
        },
        {
            "start": 1131063147,
            "stop": 1131063153
        },
        {
            "start": 1131063154,
            "stop": 1131063155
        },
        {
            "start": 1131063157,
            "stop": 1131063160
        },
        {
            "start": 1131063161,
            "stop": 1131063169
        },
        {
            "start": 1131063170,
            "stop": 1131063188
        },
        {
            "start": 1131063189,
            "stop": 1131063191
        },
        {
            "start": 1131063194,
            "stop": 1131063197
        },
        {
            "start": 1131063198,
            "stop": 1131063221
        },
        {
            "start": 1131063223,
            "stop": 1131063225
        },
        {
            "start": 1131063226,
            "stop": 1131063244
        },
        {
            "start": 1131063247,
            "stop": 1131063259
        },
        {
            "start": 1131063260,
            "stop": 1131063263
        },
        {
            "start": 1131063264,
            "stop": 1131063268
        },
        {
            "start": 1131063270,
            "stop": 1131063272
        },
        {
            "start": 1131063275,
            "stop": 1131063283
        },
        {
            "start": 1131063284,
            "stop": 1131063293
        },
        {
            "start": 1131063295,
            "stop": 1131063296
        }
    ]
}