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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 135,
    "results": [
        {
            "start": 1239673881,
            "stop": 1239674194
        },
        {
            "start": 1239674196,
            "stop": 1239674355
        },
        {
            "start": 1239674356,
            "stop": 1239674365
        },
        {
            "start": 1239674366,
            "stop": 1239674522
        },
        {
            "start": 1239674523,
            "stop": 1239674808
        },
        {
            "start": 1239674809,
            "stop": 1239674963
        },
        {
            "start": 1239674964,
            "stop": 1239675228
        },
        {
            "start": 1239675229,
            "stop": 1239675480
        },
        {
            "start": 1239675481,
            "stop": 1239675538
        },
        {
            "start": 1239675541,
            "stop": 1239675680
        },
        {
            "start": 1239675682,
            "stop": 1239675818
        },
        {
            "start": 1239675821,
            "stop": 1239675855
        },
        {
            "start": 1239675856,
            "stop": 1239675896
        },
        {
            "start": 1239675897,
            "stop": 1239675970
        },
        {
            "start": 1239675973,
            "stop": 1239676128
        },
        {
            "start": 1239676129,
            "stop": 1239676181
        },
        {
            "start": 1239676182,
            "stop": 1239676336
        },
        {
            "start": 1239676337,
            "stop": 1239676443
        },
        {
            "start": 1239676445,
            "stop": 1239676642
        },
        {
            "start": 1239676643,
            "stop": 1239676898
        }
    ]
}