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=3580
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=3581",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3579",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3580,
    "results": [
        {
            "start": 871789027,
            "stop": 871789491
        },
        {
            "start": 871789508,
            "stop": 871789772
        },
        {
            "start": 871789789,
            "stop": 871790232
        },
        {
            "start": 871790249,
            "stop": 871790286
        },
        {
            "start": 871790303,
            "stop": 871790872
        },
        {
            "start": 871790889,
            "stop": 871791082
        },
        {
            "start": 871791099,
            "stop": 871791540
        },
        {
            "start": 871791660,
            "stop": 871791829
        },
        {
            "start": 871791846,
            "stop": 871791876
        },
        {
            "start": 871791893,
            "stop": 871793492
        },
        {
            "start": 871793509,
            "stop": 871793602
        },
        {
            "start": 871793619,
            "stop": 871794189
        },
        {
            "start": 871794206,
            "stop": 871795115
        },
        {
            "start": 871795132,
            "stop": 871795475
        },
        {
            "start": 871795492,
            "stop": 871796400
        },
        {
            "start": 871796460,
            "stop": 871797423
        },
        {
            "start": 871797440,
            "stop": 871797705
        },
        {
            "start": 871797722,
            "stop": 871797799
        },
        {
            "start": 871797816,
            "stop": 871797840
        },
        {
            "start": 871797857,
            "stop": 871798194
        }
    ]
}