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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=42",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 43,
    "results": [
        {
            "start": 1173075400,
            "stop": 1173076079
        },
        {
            "start": 1173076323,
            "stop": 1173080906
        },
        {
            "start": 1173080910,
            "stop": 1173080912
        },
        {
            "start": 1173080914,
            "stop": 1173080922
        },
        {
            "start": 1173080923,
            "stop": 1173081398
        },
        {
            "start": 1173081399,
            "stop": 1173082330
        },
        {
            "start": 1173082331,
            "stop": 1173082610
        },
        {
            "start": 1173082611,
            "stop": 1173083075
        },
        {
            "start": 1173083076,
            "stop": 1173083079
        },
        {
            "start": 1173083080,
            "stop": 1173083188
        },
        {
            "start": 1173083189,
            "stop": 1173083190
        },
        {
            "start": 1173083192,
            "stop": 1173083228
        },
        {
            "start": 1173083229,
            "stop": 1173083231
        },
        {
            "start": 1173083234,
            "stop": 1173083235
        },
        {
            "start": 1173083241,
            "stop": 1173083253
        },
        {
            "start": 1173083265,
            "stop": 1173083377
        },
        {
            "start": 1173083378,
            "stop": 1173085550
        },
        {
            "start": 1173085559,
            "stop": 1173086166
        },
        {
            "start": 1173086167,
            "stop": 1173086168
        },
        {
            "start": 1173086170,
            "stop": 1173095288
        }
    ]
}