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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=277",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 278,
    "results": [
        {
            "start": 1174707577,
            "stop": 1174708942
        },
        {
            "start": 1174708944,
            "stop": 1174710114
        },
        {
            "start": 1174710116,
            "stop": 1174711222
        },
        {
            "start": 1174711224,
            "stop": 1174711372
        },
        {
            "start": 1174713646,
            "stop": 1174713874
        },
        {
            "start": 1174713878,
            "stop": 1174714204
        },
        {
            "start": 1174714206,
            "stop": 1174715223
        },
        {
            "start": 1174715225,
            "stop": 1174715978
        },
        {
            "start": 1174715980,
            "stop": 1174717193
        },
        {
            "start": 1174717195,
            "stop": 1174718375
        },
        {
            "start": 1174718377,
            "stop": 1174719529
        },
        {
            "start": 1174719531,
            "stop": 1174720564
        },
        {
            "start": 1174720566,
            "stop": 1174721339
        },
        {
            "start": 1174721343,
            "stop": 1174721569
        },
        {
            "start": 1174721571,
            "stop": 1174722656
        },
        {
            "start": 1174722658,
            "stop": 1174723801
        },
        {
            "start": 1174723803,
            "stop": 1174724815
        },
        {
            "start": 1174724817,
            "stop": 1174725843
        },
        {
            "start": 1174725845,
            "stop": 1174726608
        },
        {
            "start": 1174726610,
            "stop": 1174727709
        }
    ]
}