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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=320",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 321,
    "results": [
        {
            "start": 935486805,
            "stop": 935487088
        },
        {
            "start": 935487090,
            "stop": 935487418
        },
        {
            "start": 935487421,
            "stop": 935488213
        },
        {
            "start": 935488216,
            "stop": 935488814
        },
        {
            "start": 935489055,
            "stop": 935490644
        },
        {
            "start": 935490646,
            "stop": 935490734
        },
        {
            "start": 935490736,
            "stop": 935490854
        },
        {
            "start": 935490857,
            "stop": 935491157
        },
        {
            "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": 935497299
        }
    ]
}