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=8059
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=8060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8058",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8059,
    "results": [
        {
            "start": 872301202,
            "stop": 872301262
        },
        {
            "start": 872301281,
            "stop": 872301284
        },
        {
            "start": 872301303,
            "stop": 872301338
        },
        {
            "start": 872301389,
            "stop": 872301454
        },
        {
            "start": 872301473,
            "stop": 872301515
        },
        {
            "start": 872301534,
            "stop": 872301535
        },
        {
            "start": 872301562,
            "stop": 872301636
        },
        {
            "start": 872301655,
            "stop": 872301726
        },
        {
            "start": 872301760,
            "stop": 872301954
        },
        {
            "start": 872301971,
            "stop": 872301978
        },
        {
            "start": 872301995,
            "stop": 872302302
        },
        {
            "start": 872302321,
            "stop": 872303923
        },
        {
            "start": 872303943,
            "stop": 872303961
        },
        {
            "start": 872303978,
            "stop": 872304018
        },
        {
            "start": 872304035,
            "stop": 872304287
        },
        {
            "start": 872304304,
            "stop": 872305060
        },
        {
            "start": 872305081,
            "stop": 872305118
        },
        {
            "start": 872305146,
            "stop": 872305148
        },
        {
            "start": 872305167,
            "stop": 872305171
        },
        {
            "start": 872305276,
            "stop": 872305281
        }
    ]
}