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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=439",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 440,
    "results": [
        {
            "start": 825882342,
            "stop": 825882347
        },
        {
            "start": 825882371,
            "stop": 825882410
        },
        {
            "start": 825882414,
            "stop": 825882430
        },
        {
            "start": 825882434,
            "stop": 825882454
        },
        {
            "start": 825882486,
            "stop": 825882524
        },
        {
            "start": 825882824,
            "stop": 825882827
        },
        {
            "start": 825882831,
            "stop": 825882967
        },
        {
            "start": 825882970,
            "stop": 825882976
        },
        {
            "start": 825882979,
            "stop": 825883350
        },
        {
            "start": 825883412,
            "stop": 825883440
        },
        {
            "start": 825883500,
            "stop": 825883530
        },
        {
            "start": 825883590,
            "stop": 825883635
        },
        {
            "start": 825883642,
            "stop": 825883645
        },
        {
            "start": 825883649,
            "stop": 825883847
        },
        {
            "start": 825883856,
            "stop": 825883915
        },
        {
            "start": 825883919,
            "stop": 825883924
        },
        {
            "start": 825883943,
            "stop": 825883949
        },
        {
            "start": 825883953,
            "stop": 825883963
        },
        {
            "start": 825884165,
            "stop": 825884195
        },
        {
            "start": 825884199,
            "stop": 825884214
        }
    ]
}