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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=290",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 291,
    "results": [
        {
            "start": 1377518587,
            "stop": 1377519765
        },
        {
            "start": 1377519767,
            "stop": 1377521491
        },
        {
            "start": 1377521492,
            "stop": 1377523334
        },
        {
            "start": 1377523336,
            "stop": 1377525307
        },
        {
            "start": 1377525309,
            "stop": 1377527459
        },
        {
            "start": 1377527460,
            "stop": 1377529912
        },
        {
            "start": 1377529913,
            "stop": 1377531645
        },
        {
            "start": 1377534439,
            "stop": 1377535990
        },
        {
            "start": 1377535992,
            "stop": 1377536985
        },
        {
            "start": 1377536987,
            "stop": 1377538162
        },
        {
            "start": 1377538163,
            "stop": 1377538926
        },
        {
            "start": 1377538927,
            "stop": 1377540547
        },
        {
            "start": 1377540549,
            "stop": 1377541948
        },
        {
            "start": 1377541973,
            "stop": 1377542522
        },
        {
            "start": 1377542523,
            "stop": 1377542786
        },
        {
            "start": 1377542789,
            "stop": 1377542826
        },
        {
            "start": 1377542828,
            "stop": 1377543650
        },
        {
            "start": 1377543652,
            "stop": 1377546228
        },
        {
            "start": 1377546230,
            "stop": 1377547943
        },
        {
            "start": 1377548061,
            "stop": 1377548734
        }
    ]
}