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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=324",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 325,
    "results": [
        {
            "start": 1176476388,
            "stop": 1176477642
        },
        {
            "start": 1176477645,
            "stop": 1176486968
        },
        {
            "start": 1176486969,
            "stop": 1176488109
        },
        {
            "start": 1176488110,
            "stop": 1176488112
        },
        {
            "start": 1176488114,
            "stop": 1176488118
        },
        {
            "start": 1176488121,
            "stop": 1176488399
        },
        {
            "start": 1176488401,
            "stop": 1176488567
        },
        {
            "start": 1176488571,
            "stop": 1176488704
        },
        {
            "start": 1176488706,
            "stop": 1176488728
        },
        {
            "start": 1176488731,
            "stop": 1176488738
        },
        {
            "start": 1176488739,
            "stop": 1176488742
        },
        {
            "start": 1176488743,
            "stop": 1176488758
        },
        {
            "start": 1176488759,
            "stop": 1176488760
        },
        {
            "start": 1176488762,
            "stop": 1176488763
        },
        {
            "start": 1176488765,
            "stop": 1176488828
        },
        {
            "start": 1176488830,
            "stop": 1176488839
        },
        {
            "start": 1176488840,
            "stop": 1176489189
        },
        {
            "start": 1176489198,
            "stop": 1176489199
        },
        {
            "start": 1176489203,
            "stop": 1176489319
        },
        {
            "start": 1176489320,
            "stop": 1176489505
        }
    ]
}