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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1084",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1082",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1083,
    "results": [
        {
            "start": 1136394135,
            "stop": 1136394138
        },
        {
            "start": 1136394148,
            "stop": 1136394150
        },
        {
            "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
        }
    ]
}