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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=177",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 178,
    "results": [
        {
            "start": 819810438,
            "stop": 819810580
        },
        {
            "start": 819810595,
            "stop": 819810613
        },
        {
            "start": 819810636,
            "stop": 819810637
        },
        {
            "start": 819848479,
            "stop": 819849500
        },
        {
            "start": 819849527,
            "stop": 819849915
        },
        {
            "start": 819849923,
            "stop": 819850050
        },
        {
            "start": 819850290,
            "stop": 819851174
        },
        {
            "start": 819851202,
            "stop": 819879182
        },
        {
            "start": 819879194,
            "stop": 819879206
        },
        {
            "start": 819879214,
            "stop": 819879216
        },
        {
            "start": 819879233,
            "stop": 819879248
        },
        {
            "start": 819879264,
            "stop": 819879266
        },
        {
            "start": 819879511,
            "stop": 819879513
        },
        {
            "start": 819880677,
            "stop": 819891570
        },
        {
            "start": 819893275,
            "stop": 819896455
        },
        {
            "start": 819896467,
            "stop": 819896886
        },
        {
            "start": 819896894,
            "stop": 819897086
        },
        {
            "start": 819897115,
            "stop": 819897315
        },
        {
            "start": 819897330,
            "stop": 819897735
        },
        {
            "start": 819897746,
            "stop": 819898108
        }
    ]
}