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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=111",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 112,
    "results": [
        {
            "start": 819860950,
            "stop": 819861861
        },
        {
            "start": 819861868,
            "stop": 819862310
        },
        {
            "start": 819862390,
            "stop": 819862490
        },
        {
            "start": 819862630,
            "stop": 819862683
        },
        {
            "start": 819862690,
            "stop": 819863090
        },
        {
            "start": 819863170,
            "stop": 819864834
        },
        {
            "start": 819864841,
            "stop": 819866210
        },
        {
            "start": 819866350,
            "stop": 819866374
        },
        {
            "start": 819866381,
            "stop": 819868553
        },
        {
            "start": 819868560,
            "stop": 819875179
        },
        {
            "start": 819875187,
            "stop": 819875210
        },
        {
            "start": 819875290,
            "stop": 819876502
        },
        {
            "start": 819876510,
            "stop": 819881018
        },
        {
            "start": 819882118,
            "stop": 819882567
        },
        {
            "start": 819882574,
            "stop": 819887405
        },
        {
            "start": 819888765,
            "stop": 819890293
        },
        {
            "start": 819890300,
            "stop": 819891560
        },
        {
            "start": 819891568,
            "stop": 819894193
        },
        {
            "start": 819894360,
            "stop": 819895810
        },
        {
            "start": 819895814,
            "stop": 819901442
        }
    ]
}