Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=43",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 44,
    "results": [
        {
            "start": 815950561,
            "stop": 815950826
        },
        {
            "start": 815950843,
            "stop": 815951022
        },
        {
            "start": 815951025,
            "stop": 815952873
        },
        {
            "start": 815952993,
            "stop": 815954403
        },
        {
            "start": 815954406,
            "stop": 815954559
        },
        {
            "start": 815954679,
            "stop": 815959514
        },
        {
            "start": 815961820,
            "stop": 815963474
        },
        {
            "start": 815963478,
            "stop": 815963558
        },
        {
            "start": 815963678,
            "stop": 815963850
        },
        {
            "start": 815963910,
            "stop": 815965885
        },
        {
            "start": 815965888,
            "stop": 815969713
        },
        {
            "start": 815969833,
            "stop": 815970464
        },
        {
            "start": 815970496,
            "stop": 815972510
        },
        {
            "start": 815972513,
            "stop": 815972731
        },
        {
            "start": 815972851,
            "stop": 815973555
        },
        {
            "start": 815973558,
            "stop": 815974257
        },
        {
            "start": 815974260,
            "stop": 815974784
        },
        {
            "start": 815974816,
            "stop": 815975017
        },
        {
            "start": 815975020,
            "stop": 815977456
        },
        {
            "start": 815977576,
            "stop": 815979024
        }
    ]
}