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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5234",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5232",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5233,
    "results": [
        {
            "start": 1136368713,
            "stop": 1136369187
        },
        {
            "start": 1136369189,
            "stop": 1136369333
        },
        {
            "start": 1136369335,
            "stop": 1136369353
        },
        {
            "start": 1136369355,
            "stop": 1136369371
        },
        {
            "start": 1136369373,
            "stop": 1136369460
        },
        {
            "start": 1136369462,
            "stop": 1136369625
        },
        {
            "start": 1136369627,
            "stop": 1136369714
        },
        {
            "start": 1136369716,
            "stop": 1136369756
        },
        {
            "start": 1136369758,
            "stop": 1136369885
        },
        {
            "start": 1136369887,
            "stop": 1136370275
        },
        {
            "start": 1136370277,
            "stop": 1136370294
        },
        {
            "start": 1136370296,
            "stop": 1136370488
        },
        {
            "start": 1136370490,
            "stop": 1136370577
        },
        {
            "start": 1136370579,
            "stop": 1136370587
        },
        {
            "start": 1136370589,
            "stop": 1136370701
        },
        {
            "start": 1136370703,
            "stop": 1136370724
        },
        {
            "start": 1136370726,
            "stop": 1136370809
        },
        {
            "start": 1136370811,
            "stop": 1136370823
        },
        {
            "start": 1136370825,
            "stop": 1136370947
        },
        {
            "start": 1136370949,
            "stop": 1136370957
        }
    ]
}