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=5303
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=5304",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5302",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5303,
    "results": [
        {
            "start": 1137093221,
            "stop": 1137093224
        },
        {
            "start": 1137093228,
            "stop": 1137093256
        },
        {
            "start": 1137093258,
            "stop": 1137093313
        },
        {
            "start": 1137093316,
            "stop": 1137093726
        },
        {
            "start": 1137093728,
            "stop": 1137093741
        },
        {
            "start": 1137093743,
            "stop": 1137093745
        },
        {
            "start": 1137093747,
            "stop": 1137093749
        },
        {
            "start": 1137093751,
            "stop": 1137093788
        },
        {
            "start": 1137093790,
            "stop": 1137093798
        },
        {
            "start": 1137093800,
            "stop": 1137093850
        },
        {
            "start": 1137093852,
            "stop": 1137093901
        },
        {
            "start": 1137093903,
            "stop": 1137093955
        },
        {
            "start": 1137093957,
            "stop": 1137094110
        },
        {
            "start": 1137094112,
            "stop": 1137094161
        },
        {
            "start": 1137094165,
            "stop": 1137094188
        },
        {
            "start": 1137094190,
            "stop": 1137094215
        },
        {
            "start": 1137094217,
            "stop": 1137094219
        },
        {
            "start": 1137094221,
            "stop": 1137094222
        },
        {
            "start": 1137094224,
            "stop": 1137094297
        },
        {
            "start": 1137094298,
            "stop": 1137094315
        }
    ]
}