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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6294",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6295,
    "results": [
        {
            "start": 873117434,
            "stop": 873118090
        },
        {
            "start": 873118092,
            "stop": 873118363
        },
        {
            "start": 873118364,
            "stop": 873118369
        },
        {
            "start": 873118371,
            "stop": 873118470
        },
        {
            "start": 873118471,
            "stop": 873118570
        },
        {
            "start": 873118572,
            "stop": 873118581
        },
        {
            "start": 873118582,
            "stop": 873118652
        },
        {
            "start": 873118653,
            "stop": 873118904
        },
        {
            "start": 873118905,
            "stop": 873118914
        },
        {
            "start": 873118916,
            "stop": 873118953
        },
        {
            "start": 873118954,
            "stop": 873119298
        },
        {
            "start": 873119299,
            "stop": 873119465
        },
        {
            "start": 873120106,
            "stop": 873120327
        },
        {
            "start": 873120328,
            "stop": 873120513
        },
        {
            "start": 873120514,
            "stop": 873120534
        },
        {
            "start": 873120536,
            "stop": 873120555
        },
        {
            "start": 873120557,
            "stop": 873120681
        },
        {
            "start": 873120682,
            "stop": 873120696
        },
        {
            "start": 873120697,
            "stop": 873121589
        },
        {
            "start": 873121590,
            "stop": 873121975
        }
    ]
}