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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=76",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 77,
    "results": [
        {
            "start": 816273636,
            "stop": 816273945
        },
        {
            "start": 816273948,
            "stop": 816274122
        },
        {
            "start": 816274126,
            "stop": 816274155
        },
        {
            "start": 816274158,
            "stop": 816274206
        },
        {
            "start": 816274209,
            "stop": 816274254
        },
        {
            "start": 816274258,
            "stop": 816274338
        },
        {
            "start": 816274341,
            "stop": 816274530
        },
        {
            "start": 816274533,
            "stop": 816274612
        },
        {
            "start": 816274615,
            "stop": 816274643
        },
        {
            "start": 816274647,
            "stop": 816274878
        },
        {
            "start": 816274881,
            "stop": 816274915
        },
        {
            "start": 816274918,
            "stop": 816275010
        },
        {
            "start": 816275013,
            "stop": 816275184
        },
        {
            "start": 816275187,
            "stop": 816275233
        },
        {
            "start": 816275237,
            "stop": 816275583
        },
        {
            "start": 816275586,
            "stop": 816275732
        },
        {
            "start": 816275735,
            "stop": 816275825
        },
        {
            "start": 816275828,
            "stop": 816276051
        },
        {
            "start": 816276054,
            "stop": 816276192
        },
        {
            "start": 816276195,
            "stop": 816276240
        }
    ]
}