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=5298
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=5299",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5297",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5298,
    "results": [
        {
            "start": 1137090817,
            "stop": 1137090831
        },
        {
            "start": 1137090833,
            "stop": 1137090843
        },
        {
            "start": 1137090845,
            "stop": 1137090847
        },
        {
            "start": 1137090849,
            "stop": 1137090851
        },
        {
            "start": 1137090852,
            "stop": 1137090872
        },
        {
            "start": 1137090873,
            "stop": 1137090875
        },
        {
            "start": 1137090877,
            "stop": 1137090920
        },
        {
            "start": 1137090924,
            "stop": 1137090942
        },
        {
            "start": 1137090944,
            "stop": 1137090955
        },
        {
            "start": 1137090957,
            "stop": 1137090984
        },
        {
            "start": 1137090986,
            "stop": 1137090988
        },
        {
            "start": 1137090990,
            "stop": 1137090993
        },
        {
            "start": 1137090995,
            "stop": 1137091039
        },
        {
            "start": 1137091041,
            "stop": 1137091047
        },
        {
            "start": 1137091048,
            "stop": 1137091062
        },
        {
            "start": 1137091064,
            "stop": 1137091105
        },
        {
            "start": 1137091107,
            "stop": 1137091109
        },
        {
            "start": 1137091111,
            "stop": 1137091157
        },
        {
            "start": 1137091162,
            "stop": 1137091196
        },
        {
            "start": 1137091198,
            "stop": 1137091200
        }
    ]
}