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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7582",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7580",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7581,
    "results": [
        {
            "start": 970474341,
            "stop": 970474343
        },
        {
            "start": 970474349,
            "stop": 970474351
        },
        {
            "start": 970474354,
            "stop": 970474360
        },
        {
            "start": 970474363,
            "stop": 970474364
        },
        {
            "start": 970474367,
            "stop": 970474379
        },
        {
            "start": 970474382,
            "stop": 970474390
        },
        {
            "start": 970474393,
            "stop": 970474395
        },
        {
            "start": 970474398,
            "stop": 970474403
        },
        {
            "start": 970474406,
            "stop": 970474425
        },
        {
            "start": 970474430,
            "stop": 970474439
        },
        {
            "start": 970474442,
            "stop": 970474443
        },
        {
            "start": 970474455,
            "stop": 970474476
        },
        {
            "start": 970474481,
            "stop": 970474483
        },
        {
            "start": 970474487,
            "stop": 970474488
        },
        {
            "start": 970474492,
            "stop": 970474500
        },
        {
            "start": 970474503,
            "stop": 970474508
        },
        {
            "start": 970474513,
            "stop": 970474514
        },
        {
            "start": 970474519,
            "stop": 970474529
        },
        {
            "start": 970474532,
            "stop": 970474535
        },
        {
            "start": 970474538,
            "stop": 970474552
        }
    ]
}