Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7571
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7572",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7570",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7571,
    "results": [
        {
            "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
        },
        {
            "start": 970490413,
            "stop": 970490418
        }
    ]
}