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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8903",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8904,
    "results": [
        {
            "start": 873360460,
            "stop": 873360501
        },
        {
            "start": 873360518,
            "stop": 873360594
        },
        {
            "start": 873360914,
            "stop": 873361038
        },
        {
            "start": 873361220,
            "stop": 873361287
        },
        {
            "start": 873361307,
            "stop": 873361928
        },
        {
            "start": 873361947,
            "stop": 873362035
        },
        {
            "start": 873362070,
            "stop": 873362151
        },
        {
            "start": 873362170,
            "stop": 873362390
        },
        {
            "start": 873362409,
            "stop": 873362528
        },
        {
            "start": 873362547,
            "stop": 873362645
        },
        {
            "start": 873362665,
            "stop": 873362815
        },
        {
            "start": 873362835,
            "stop": 873362910
        },
        {
            "start": 873364508,
            "stop": 873365037
        },
        {
            "start": 873365060,
            "stop": 873365310
        },
        {
            "start": 873366806,
            "stop": 873367547
        },
        {
            "start": 873367567,
            "stop": 873367587
        },
        {
            "start": 873367607,
            "stop": 873368207
        },
        {
            "start": 873368243,
            "stop": 873368248
        },
        {
            "start": 873368267,
            "stop": 873368462
        },
        {
            "start": 873368479,
            "stop": 873368561
        }
    ]
}