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/O2/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/O2/timelines/L1_BURST_CAT3/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=259",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 260,
    "results": [
        {
            "start": 1174266060,
            "stop": 1174267539
        },
        {
            "start": 1174267541,
            "stop": 1174268766
        },
        {
            "start": 1174268768,
            "stop": 1174270001
        },
        {
            "start": 1174270003,
            "stop": 1174271444
        },
        {
            "start": 1174271446,
            "stop": 1174272585
        },
        {
            "start": 1174272587,
            "stop": 1174273778
        },
        {
            "start": 1174273780,
            "stop": 1174274695
        },
        {
            "start": 1174274697,
            "stop": 1174275664
        },
        {
            "start": 1174275666,
            "stop": 1174276556
        },
        {
            "start": 1174276558,
            "stop": 1174276873
        },
        {
            "start": 1174276877,
            "stop": 1174277741
        },
        {
            "start": 1174277743,
            "stop": 1174278495
        },
        {
            "start": 1174278497,
            "stop": 1174279491
        },
        {
            "start": 1174279493,
            "stop": 1174280717
        },
        {
            "start": 1174280719,
            "stop": 1174281533
        },
        {
            "start": 1174281535,
            "stop": 1174282592
        },
        {
            "start": 1174282594,
            "stop": 1174283800
        },
        {
            "start": 1174283802,
            "stop": 1174285172
        },
        {
            "start": 1174285174,
            "stop": 1174286466
        },
        {
            "start": 1174286468,
            "stop": 1174287640
        }
    ]
}