Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8133
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=8134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8132",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8133,
    "results": [
        {
            "start": 872995415,
            "stop": 872995776
        },
        {
            "start": 872995802,
            "stop": 872995803
        },
        {
            "start": 872995823,
            "stop": 872995982
        },
        {
            "start": 872996002,
            "stop": 872996006
        },
        {
            "start": 872996058,
            "stop": 872996069
        },
        {
            "start": 872996088,
            "stop": 872996104
        },
        {
            "start": 872996128,
            "stop": 872996174
        },
        {
            "start": 872996202,
            "stop": 872996213
        },
        {
            "start": 872996257,
            "stop": 872996294
        },
        {
            "start": 872996338,
            "stop": 872996363
        },
        {
            "start": 872996410,
            "stop": 872996573
        },
        {
            "start": 872996590,
            "stop": 872996818
        },
        {
            "start": 872996837,
            "stop": 872997116
        },
        {
            "start": 872997167,
            "stop": 872997197
        },
        {
            "start": 872997228,
            "stop": 872997258
        },
        {
            "start": 872997277,
            "stop": 872997304
        },
        {
            "start": 872997336,
            "stop": 872997359
        },
        {
            "start": 872997399,
            "stop": 872997420
        },
        {
            "start": 873002239,
            "stop": 873002247
        },
        {
            "start": 873002274,
            "stop": 873002310
        }
    ]
}