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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=239",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 240,
    "results": [
        {
            "start": 859308218,
            "stop": 859313677
        },
        {
            "start": 859313748,
            "stop": 859314318
        },
        {
            "start": 859315313,
            "stop": 859316502
        },
        {
            "start": 859316574,
            "stop": 859359538
        },
        {
            "start": 859361437,
            "stop": 859383590
        },
        {
            "start": 859388530,
            "stop": 859409521
        },
        {
            "start": 859409795,
            "stop": 859441967
        },
        {
            "start": 859442192,
            "stop": 859447485
        },
        {
            "start": 859448624,
            "stop": 859490220
        },
        {
            "start": 859490835,
            "stop": 859496149
        },
        {
            "start": 859514928,
            "stop": 859520239
        },
        {
            "start": 859522284,
            "stop": 859530851
        },
        {
            "start": 859533734,
            "stop": 859538003
        },
        {
            "start": 859538562,
            "stop": 859549754
        },
        {
            "start": 859563210,
            "stop": 859566167
        },
        {
            "start": 859566250,
            "stop": 859575269
        },
        {
            "start": 859575564,
            "stop": 859584948
        },
        {
            "start": 859586010,
            "stop": 859594699
        },
        {
            "start": 859602696,
            "stop": 859619631
        },
        {
            "start": 859620582,
            "stop": 859633119
        }
    ]
}