Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=695
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=694",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 695,
    "results": [
        {
            "start": 857505972,
            "stop": 857507470
        },
        {
            "start": 857508106,
            "stop": 857509742
        },
        {
            "start": 857513028,
            "stop": 857514131
        },
        {
            "start": 857514135,
            "stop": 857514138
        },
        {
            "start": 857514144,
            "stop": 857514154
        },
        {
            "start": 857514160,
            "stop": 857514161
        },
        {
            "start": 857514167,
            "stop": 857514177
        },
        {
            "start": 857514181,
            "stop": 857514200
        },
        {
            "start": 857514204,
            "stop": 857514209
        },
        {
            "start": 857514213,
            "stop": 857514216
        },
        {
            "start": 857514220,
            "stop": 857514222
        },
        {
            "start": 857514228,
            "stop": 857514238
        },
        {
            "start": 857514243,
            "stop": 857514276
        },
        {
            "start": 857514280,
            "stop": 857514285
        },
        {
            "start": 857514289,
            "stop": 857514290
        },
        {
            "start": 857514296,
            "stop": 857514306
        },
        {
            "start": 857514310,
            "stop": 857514322
        },
        {
            "start": 857514326,
            "stop": 857514329
        },
        {
            "start": 857514335,
            "stop": 857514338
        },
        {
            "start": 857514342,
            "stop": 857514369
        }
    ]
}