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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=33",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 34,
    "results": [
        {
            "start": 822119988,
            "stop": 822122887
        },
        {
            "start": 822123531,
            "stop": 822135246
        },
        {
            "start": 822137192,
            "stop": 822139868
        },
        {
            "start": 822140551,
            "stop": 822140831
        },
        {
            "start": 822168631,
            "stop": 822169672
        },
        {
            "start": 822169792,
            "stop": 822170495
        },
        {
            "start": 822178825,
            "stop": 822180357
        },
        {
            "start": 822180750,
            "stop": 822189234
        },
        {
            "start": 822189626,
            "stop": 822190103
        },
        {
            "start": 822190166,
            "stop": 822191877
        },
        {
            "start": 822191942,
            "stop": 822194105
        },
        {
            "start": 822194148,
            "stop": 822195214
        },
        {
            "start": 822195262,
            "stop": 822198340
        },
        {
            "start": 822202482,
            "stop": 822202965
        },
        {
            "start": 822203096,
            "stop": 822206385
        },
        {
            "start": 822206532,
            "stop": 822208760
        },
        {
            "start": 822208937,
            "stop": 822209156
        },
        {
            "start": 822209607,
            "stop": 822211018
        },
        {
            "start": 822212954,
            "stop": 822224346
        },
        {
            "start": 822224556,
            "stop": 822227632
        }
    ]
}