Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9077
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9076",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9077,
    "results": [
        {
            "start": 874592248,
            "stop": 874593036
        },
        {
            "start": 874593053,
            "stop": 874593711
        },
        {
            "start": 874593730,
            "stop": 874593953
        },
        {
            "start": 874593993,
            "stop": 874594327
        },
        {
            "start": 874594346,
            "stop": 874594374
        },
        {
            "start": 874594402,
            "stop": 874594575
        },
        {
            "start": 874601066,
            "stop": 874601394
        },
        {
            "start": 874601411,
            "stop": 874601498
        },
        {
            "start": 874601521,
            "stop": 874601587
        },
        {
            "start": 874601606,
            "stop": 874601875
        },
        {
            "start": 874601894,
            "stop": 874602588
        },
        {
            "start": 874602607,
            "stop": 874602612
        },
        {
            "start": 874602631,
            "stop": 874602652
        },
        {
            "start": 874602671,
            "stop": 874603074
        },
        {
            "start": 874603111,
            "stop": 874603161
        },
        {
            "start": 874603180,
            "stop": 874603398
        },
        {
            "start": 874603415,
            "stop": 874603638
        },
        {
            "start": 874603657,
            "stop": 874604983
        },
        {
            "start": 874605003,
            "stop": 874605852
        },
        {
            "start": 874605869,
            "stop": 874606381
        }
    ]
}