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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=444",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 445,
    "results": [
        {
            "start": 862981448,
            "stop": 863027540
        },
        {
            "start": 863027822,
            "stop": 863034198
        },
        {
            "start": 863034498,
            "stop": 863037229
        },
        {
            "start": 863037231,
            "stop": 863037480
        },
        {
            "start": 863037540,
            "stop": 863051978
        },
        {
            "start": 863052510,
            "stop": 863052655
        },
        {
            "start": 863052765,
            "stop": 863052885
        },
        {
            "start": 863052890,
            "stop": 863052979
        },
        {
            "start": 863055962,
            "stop": 863058440
        },
        {
            "start": 863058448,
            "stop": 863072869
        },
        {
            "start": 863073225,
            "stop": 863073286
        },
        {
            "start": 863073596,
            "stop": 863074199
        },
        {
            "start": 863074499,
            "stop": 863077950
        },
        {
            "start": 863077955,
            "stop": 863091290
        },
        {
            "start": 863091719,
            "stop": 863091849
        },
        {
            "start": 863092149,
            "stop": 863110027
        },
        {
            "start": 863110028,
            "stop": 863119265
        },
        {
            "start": 863119565,
            "stop": 863119618
        },
        {
            "start": 863119728,
            "stop": 863120460
        },
        {
            "start": 863120520,
            "stop": 863121675
        }
    ]
}