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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6318",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6319,
    "results": [
        {
            "start": 873243468,
            "stop": 873243944
        },
        {
            "start": 873243945,
            "stop": 873244028
        },
        {
            "start": 873244030,
            "stop": 873244329
        },
        {
            "start": 873244331,
            "stop": 873244683
        },
        {
            "start": 873244684,
            "stop": 873245178
        },
        {
            "start": 873245180,
            "stop": 873245286
        },
        {
            "start": 873245287,
            "stop": 873245340
        },
        {
            "start": 873245341,
            "stop": 873245549
        },
        {
            "start": 873247861,
            "stop": 873247885
        },
        {
            "start": 873247886,
            "stop": 873248351
        },
        {
            "start": 873248353,
            "stop": 873248419
        },
        {
            "start": 873248420,
            "stop": 873248489
        },
        {
            "start": 873248491,
            "stop": 873249507
        },
        {
            "start": 873249509,
            "stop": 873249549
        },
        {
            "start": 873249550,
            "stop": 873249587
        },
        {
            "start": 873249588,
            "stop": 873249749
        },
        {
            "start": 873249750,
            "stop": 873249962
        },
        {
            "start": 873249963,
            "stop": 873250103
        },
        {
            "start": 873250104,
            "stop": 873250158
        },
        {
            "start": 873250159,
            "stop": 873250325
        }
    ]
}