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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=92",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 93,
    "results": [
        {
            "start": 817949058,
            "stop": 817949350
        },
        {
            "start": 817949367,
            "stop": 817949411
        },
        {
            "start": 817949428,
            "stop": 817949449
        },
        {
            "start": 817949569,
            "stop": 817949580
        },
        {
            "start": 817949819,
            "stop": 817949862
        },
        {
            "start": 817950018,
            "stop": 817950159
        },
        {
            "start": 817950176,
            "stop": 817950452
        },
        {
            "start": 817950469,
            "stop": 817950758
        },
        {
            "start": 817951004,
            "stop": 817951014
        },
        {
            "start": 817951031,
            "stop": 817951089
        },
        {
            "start": 817951106,
            "stop": 817951127
        },
        {
            "start": 817951144,
            "stop": 817951172
        },
        {
            "start": 817951359,
            "stop": 817952287
        },
        {
            "start": 817952304,
            "stop": 817953005
        },
        {
            "start": 817959916,
            "stop": 817960178
        },
        {
            "start": 817960298,
            "stop": 817960569
        },
        {
            "start": 817960586,
            "stop": 817961672
        },
        {
            "start": 817961689,
            "stop": 817961878
        },
        {
            "start": 817961895,
            "stop": 817962536
        },
        {
            "start": 817962553,
            "stop": 817964109
        }
    ]
}