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_CBCLOW_CAT3/segments?format=api&page=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=317",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 318,
    "results": [
        {
            "start": 935712255,
            "stop": 935712449
        },
        {
            "start": 935712451,
            "stop": 935712582
        },
        {
            "start": 935712584,
            "stop": 935712911
        },
        {
            "start": 935712914,
            "stop": 935713216
        },
        {
            "start": 935713218,
            "stop": 935714352
        },
        {
            "start": 935714355,
            "stop": 935714506
        },
        {
            "start": 935718349,
            "stop": 935718794
        },
        {
            "start": 935718796,
            "stop": 935719215
        },
        {
            "start": 935719455,
            "stop": 935719708
        },
        {
            "start": 935719710,
            "stop": 935722394
        },
        {
            "start": 935722396,
            "stop": 935722468
        },
        {
            "start": 935722471,
            "stop": 935722815
        },
        {
            "start": 935726672,
            "stop": 935727610
        },
        {
            "start": 935727613,
            "stop": 935728112
        },
        {
            "start": 935728130,
            "stop": 935729235
        },
        {
            "start": 935729238,
            "stop": 935729251
        },
        {
            "start": 935729253,
            "stop": 935729265
        },
        {
            "start": 935729268,
            "stop": 935729296
        },
        {
            "start": 935729298,
            "stop": 935729311
        },
        {
            "start": 935729313,
            "stop": 935730015
        }
    ]
}