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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=118",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 119,
    "results": [
        {
            "start": 818064179,
            "stop": 818064185
        },
        {
            "start": 818064188,
            "stop": 818064189
        },
        {
            "start": 818064192,
            "stop": 818064196
        },
        {
            "start": 818064202,
            "stop": 818064203
        },
        {
            "start": 818064208,
            "stop": 818064212
        },
        {
            "start": 818064215,
            "stop": 818064223
        },
        {
            "start": 818064227,
            "stop": 818064237
        },
        {
            "start": 818064245,
            "stop": 818064246
        },
        {
            "start": 818064249,
            "stop": 818064259
        },
        {
            "start": 818064267,
            "stop": 818064270
        },
        {
            "start": 818064277,
            "stop": 818064279
        },
        {
            "start": 818064282,
            "stop": 818064289
        },
        {
            "start": 818064293,
            "stop": 818064295
        },
        {
            "start": 818064299,
            "stop": 818064312
        },
        {
            "start": 818064326,
            "stop": 818064330
        },
        {
            "start": 818064344,
            "stop": 818064350
        },
        {
            "start": 818064353,
            "stop": 818064358
        },
        {
            "start": 818064364,
            "stop": 818064366
        },
        {
            "start": 818064370,
            "stop": 818064374
        },
        {
            "start": 818064380,
            "stop": 818064389
        }
    ]
}