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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=159",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 160,
    "results": [
        {
            "start": 931135807,
            "stop": 931135809
        },
        {
            "start": 931135810,
            "stop": 931135812
        },
        {
            "start": 931135818,
            "stop": 931135823
        },
        {
            "start": 931135826,
            "stop": 931135827
        },
        {
            "start": 931135828,
            "stop": 931135836
        },
        {
            "start": 931135838,
            "stop": 931135840
        },
        {
            "start": 931135842,
            "stop": 931135855
        },
        {
            "start": 931135857,
            "stop": 931135861
        },
        {
            "start": 931135862,
            "stop": 931135863
        },
        {
            "start": 931135864,
            "stop": 931135865
        },
        {
            "start": 931135866,
            "stop": 931135867
        },
        {
            "start": 931135868,
            "stop": 931135870
        },
        {
            "start": 931135873,
            "stop": 931135881
        },
        {
            "start": 931135882,
            "stop": 931135887
        },
        {
            "start": 931135891,
            "stop": 931135892
        },
        {
            "start": 931135893,
            "stop": 931135894
        },
        {
            "start": 931135896,
            "stop": 931135898
        },
        {
            "start": 931135899,
            "stop": 931135901
        },
        {
            "start": 931135904,
            "stop": 931135905
        },
        {
            "start": 931135906,
            "stop": 931135911
        }
    ]
}