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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=70",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 71,
    "results": [
        {
            "start": 822822470,
            "stop": 822822481
        },
        {
            "start": 822822509,
            "stop": 822822519
        },
        {
            "start": 822822523,
            "stop": 822822572
        },
        {
            "start": 822822576,
            "stop": 822822582
        },
        {
            "start": 822822586,
            "stop": 822822625
        },
        {
            "start": 822822677,
            "stop": 822822700
        },
        {
            "start": 822822796,
            "stop": 822822842
        },
        {
            "start": 822822845,
            "stop": 822822851
        },
        {
            "start": 822822998,
            "stop": 822823001
        },
        {
            "start": 822823152,
            "stop": 822823177
        },
        {
            "start": 822823181,
            "stop": 822823230
        },
        {
            "start": 822823244,
            "stop": 822823250
        },
        {
            "start": 822823258,
            "stop": 822823273
        },
        {
            "start": 822823276,
            "stop": 822823292
        },
        {
            "start": 822823300,
            "stop": 822823330
        },
        {
            "start": 822823344,
            "stop": 822823345
        },
        {
            "start": 822823673,
            "stop": 822823693
        },
        {
            "start": 822823697,
            "stop": 822823713
        },
        {
            "start": 822823722,
            "stop": 822823910
        },
        {
            "start": 822823918,
            "stop": 822823929
        }
    ]
}