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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=226",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 227,
    "results": [
        {
            "start": 818218256,
            "stop": 818218257
        },
        {
            "start": 818218265,
            "stop": 818218268
        },
        {
            "start": 818218282,
            "stop": 818218283
        },
        {
            "start": 818218294,
            "stop": 818218297
        },
        {
            "start": 818218317,
            "stop": 818218320
        },
        {
            "start": 818218339,
            "stop": 818218340
        },
        {
            "start": 818218343,
            "stop": 818218351
        },
        {
            "start": 818218361,
            "stop": 818218366
        },
        {
            "start": 818218370,
            "stop": 818218372
        },
        {
            "start": 818218386,
            "stop": 818218394
        },
        {
            "start": 818218398,
            "stop": 818218399
        },
        {
            "start": 818218411,
            "stop": 818218414
        },
        {
            "start": 818218423,
            "stop": 818218424
        },
        {
            "start": 818218435,
            "stop": 818218436
        },
        {
            "start": 818218439,
            "stop": 818218440
        },
        {
            "start": 818218443,
            "stop": 818218447
        },
        {
            "start": 818218450,
            "stop": 818218454
        },
        {
            "start": 818218471,
            "stop": 818218478
        },
        {
            "start": 818218481,
            "stop": 818218482
        },
        {
            "start": 818218489,
            "stop": 818218490
        }
    ]
}