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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=221",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 222,
    "results": [
        {
            "start": 817801411,
            "stop": 817801421
        },
        {
            "start": 817801971,
            "stop": 817801980
        },
        {
            "start": 817802616,
            "stop": 817802636
        },
        {
            "start": 817802875,
            "stop": 817802891
        },
        {
            "start": 817802927,
            "stop": 817802942
        },
        {
            "start": 817802981,
            "stop": 817803001
        },
        {
            "start": 817803022,
            "stop": 817803048
        },
        {
            "start": 817803148,
            "stop": 817803167
        },
        {
            "start": 817804811,
            "stop": 817804822
        },
        {
            "start": 817804851,
            "stop": 817804866
        },
        {
            "start": 817804921,
            "stop": 817805017
        },
        {
            "start": 817805036,
            "stop": 817805060
        },
        {
            "start": 817805081,
            "stop": 817805083
        },
        {
            "start": 817805103,
            "stop": 817805107
        },
        {
            "start": 817805129,
            "stop": 817805157
        },
        {
            "start": 817805177,
            "stop": 817805200
        },
        {
            "start": 817805230,
            "stop": 817805233
        },
        {
            "start": 817805291,
            "stop": 817805306
        },
        {
            "start": 817805339,
            "stop": 817805353
        },
        {
            "start": 817805388,
            "stop": 817805393
        }
    ]
}