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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=309",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 310,
    "results": [
        {
            "start": 818626098,
            "stop": 818626571
        },
        {
            "start": 818626590,
            "stop": 818626935
        },
        {
            "start": 818626954,
            "stop": 818627205
        },
        {
            "start": 818627224,
            "stop": 818627258
        },
        {
            "start": 818627277,
            "stop": 818627305
        },
        {
            "start": 818627357,
            "stop": 818628437
        },
        {
            "start": 818628462,
            "stop": 818628477
        },
        {
            "start": 818628501,
            "stop": 818628515
        },
        {
            "start": 818628538,
            "stop": 818628545
        },
        {
            "start": 818628567,
            "stop": 818628568
        },
        {
            "start": 818628606,
            "stop": 818628613
        },
        {
            "start": 818628667,
            "stop": 818628740
        },
        {
            "start": 818628810,
            "stop": 818628819
        },
        {
            "start": 818628870,
            "stop": 818628971
        },
        {
            "start": 818628999,
            "stop": 818629087
        },
        {
            "start": 818629111,
            "stop": 818629281
        },
        {
            "start": 818629302,
            "stop": 818629305
        },
        {
            "start": 818629331,
            "stop": 818629361
        },
        {
            "start": 818629381,
            "stop": 818629577
        },
        {
            "start": 818629598,
            "stop": 818629604
        }
    ]
}