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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=202",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 203,
    "results": [
        {
            "start": 1136394153,
            "stop": 1136394154
        },
        {
            "start": 1136394157,
            "stop": 1136394158
        },
        {
            "start": 1136394161,
            "stop": 1136394163
        },
        {
            "start": 1136394166,
            "stop": 1136394167
        },
        {
            "start": 1136394171,
            "stop": 1136394173
        },
        {
            "start": 1136394177,
            "stop": 1136394178
        },
        {
            "start": 1136394183,
            "stop": 1136394185
        },
        {
            "start": 1136394189,
            "stop": 1136394190
        },
        {
            "start": 1136394195,
            "stop": 1136394197
        },
        {
            "start": 1136394200,
            "stop": 1136394201
        },
        {
            "start": 1136394249,
            "stop": 1136394250
        },
        {
            "start": 1136394403,
            "stop": 1136394404
        },
        {
            "start": 1136394560,
            "stop": 1136394561
        },
        {
            "start": 1136394569,
            "stop": 1136394570
        },
        {
            "start": 1136394576,
            "stop": 1136394577
        },
        {
            "start": 1136394580,
            "stop": 1136394581
        },
        {
            "start": 1136394584,
            "stop": 1136394585
        },
        {
            "start": 1136394595,
            "stop": 1136394596
        },
        {
            "start": 1136394607,
            "stop": 1136394608
        },
        {
            "start": 1136394611,
            "stop": 1136394619
        }
    ]
}