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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8078",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8076",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8077,
    "results": [
        {
            "start": 970490242,
            "stop": 970490248
        },
        {
            "start": 970490251,
            "stop": 970490252
        },
        {
            "start": 970490255,
            "stop": 970490256
        },
        {
            "start": 970490259,
            "stop": 970490260
        },
        {
            "start": 970490263,
            "stop": 970490264
        },
        {
            "start": 970490268,
            "stop": 970490269
        },
        {
            "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
        }
    ]
}