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=1398
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1399",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1397",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1398,
    "results": [
        {
            "start": 970406878,
            "stop": 970408118
        },
        {
            "start": 970408119,
            "stop": 970408161
        },
        {
            "start": 970408399,
            "stop": 970411290
        },
        {
            "start": 970412781,
            "stop": 970412965
        },
        {
            "start": 970415035,
            "stop": 970421813
        },
        {
            "start": 970450498,
            "stop": 970455214
        },
        {
            "start": 970455215,
            "stop": 970455292
        },
        {
            "start": 970455293,
            "stop": 970458646
        },
        {
            "start": 970458647,
            "stop": 970480559
        },
        {
            "start": 970480560,
            "stop": 970484975
        },
        {
            "start": 970484976,
            "stop": 970486592
        },
        {
            "start": 970486593,
            "stop": 970489550
        },
        {
            "start": 970489551,
            "stop": 970494405
        },
        {
            "start": 970494406,
            "stop": 970497615
        },
        {
            "start": 970499394,
            "stop": 970507192
        },
        {
            "start": 970566904,
            "stop": 970568373
        },
        {
            "start": 970569673,
            "stop": 970570552
        },
        {
            "start": 970572115,
            "stop": 970573226
        },
        {
            "start": 970573982,
            "stop": 970576988
        },
        {
            "start": 970578192,
            "stop": 970581376
        }
    ]
}