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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=465",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=463",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 464,
    "results": [
        {
            "start": 1261987391,
            "stop": 1261987474
        },
        {
            "start": 1261987477,
            "stop": 1261987503
        },
        {
            "start": 1261987506,
            "stop": 1261987523
        },
        {
            "start": 1261987526,
            "stop": 1261987552
        },
        {
            "start": 1261987555,
            "stop": 1261987578
        },
        {
            "start": 1261987581,
            "stop": 1261987605
        },
        {
            "start": 1261987608,
            "stop": 1261987610
        },
        {
            "start": 1261987613,
            "stop": 1261987630
        },
        {
            "start": 1261987633,
            "stop": 1261987668
        },
        {
            "start": 1261987671,
            "stop": 1261987713
        },
        {
            "start": 1261987716,
            "stop": 1261987722
        },
        {
            "start": 1261987725,
            "stop": 1261987875
        },
        {
            "start": 1261987878,
            "stop": 1261988035
        },
        {
            "start": 1261988038,
            "stop": 1261988220
        },
        {
            "start": 1261988223,
            "stop": 1261988302
        },
        {
            "start": 1261988305,
            "stop": 1261988415
        },
        {
            "start": 1261988418,
            "stop": 1261988465
        },
        {
            "start": 1261988468,
            "stop": 1261988663
        },
        {
            "start": 1261988666,
            "stop": 1261988761
        },
        {
            "start": 1261988764,
            "stop": 1261988774
        }
    ]
}