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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=253",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 254,
    "results": [
        {
            "start": 1178041239,
            "stop": 1178041673
        },
        {
            "start": 1178041674,
            "stop": 1178041675
        },
        {
            "start": 1178041676,
            "stop": 1178041789
        },
        {
            "start": 1178041790,
            "stop": 1178041794
        },
        {
            "start": 1178041795,
            "stop": 1178041959
        },
        {
            "start": 1178041961,
            "stop": 1178046054
        },
        {
            "start": 1178046055,
            "stop": 1178046057
        },
        {
            "start": 1178046058,
            "stop": 1178046142
        },
        {
            "start": 1178046144,
            "stop": 1178046146
        },
        {
            "start": 1178046147,
            "stop": 1178046385
        },
        {
            "start": 1178046386,
            "stop": 1178046623
        },
        {
            "start": 1178046625,
            "stop": 1178047161
        },
        {
            "start": 1178047162,
            "stop": 1178047204
        },
        {
            "start": 1178047210,
            "stop": 1178047615
        },
        {
            "start": 1178047616,
            "stop": 1178047675
        },
        {
            "start": 1178047677,
            "stop": 1178047748
        },
        {
            "start": 1178047750,
            "stop": 1178047765
        },
        {
            "start": 1178047767,
            "stop": 1178049850
        },
        {
            "start": 1178049852,
            "stop": 1178049857
        },
        {
            "start": 1178049859,
            "stop": 1178049866
        }
    ]
}