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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5271",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5269",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5270,
    "results": [
        {
            "start": 1137074076,
            "stop": 1137074125
        },
        {
            "start": 1137074127,
            "stop": 1137074128
        },
        {
            "start": 1137074130,
            "stop": 1137074154
        },
        {
            "start": 1137074155,
            "stop": 1137074162
        },
        {
            "start": 1137074164,
            "stop": 1137074186
        },
        {
            "start": 1137074188,
            "stop": 1137074190
        },
        {
            "start": 1137074192,
            "stop": 1137074193
        },
        {
            "start": 1137074195,
            "stop": 1137074216
        },
        {
            "start": 1137074218,
            "stop": 1137074219
        },
        {
            "start": 1137074221,
            "stop": 1137074274
        },
        {
            "start": 1137074276,
            "stop": 1137074277
        },
        {
            "start": 1137074278,
            "stop": 1137074305
        },
        {
            "start": 1137074307,
            "stop": 1137074309
        },
        {
            "start": 1137074310,
            "stop": 1137074361
        },
        {
            "start": 1137074363,
            "stop": 1137074365
        },
        {
            "start": 1137074367,
            "stop": 1137074370
        },
        {
            "start": 1137074371,
            "stop": 1137074390
        },
        {
            "start": 1137074391,
            "stop": 1137074394
        },
        {
            "start": 1137074395,
            "stop": 1137074437
        },
        {
            "start": 1137074438,
            "stop": 1137074440
        }
    ]
}