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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=259",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 260,
    "results": [
        {
            "start": 818221382,
            "stop": 818221384
        },
        {
            "start": 818221387,
            "stop": 818221388
        },
        {
            "start": 818221391,
            "stop": 818221393
        },
        {
            "start": 818221402,
            "stop": 818221404
        },
        {
            "start": 818221407,
            "stop": 818221408
        },
        {
            "start": 818221423,
            "stop": 818221425
        },
        {
            "start": 818221435,
            "stop": 818221436
        },
        {
            "start": 818221439,
            "stop": 818221443
        },
        {
            "start": 818221446,
            "stop": 818221448
        },
        {
            "start": 818221452,
            "stop": 818221463
        },
        {
            "start": 818221478,
            "stop": 818221482
        },
        {
            "start": 818221489,
            "stop": 818221493
        },
        {
            "start": 818221503,
            "stop": 818221511
        },
        {
            "start": 818221515,
            "stop": 818221518
        },
        {
            "start": 818221521,
            "stop": 818221522
        },
        {
            "start": 818221553,
            "stop": 818221558
        },
        {
            "start": 818221580,
            "stop": 818221581
        },
        {
            "start": 818221611,
            "stop": 818221612
        },
        {
            "start": 818221619,
            "stop": 818221626
        },
        {
            "start": 818221639,
            "stop": 818221640
        }
    ]
}