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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=697",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=695",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 696,
    "results": [
        {
            "start": 1266758850,
            "stop": 1266761888
        },
        {
            "start": 1266761892,
            "stop": 1266763811
        },
        {
            "start": 1266763814,
            "stop": 1266764900
        },
        {
            "start": 1266764905,
            "stop": 1266764919
        },
        {
            "start": 1266764923,
            "stop": 1266765275
        },
        {
            "start": 1266765278,
            "stop": 1266765610
        },
        {
            "start": 1266765614,
            "stop": 1266766217
        },
        {
            "start": 1266766219,
            "stop": 1266766512
        },
        {
            "start": 1266766516,
            "stop": 1266768015
        },
        {
            "start": 1266768019,
            "stop": 1266768298
        },
        {
            "start": 1266768299,
            "stop": 1266768707
        },
        {
            "start": 1266768708,
            "stop": 1266768961
        },
        {
            "start": 1266768962,
            "stop": 1266769401
        },
        {
            "start": 1266769403,
            "stop": 1266769490
        },
        {
            "start": 1266769491,
            "stop": 1266769545
        },
        {
            "start": 1266769547,
            "stop": 1266769548
        },
        {
            "start": 1266769549,
            "stop": 1266769783
        },
        {
            "start": 1266769784,
            "stop": 1266769789
        },
        {
            "start": 1266769790,
            "stop": 1266769794
        },
        {
            "start": 1266769795,
            "stop": 1266769800
        }
    ]
}