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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=231",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 232,
    "results": [
        {
            "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
        },
        {
            "start": 817805416,
            "stop": 817805419
        },
        {
            "start": 817805448,
            "stop": 817805483
        },
        {
            "start": 817805508,
            "stop": 817805516
        }
    ]
}