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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6547",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6545",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6546,
    "results": [
        {
            "start": 874393573,
            "stop": 874394494
        },
        {
            "start": 874394495,
            "stop": 874394512
        },
        {
            "start": 874394513,
            "stop": 874394683
        },
        {
            "start": 874394685,
            "stop": 874394729
        },
        {
            "start": 874394731,
            "stop": 874395195
        },
        {
            "start": 874395196,
            "stop": 874395233
        },
        {
            "start": 874395234,
            "stop": 874395644
        },
        {
            "start": 874395646,
            "stop": 874395723
        },
        {
            "start": 874395725,
            "stop": 874396030
        },
        {
            "start": 874396032,
            "stop": 874396096
        },
        {
            "start": 874396098,
            "stop": 874396191
        },
        {
            "start": 874396192,
            "stop": 874396194
        },
        {
            "start": 874396195,
            "stop": 874396399
        },
        {
            "start": 874396400,
            "stop": 874396586
        },
        {
            "start": 874396587,
            "stop": 874396605
        },
        {
            "start": 874396606,
            "stop": 874396640
        },
        {
            "start": 874396642,
            "stop": 874396695
        },
        {
            "start": 874396697,
            "stop": 874397071
        },
        {
            "start": 874397072,
            "stop": 874397518
        },
        {
            "start": 874397519,
            "stop": 874398061
        }
    ]
}