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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6654",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6655,
    "results": [
        {
            "start": 875007290,
            "stop": 875007557
        },
        {
            "start": 875007558,
            "stop": 875007745
        },
        {
            "start": 875007746,
            "stop": 875007808
        },
        {
            "start": 875007809,
            "stop": 875008139
        },
        {
            "start": 875008140,
            "stop": 875008791
        },
        {
            "start": 875008792,
            "stop": 875009100
        },
        {
            "start": 875009102,
            "stop": 875009168
        },
        {
            "start": 875009169,
            "stop": 875009558
        },
        {
            "start": 875009560,
            "stop": 875009662
        },
        {
            "start": 875009663,
            "stop": 875009679
        },
        {
            "start": 875009680,
            "stop": 875010498
        },
        {
            "start": 875010499,
            "stop": 875010836
        },
        {
            "start": 875010837,
            "stop": 875011142
        },
        {
            "start": 875011144,
            "stop": 875011180
        },
        {
            "start": 875011182,
            "stop": 875011191
        },
        {
            "start": 875011192,
            "stop": 875011617
        },
        {
            "start": 875011618,
            "stop": 875012394
        },
        {
            "start": 875012395,
            "stop": 875012664
        },
        {
            "start": 875012665,
            "stop": 875012830
        },
        {
            "start": 875012831,
            "stop": 875012999
        }
    ]
}