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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3772",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3773,
    "results": [
        {
            "start": 873113191,
            "stop": 873113258
        },
        {
            "start": 873113261,
            "stop": 873113264
        },
        {
            "start": 873113271,
            "stop": 873113274
        },
        {
            "start": 873113277,
            "stop": 873113284
        },
        {
            "start": 873113288,
            "stop": 873113337
        },
        {
            "start": 873113340,
            "stop": 873113390
        },
        {
            "start": 873113395,
            "stop": 873113399
        },
        {
            "start": 873113402,
            "stop": 873113405
        },
        {
            "start": 873113408,
            "stop": 873113450
        },
        {
            "start": 873113459,
            "stop": 873113461
        },
        {
            "start": 873113464,
            "stop": 873113498
        },
        {
            "start": 873113502,
            "stop": 873113503
        },
        {
            "start": 873113506,
            "stop": 873113512
        },
        {
            "start": 873113515,
            "stop": 873113519
        },
        {
            "start": 873113522,
            "stop": 873113564
        },
        {
            "start": 873113567,
            "stop": 873113568
        },
        {
            "start": 873113574,
            "stop": 873113575
        },
        {
            "start": 873113578,
            "stop": 873113584
        },
        {
            "start": 873113587,
            "stop": 873113600
        },
        {
            "start": 873113603,
            "stop": 873113658
        }
    ]
}