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=6405
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=6406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6404",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6405,
    "results": [
        {
            "start": 873675024,
            "stop": 873675143
        },
        {
            "start": 873675144,
            "stop": 873675473
        },
        {
            "start": 873675474,
            "stop": 873675481
        },
        {
            "start": 873675482,
            "stop": 873675660
        },
        {
            "start": 873675661,
            "stop": 873675961
        },
        {
            "start": 873675963,
            "stop": 873676079
        },
        {
            "start": 873676081,
            "stop": 873676095
        },
        {
            "start": 873676097,
            "stop": 873676192
        },
        {
            "start": 873676194,
            "stop": 873676350
        },
        {
            "start": 873676351,
            "stop": 873676545
        },
        {
            "start": 873676546,
            "stop": 873676677
        },
        {
            "start": 873676678,
            "stop": 873676862
        },
        {
            "start": 873676863,
            "stop": 873676911
        },
        {
            "start": 873676912,
            "stop": 873677195
        },
        {
            "start": 873677197,
            "stop": 873677271
        },
        {
            "start": 873688370,
            "stop": 873688843
        },
        {
            "start": 873688844,
            "stop": 873688846
        },
        {
            "start": 873688847,
            "stop": 873688986
        },
        {
            "start": 873688987,
            "stop": 873689062
        },
        {
            "start": 873689063,
            "stop": 873689192
        }
    ]
}