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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=318",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 319,
    "results": [
        {
            "start": 821242165,
            "stop": 821242175
        },
        {
            "start": 821242229,
            "stop": 821242277
        },
        {
            "start": 821242299,
            "stop": 821242383
        },
        {
            "start": 821242402,
            "stop": 821242476
        },
        {
            "start": 821242495,
            "stop": 821242503
        },
        {
            "start": 821242522,
            "stop": 821242529
        },
        {
            "start": 821242558,
            "stop": 821242620
        },
        {
            "start": 821242639,
            "stop": 821242721
        },
        {
            "start": 821242743,
            "stop": 821243048
        },
        {
            "start": 821243067,
            "stop": 821243124
        },
        {
            "start": 821243143,
            "stop": 821243189
        },
        {
            "start": 821243208,
            "stop": 821243227
        },
        {
            "start": 821243246,
            "stop": 821243342
        },
        {
            "start": 821243361,
            "stop": 821243463
        },
        {
            "start": 821243487,
            "stop": 821243585
        },
        {
            "start": 821243604,
            "stop": 821243771
        },
        {
            "start": 821243801,
            "stop": 821243806
        },
        {
            "start": 821243852,
            "stop": 821243934
        },
        {
            "start": 821243953,
            "stop": 821243966
        },
        {
            "start": 821243985,
            "stop": 821244034
        }
    ]
}