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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=132",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 133,
    "results": [
        {
            "start": 1415210635,
            "stop": 1415215940
        },
        {
            "start": 1415223823,
            "stop": 1415226604
        },
        {
            "start": 1415226606,
            "stop": 1415230673
        },
        {
            "start": 1415230677,
            "stop": 1415231255
        },
        {
            "start": 1415231260,
            "stop": 1415236092
        },
        {
            "start": 1415236097,
            "stop": 1415238107
        },
        {
            "start": 1415238112,
            "stop": 1415244564
        },
        {
            "start": 1415244569,
            "stop": 1415249058
        },
        {
            "start": 1415249060,
            "stop": 1415249201
        },
        {
            "start": 1415249204,
            "stop": 1415249918
        },
        {
            "start": 1415249923,
            "stop": 1415252304
        },
        {
            "start": 1415252305,
            "stop": 1415264682
        },
        {
            "start": 1415264683,
            "stop": 1415265763
        },
        {
            "start": 1415265764,
            "stop": 1415269666
        },
        {
            "start": 1415269668,
            "stop": 1415276943
        },
        {
            "start": 1415276947,
            "stop": 1415280490
        },
        {
            "start": 1415280492,
            "stop": 1415281410
        },
        {
            "start": 1415281414,
            "stop": 1415281657
        },
        {
            "start": 1415281658,
            "stop": 1415284593
        },
        {
            "start": 1415284596,
            "stop": 1415285933
        }
    ]
}