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=7634
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=7635",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7633",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7634,
    "results": [
        {
            "start": 970892547,
            "stop": 970892590
        },
        {
            "start": 970892593,
            "stop": 970892759
        },
        {
            "start": 970892762,
            "stop": 970892778
        },
        {
            "start": 970892781,
            "stop": 970893019
        },
        {
            "start": 970893022,
            "stop": 970893041
        },
        {
            "start": 970893044,
            "stop": 970893140
        },
        {
            "start": 970893143,
            "stop": 970893334
        },
        {
            "start": 970893337,
            "stop": 970893410
        },
        {
            "start": 970893413,
            "stop": 970893548
        },
        {
            "start": 970893551,
            "stop": 970893655
        },
        {
            "start": 970893658,
            "stop": 970893714
        },
        {
            "start": 970893717,
            "stop": 970893874
        },
        {
            "start": 970893877,
            "stop": 970893988
        },
        {
            "start": 970893991,
            "stop": 970894101
        },
        {
            "start": 970894104,
            "stop": 970894159
        },
        {
            "start": 970894162,
            "stop": 970894813
        },
        {
            "start": 970894816,
            "stop": 970895359
        },
        {
            "start": 970895365,
            "stop": 970895443
        },
        {
            "start": 970895446,
            "stop": 970895664
        },
        {
            "start": 970895667,
            "stop": 970895994
        }
    ]
}