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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=36",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 37,
    "results": [
        {
            "start": 820696305,
            "stop": 820697571
        },
        {
            "start": 820697578,
            "stop": 820700116
        },
        {
            "start": 820700944,
            "stop": 820713075
        },
        {
            "start": 820713795,
            "stop": 820716195
        },
        {
            "start": 820717712,
            "stop": 820720922
        },
        {
            "start": 820720953,
            "stop": 820732037
        },
        {
            "start": 820733035,
            "stop": 820733853
        },
        {
            "start": 820734773,
            "stop": 820737171
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741540
        },
        {
            "start": 820742193,
            "stop": 820748994
        },
        {
            "start": 820750261,
            "stop": 820751000
        },
        {
            "start": 820751649,
            "stop": 820752485
        },
        {
            "start": 820753458,
            "stop": 820756088
        },
        {
            "start": 820760166,
            "stop": 820782781
        },
        {
            "start": 820782941,
            "stop": 820805049
        },
        {
            "start": 820806311,
            "stop": 820828130
        },
        {
            "start": 820829068,
            "stop": 820847424
        },
        {
            "start": 820848189,
            "stop": 820852288
        },
        {
            "start": 820852657,
            "stop": 820854524
        }
    ]
}