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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=381",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 382,
    "results": [
        {
            "start": 1260954580,
            "stop": 1260959723
        },
        {
            "start": 1260959726,
            "stop": 1260961192
        },
        {
            "start": 1260961194,
            "stop": 1260961207
        },
        {
            "start": 1260961210,
            "stop": 1260961212
        },
        {
            "start": 1260961215,
            "stop": 1260961229
        },
        {
            "start": 1260961232,
            "stop": 1260961234
        },
        {
            "start": 1260961237,
            "stop": 1260961243
        },
        {
            "start": 1260961246,
            "stop": 1260961247
        },
        {
            "start": 1260961250,
            "stop": 1260961253
        },
        {
            "start": 1260961256,
            "stop": 1260961272
        },
        {
            "start": 1260961275,
            "stop": 1260961277
        },
        {
            "start": 1260961279,
            "stop": 1260961280
        },
        {
            "start": 1260961282,
            "stop": 1260961352
        },
        {
            "start": 1260961356,
            "stop": 1260961357
        },
        {
            "start": 1260961359,
            "stop": 1260961373
        },
        {
            "start": 1260961375,
            "stop": 1260961407
        },
        {
            "start": 1260961409,
            "stop": 1260961858
        },
        {
            "start": 1260961861,
            "stop": 1260961881
        },
        {
            "start": 1260961884,
            "stop": 1260962002
        },
        {
            "start": 1260962004,
            "stop": 1260962011
        }
    ]
}