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=395
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=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=394",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 395,
    "results": [
        {
            "start": 821765075,
            "stop": 821765076
        },
        {
            "start": 821765082,
            "stop": 821765085
        },
        {
            "start": 821765097,
            "stop": 821765098
        },
        {
            "start": 821765102,
            "stop": 821765103
        },
        {
            "start": 821765113,
            "stop": 821765114
        },
        {
            "start": 821765117,
            "stop": 821765128
        },
        {
            "start": 821765140,
            "stop": 821765141
        },
        {
            "start": 821765153,
            "stop": 821765156
        },
        {
            "start": 821765162,
            "stop": 821765172
        },
        {
            "start": 821765183,
            "stop": 821765184
        },
        {
            "start": 821765191,
            "stop": 821765193
        },
        {
            "start": 821765196,
            "stop": 821765200
        },
        {
            "start": 821765206,
            "stop": 821765207
        },
        {
            "start": 821765211,
            "stop": 821765215
        },
        {
            "start": 821765223,
            "stop": 821765229
        },
        {
            "start": 821765232,
            "stop": 821765236
        },
        {
            "start": 821765239,
            "stop": 821765240
        },
        {
            "start": 821765244,
            "stop": 821765247
        },
        {
            "start": 821765250,
            "stop": 821765253
        },
        {
            "start": 821765260,
            "stop": 821765262
        }
    ]
}