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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=101",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 102,
    "results": [
        {
            "start": 818152569,
            "stop": 818152622
        },
        {
            "start": 818152655,
            "stop": 818152670
        },
        {
            "start": 818152687,
            "stop": 818156653
        },
        {
            "start": 818156773,
            "stop": 818158568
        },
        {
            "start": 818158585,
            "stop": 818159105
        },
        {
            "start": 818159122,
            "stop": 818160993
        },
        {
            "start": 818164648,
            "stop": 818165202
        },
        {
            "start": 818165206,
            "stop": 818172736
        },
        {
            "start": 818174757,
            "stop": 818175300
        },
        {
            "start": 818175360,
            "stop": 818177059
        },
        {
            "start": 818177179,
            "stop": 818177936
        },
        {
            "start": 818178056,
            "stop": 818179986
        },
        {
            "start": 818181463,
            "stop": 818181720
        },
        {
            "start": 818181780,
            "stop": 818181978
        },
        {
            "start": 818188740,
            "stop": 818189340
        },
        {
            "start": 818189400,
            "stop": 818190040
        },
        {
            "start": 818190160,
            "stop": 818192280
        },
        {
            "start": 818192340,
            "stop": 818192520
        },
        {
            "start": 818192580,
            "stop": 818193060
        },
        {
            "start": 818193180,
            "stop": 818195511
        }
    ]
}