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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=251",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 252,
    "results": [
        {
            "start": 1240267900,
            "stop": 1240267901
        },
        {
            "start": 1240267904,
            "stop": 1240268126
        },
        {
            "start": 1240268130,
            "stop": 1240269250
        },
        {
            "start": 1240269253,
            "stop": 1240269360
        },
        {
            "start": 1240269361,
            "stop": 1240269446
        },
        {
            "start": 1240269449,
            "stop": 1240270540
        },
        {
            "start": 1240270541,
            "stop": 1240270563
        },
        {
            "start": 1240270564,
            "stop": 1240270714
        },
        {
            "start": 1240270722,
            "stop": 1240271051
        },
        {
            "start": 1240271052,
            "stop": 1240271145
        },
        {
            "start": 1240271146,
            "stop": 1240271444
        },
        {
            "start": 1240271445,
            "stop": 1240271501
        },
        {
            "start": 1240271503,
            "stop": 1240271580
        },
        {
            "start": 1240271582,
            "stop": 1240271701
        },
        {
            "start": 1240271702,
            "stop": 1240271732
        },
        {
            "start": 1240271733,
            "stop": 1240271794
        },
        {
            "start": 1240271795,
            "stop": 1240271845
        },
        {
            "start": 1240271846,
            "stop": 1240271851
        },
        {
            "start": 1240271854,
            "stop": 1240271855
        },
        {
            "start": 1240271856,
            "stop": 1240271987
        }
    ]
}