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=8110
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=8111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8109",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8110,
    "results": [
        {
            "start": 872708637,
            "stop": 872708640
        },
        {
            "start": 872708657,
            "stop": 872708661
        },
        {
            "start": 872708685,
            "stop": 872708701
        },
        {
            "start": 872708718,
            "stop": 872708725
        },
        {
            "start": 872708769,
            "stop": 872708771
        },
        {
            "start": 872708821,
            "stop": 872708825
        },
        {
            "start": 872708876,
            "stop": 872708882
        },
        {
            "start": 872709132,
            "stop": 872709133
        },
        {
            "start": 872709167,
            "stop": 872709173
        },
        {
            "start": 872709198,
            "stop": 872709215
        },
        {
            "start": 872709233,
            "stop": 872709237
        },
        {
            "start": 872709255,
            "stop": 872709271
        },
        {
            "start": 872709332,
            "stop": 872709333
        },
        {
            "start": 872709359,
            "stop": 872709364
        },
        {
            "start": 872709381,
            "stop": 872709411
        },
        {
            "start": 872718269,
            "stop": 872718274
        },
        {
            "start": 872718299,
            "stop": 872718413
        },
        {
            "start": 872718430,
            "stop": 872718463
        },
        {
            "start": 872718480,
            "stop": 872718702
        },
        {
            "start": 872718844,
            "stop": 872718857
        }
    ]
}