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=7586
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=7587",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7585",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7586,
    "results": [
        {
            "start": 970490115,
            "stop": 970490126
        },
        {
            "start": 970490129,
            "stop": 970490139
        },
        {
            "start": 970490142,
            "stop": 970490143
        },
        {
            "start": 970490146,
            "stop": 970490163
        },
        {
            "start": 970490166,
            "stop": 970490169
        },
        {
            "start": 970490172,
            "stop": 970490174
        },
        {
            "start": 970490177,
            "stop": 970490179
        },
        {
            "start": 970490182,
            "stop": 970490188
        },
        {
            "start": 970490191,
            "stop": 970490195
        },
        {
            "start": 970490200,
            "stop": 970490202
        },
        {
            "start": 970490207,
            "stop": 970490209
        },
        {
            "start": 970490212,
            "stop": 970490213
        },
        {
            "start": 970490216,
            "stop": 970490217
        },
        {
            "start": 970490235,
            "stop": 970490239
        },
        {
            "start": 970490242,
            "stop": 970490248
        },
        {
            "start": 970490251,
            "stop": 970490252
        },
        {
            "start": 970490255,
            "stop": 970490256
        },
        {
            "start": 970490259,
            "stop": 970490260
        },
        {
            "start": 970490263,
            "stop": 970490264
        },
        {
            "start": 970490268,
            "stop": 970490269
        }
    ]
}