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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=763",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 764,
    "results": [
        {
            "start": 860895350,
            "stop": 860921075
        },
        {
            "start": 860924028,
            "stop": 860944308
        },
        {
            "start": 860945660,
            "stop": 860947992
        },
        {
            "start": 860948777,
            "stop": 860970715
        },
        {
            "start": 860971334,
            "stop": 860975199
        },
        {
            "start": 860975202,
            "stop": 860987883
        },
        {
            "start": 860988709,
            "stop": 860989188
        },
        {
            "start": 860989264,
            "stop": 860989622
        },
        {
            "start": 860991346,
            "stop": 861025230
        },
        {
            "start": 861025630,
            "stop": 861026033
        },
        {
            "start": 861026270,
            "stop": 861035406
        },
        {
            "start": 861035419,
            "stop": 861035420
        },
        {
            "start": 861035431,
            "stop": 861035441
        },
        {
            "start": 861035447,
            "stop": 861035454
        },
        {
            "start": 861035457,
            "stop": 861035838
        },
        {
            "start": 861035843,
            "stop": 861035860
        },
        {
            "start": 861035863,
            "stop": 861035894
        },
        {
            "start": 861035905,
            "stop": 861038245
        },
        {
            "start": 861039632,
            "stop": 861040898
        },
        {
            "start": 861043877,
            "stop": 861044668
        }
    ]
}