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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 151,
    "results": [
        {
            "start": 1239758899,
            "stop": 1239758900
        },
        {
            "start": 1239758902,
            "stop": 1239758948
        },
        {
            "start": 1239758949,
            "stop": 1239758951
        },
        {
            "start": 1239758952,
            "stop": 1239759214
        },
        {
            "start": 1239759215,
            "stop": 1239759216
        },
        {
            "start": 1239759217,
            "stop": 1239759318
        },
        {
            "start": 1239759321,
            "stop": 1239759640
        },
        {
            "start": 1239759641,
            "stop": 1239759642
        },
        {
            "start": 1239759643,
            "stop": 1239760089
        },
        {
            "start": 1239760091,
            "stop": 1239760905
        },
        {
            "start": 1239760913,
            "stop": 1239761042
        },
        {
            "start": 1239761043,
            "stop": 1239761044
        },
        {
            "start": 1239761045,
            "stop": 1239761158
        },
        {
            "start": 1239761160,
            "stop": 1239761466
        },
        {
            "start": 1239761467,
            "stop": 1239762121
        },
        {
            "start": 1239762123,
            "stop": 1239762206
        },
        {
            "start": 1239762209,
            "stop": 1239762296
        },
        {
            "start": 1239762297,
            "stop": 1239762298
        },
        {
            "start": 1239762299,
            "stop": 1239762360
        },
        {
            "start": 1239762361,
            "stop": 1239762390
        }
    ]
}