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=7594
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=7595",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7593",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7594,
    "results": [
        {
            "start": 970540172,
            "stop": 970540173
        },
        {
            "start": 970540179,
            "stop": 970540181
        },
        {
            "start": 970540187,
            "stop": 970540188
        },
        {
            "start": 970540201,
            "stop": 970540203
        },
        {
            "start": 970540212,
            "stop": 970540221
        },
        {
            "start": 970540230,
            "stop": 970540262
        },
        {
            "start": 970540272,
            "stop": 970540276
        },
        {
            "start": 970540282,
            "stop": 970540288
        },
        {
            "start": 970540322,
            "stop": 970540327
        },
        {
            "start": 970540333,
            "stop": 970540341
        },
        {
            "start": 970540347,
            "stop": 970540592
        },
        {
            "start": 970540598,
            "stop": 970540614
        },
        {
            "start": 970540620,
            "stop": 970540743
        },
        {
            "start": 970540746,
            "stop": 970541168
        },
        {
            "start": 970541174,
            "stop": 970541205
        },
        {
            "start": 970541211,
            "stop": 970541352
        },
        {
            "start": 970541355,
            "stop": 970541789
        },
        {
            "start": 970541792,
            "stop": 970541992
        },
        {
            "start": 970541998,
            "stop": 970542002
        },
        {
            "start": 970542008,
            "stop": 970542013
        }
    ]
}