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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8369",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8370,
    "results": [
        {
            "start": 874759880,
            "stop": 874759895
        },
        {
            "start": 874759912,
            "stop": 874759952
        },
        {
            "start": 874759969,
            "stop": 874760004
        },
        {
            "start": 874760021,
            "stop": 874760160
        },
        {
            "start": 874760220,
            "stop": 874760320
        },
        {
            "start": 874760339,
            "stop": 874760400
        },
        {
            "start": 874760460,
            "stop": 874760511
        },
        {
            "start": 874760528,
            "stop": 874760531
        },
        {
            "start": 874760570,
            "stop": 874760616
        },
        {
            "start": 874760633,
            "stop": 874760680
        },
        {
            "start": 874760702,
            "stop": 874760799
        },
        {
            "start": 874760816,
            "stop": 874760821
        },
        {
            "start": 874760838,
            "stop": 874760889
        },
        {
            "start": 874760906,
            "stop": 874760922
        },
        {
            "start": 874761002,
            "stop": 874761207
        },
        {
            "start": 874761227,
            "stop": 874761267
        },
        {
            "start": 874761287,
            "stop": 874761330
        },
        {
            "start": 874795340,
            "stop": 874795344
        },
        {
            "start": 874795478,
            "stop": 874795540
        },
        {
            "start": 874795559,
            "stop": 874795623
        }
    ]
}