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=7587
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=7588",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7586",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7587,
    "results": [
        {
            "start": 970490272,
            "stop": 970490278
        },
        {
            "start": 970490282,
            "stop": 970490286
        },
        {
            "start": 970490296,
            "stop": 970490299
        },
        {
            "start": 970490302,
            "stop": 970490306
        },
        {
            "start": 970490310,
            "stop": 970490313
        },
        {
            "start": 970490322,
            "stop": 970490334
        },
        {
            "start": 970490340,
            "stop": 970490342
        },
        {
            "start": 970490345,
            "stop": 970490353
        },
        {
            "start": 970490356,
            "stop": 970490366
        },
        {
            "start": 970490369,
            "stop": 970490377
        },
        {
            "start": 970490380,
            "stop": 970490381
        },
        {
            "start": 970490386,
            "stop": 970490390
        },
        {
            "start": 970490393,
            "stop": 970490394
        },
        {
            "start": 970490397,
            "stop": 970490410
        },
        {
            "start": 970490413,
            "stop": 970490418
        },
        {
            "start": 970490421,
            "stop": 970490423
        },
        {
            "start": 970490427,
            "stop": 970490429
        },
        {
            "start": 970490447,
            "stop": 970490449
        },
        {
            "start": 970490455,
            "stop": 970490464
        },
        {
            "start": 970490468,
            "stop": 970490479
        }
    ]
}