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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2383",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2384,
    "results": [
        {
            "start": 872939220,
            "stop": 872939400
        },
        {
            "start": 872939460,
            "stop": 872939543
        },
        {
            "start": 872939565,
            "stop": 872948020
        },
        {
            "start": 872948024,
            "stop": 872948510
        },
        {
            "start": 872948650,
            "stop": 872949650
        },
        {
            "start": 872949730,
            "stop": 872950752
        },
        {
            "start": 872950792,
            "stop": 872950795
        },
        {
            "start": 872950835,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872952170
        },
        {
            "start": 872952250,
            "stop": 872952983
        },
        {
            "start": 872972022,
            "stop": 872972539
        },
        {
            "start": 872972556,
            "stop": 872972807
        },
        {
            "start": 872972824,
            "stop": 872972870
        },
        {
            "start": 872972950,
            "stop": 872974130
        },
        {
            "start": 872974210,
            "stop": 872974723
        },
        {
            "start": 872974740,
            "stop": 872975076
        },
        {
            "start": 872975112,
            "stop": 872976400
        },
        {
            "start": 872976417,
            "stop": 872977757
        },
        {
            "start": 872977794,
            "stop": 872978509
        },
        {
            "start": 872978526,
            "stop": 872978700
        }
    ]
}