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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=127",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 128,
    "results": [
        {
            "start": 818366661,
            "stop": 818367416
        },
        {
            "start": 818367433,
            "stop": 818367683
        },
        {
            "start": 818367700,
            "stop": 818370549
        },
        {
            "start": 818371031,
            "stop": 818373502
        },
        {
            "start": 818373503,
            "stop": 818373926
        },
        {
            "start": 818373943,
            "stop": 818383037
        },
        {
            "start": 818383054,
            "stop": 818384799
        },
        {
            "start": 818384816,
            "stop": 818385888
        },
        {
            "start": 818385905,
            "stop": 818386764
        },
        {
            "start": 818386781,
            "stop": 818387012
        },
        {
            "start": 818387029,
            "stop": 818387420
        },
        {
            "start": 818387424,
            "stop": 818407091
        },
        {
            "start": 818407827,
            "stop": 818408033
        },
        {
            "start": 818408790,
            "stop": 818413528
        },
        {
            "start": 818413545,
            "stop": 818414120
        },
        {
            "start": 818414137,
            "stop": 818415845
        },
        {
            "start": 818415862,
            "stop": 818415906
        },
        {
            "start": 818415924,
            "stop": 818416322
        },
        {
            "start": 818416340,
            "stop": 818417561
        },
        {
            "start": 818417578,
            "stop": 818418303
        }
    ]
}