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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=227",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 228,
    "results": [
        {
            "start": 931725290,
            "stop": 931725291
        },
        {
            "start": 931725292,
            "stop": 931725293
        },
        {
            "start": 931725295,
            "stop": 931725296
        },
        {
            "start": 931725315,
            "stop": 931725321
        },
        {
            "start": 931725323,
            "stop": 931725327
        },
        {
            "start": 931725328,
            "stop": 931725333
        },
        {
            "start": 931725351,
            "stop": 931725352
        },
        {
            "start": 931725368,
            "stop": 931725369
        },
        {
            "start": 931725371,
            "stop": 931725372
        },
        {
            "start": 931725374,
            "stop": 931725378
        },
        {
            "start": 931725383,
            "stop": 931725384
        },
        {
            "start": 931725386,
            "stop": 931725387
        },
        {
            "start": 931725396,
            "stop": 931725398
        },
        {
            "start": 931725401,
            "stop": 931725404
        },
        {
            "start": 931725407,
            "stop": 931725412
        },
        {
            "start": 931725417,
            "stop": 931725418
        },
        {
            "start": 931725435,
            "stop": 931725436
        },
        {
            "start": 931725440,
            "stop": 931725441
        },
        {
            "start": 931725453,
            "stop": 931725459
        },
        {
            "start": 931725463,
            "stop": 931725467
        }
    ]
}