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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3680",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3678",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3679,
    "results": [
        {
            "start": 873011995,
            "stop": 873012189
        },
        {
            "start": 873012233,
            "stop": 873012420
        },
        {
            "start": 873012437,
            "stop": 873012442
        },
        {
            "start": 873012459,
            "stop": 873012470
        },
        {
            "start": 873012487,
            "stop": 873012695
        },
        {
            "start": 873012718,
            "stop": 873013920
        },
        {
            "start": 873013937,
            "stop": 873013962
        },
        {
            "start": 873014007,
            "stop": 873014555
        },
        {
            "start": 873014572,
            "stop": 873015318
        },
        {
            "start": 873015335,
            "stop": 873015369
        },
        {
            "start": 873015386,
            "stop": 873015536
        },
        {
            "start": 873015554,
            "stop": 873015607
        },
        {
            "start": 873015624,
            "stop": 873015645
        },
        {
            "start": 873015663,
            "stop": 873015703
        },
        {
            "start": 873015720,
            "stop": 873015886
        },
        {
            "start": 873015903,
            "stop": 873016324
        },
        {
            "start": 873016341,
            "stop": 873016485
        },
        {
            "start": 873016502,
            "stop": 873016531
        },
        {
            "start": 873016558,
            "stop": 873016559
        },
        {
            "start": 873016576,
            "stop": 873018425
        }
    ]
}