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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=27",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 28,
    "results": [
        {
            "start": 820696305,
            "stop": 820700117
        },
        {
            "start": 820700944,
            "stop": 820713076
        },
        {
            "start": 820713795,
            "stop": 820716196
        },
        {
            "start": 820717712,
            "stop": 820720922
        },
        {
            "start": 820720953,
            "stop": 820732038
        },
        {
            "start": 820733035,
            "stop": 820733854
        },
        {
            "start": 820734773,
            "stop": 820737172
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741541
        },
        {
            "start": 820742193,
            "stop": 820748994
        },
        {
            "start": 820750261,
            "stop": 820751002
        },
        {
            "start": 820751649,
            "stop": 820752486
        },
        {
            "start": 820753458,
            "stop": 820756090
        },
        {
            "start": 820760166,
            "stop": 820782781
        },
        {
            "start": 820782941,
            "stop": 820805050
        },
        {
            "start": 820806311,
            "stop": 820828131
        },
        {
            "start": 820829068,
            "stop": 820847425
        },
        {
            "start": 820848189,
            "stop": 820852289
        },
        {
            "start": 820852657,
            "stop": 820854525
        },
        {
            "start": 820856245,
            "stop": 820856849
        }
    ]
}