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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=304",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 305,
    "results": [
        {
            "start": 935490646,
            "stop": 935490734
        },
        {
            "start": 935490736,
            "stop": 935490854
        },
        {
            "start": 935490857,
            "stop": 935491262
        },
        {
            "start": 935494493,
            "stop": 935494724
        },
        {
            "start": 935494727,
            "stop": 935494792
        },
        {
            "start": 935495170,
            "stop": 935495894
        },
        {
            "start": 935495896,
            "stop": 935496015
        },
        {
            "start": 935496255,
            "stop": 935496585
        },
        {
            "start": 935496587,
            "stop": 935497094
        },
        {
            "start": 935497097,
            "stop": 935497125
        },
        {
            "start": 935497127,
            "stop": 935497169
        },
        {
            "start": 935497172,
            "stop": 935497185
        },
        {
            "start": 935497187,
            "stop": 935497200
        },
        {
            "start": 935497203,
            "stop": 935497215
        },
        {
            "start": 935497217,
            "stop": 935497404
        },
        {
            "start": 935500148,
            "stop": 935500289
        },
        {
            "start": 935500293,
            "stop": 935500305
        },
        {
            "start": 935500307,
            "stop": 935500334
        },
        {
            "start": 935500337,
            "stop": 935500365
        },
        {
            "start": 935500367,
            "stop": 935500410
        }
    ]
}