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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=280",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 281,
    "results": [
        {
            "start": 818230189,
            "stop": 818230190
        },
        {
            "start": 818230196,
            "stop": 818230197
        },
        {
            "start": 818230221,
            "stop": 818230224
        },
        {
            "start": 818230237,
            "stop": 818230240
        },
        {
            "start": 818230247,
            "stop": 818230251
        },
        {
            "start": 818230254,
            "stop": 818230259
        },
        {
            "start": 818230265,
            "stop": 818230266
        },
        {
            "start": 818230270,
            "stop": 818230271
        },
        {
            "start": 818230313,
            "stop": 818230314
        },
        {
            "start": 818230341,
            "stop": 818230342
        },
        {
            "start": 818230348,
            "stop": 818230349
        },
        {
            "start": 818230364,
            "stop": 818230367
        },
        {
            "start": 818230370,
            "stop": 818230371
        },
        {
            "start": 818230389,
            "stop": 818230390
        },
        {
            "start": 818230408,
            "stop": 818230414
        },
        {
            "start": 818230417,
            "stop": 818230419
        },
        {
            "start": 818230438,
            "stop": 818230440
        },
        {
            "start": 818230443,
            "stop": 818230445
        },
        {
            "start": 818230448,
            "stop": 818230449
        },
        {
            "start": 818230465,
            "stop": 818230472
        }
    ]
}