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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3672",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3670",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3671,
    "results": [
        {
            "start": 970838883,
            "stop": 970838960
        },
        {
            "start": 970838963,
            "stop": 970839317
        },
        {
            "start": 970839320,
            "stop": 970839506
        },
        {
            "start": 970839509,
            "stop": 970839529
        },
        {
            "start": 970839533,
            "stop": 970839945
        },
        {
            "start": 970839951,
            "stop": 970840127
        },
        {
            "start": 970840130,
            "stop": 970840159
        },
        {
            "start": 970840162,
            "stop": 970840275
        },
        {
            "start": 970840278,
            "stop": 970840450
        },
        {
            "start": 970840453,
            "stop": 970840619
        },
        {
            "start": 970840624,
            "stop": 970840673
        },
        {
            "start": 970840674,
            "stop": 970840830
        },
        {
            "start": 970840836,
            "stop": 970840912
        },
        {
            "start": 970840915,
            "stop": 970840936
        },
        {
            "start": 970840996,
            "stop": 970841087
        },
        {
            "start": 970841090,
            "stop": 970841323
        },
        {
            "start": 970841326,
            "stop": 970841412
        },
        {
            "start": 970841415,
            "stop": 970841456
        },
        {
            "start": 970841457,
            "stop": 970841528
        },
        {
            "start": 970841531,
            "stop": 970841537
        }
    ]
}