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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=143",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 144,
    "results": [
        {
            "start": 818375991,
            "stop": 818376003
        },
        {
            "start": 818376343,
            "stop": 818376350
        },
        {
            "start": 818376470,
            "stop": 818376473
        },
        {
            "start": 818376766,
            "stop": 818376769
        },
        {
            "start": 818377010,
            "stop": 818377011
        },
        {
            "start": 818377131,
            "stop": 818377141
        },
        {
            "start": 818377633,
            "stop": 818377634
        },
        {
            "start": 818377754,
            "stop": 818377755
        },
        {
            "start": 818377875,
            "stop": 818377890
        },
        {
            "start": 818378029,
            "stop": 818383037
        },
        {
            "start": 818383054,
            "stop": 818383600
        },
        {
            "start": 818383720,
            "stop": 818384799
        },
        {
            "start": 818384816,
            "stop": 818385535
        },
        {
            "start": 818385655,
            "stop": 818385888
        },
        {
            "start": 818385905,
            "stop": 818386764
        },
        {
            "start": 818386781,
            "stop": 818387012
        },
        {
            "start": 818387029,
            "stop": 818387420
        },
        {
            "start": 818387424,
            "stop": 818392410
        },
        {
            "start": 818392530,
            "stop": 818395675
        },
        {
            "start": 818395795,
            "stop": 818407091
        }
    ]
}