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=384
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=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=383",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 384,
    "results": [
        {
            "start": 821762946,
            "stop": 821762954
        },
        {
            "start": 821762960,
            "stop": 821762994
        },
        {
            "start": 821762998,
            "stop": 821763001
        },
        {
            "start": 821763004,
            "stop": 821763005
        },
        {
            "start": 821763012,
            "stop": 821763013
        },
        {
            "start": 821763019,
            "stop": 821763021
        },
        {
            "start": 821763024,
            "stop": 821763029
        },
        {
            "start": 821763035,
            "stop": 821763077
        },
        {
            "start": 821763082,
            "stop": 821763084
        },
        {
            "start": 821763087,
            "stop": 821763089
        },
        {
            "start": 821763092,
            "stop": 821763110
        },
        {
            "start": 821763114,
            "stop": 821763115
        },
        {
            "start": 821763118,
            "stop": 821763125
        },
        {
            "start": 821763128,
            "stop": 821763133
        },
        {
            "start": 821763139,
            "stop": 821763153
        },
        {
            "start": 821763171,
            "stop": 821763185
        },
        {
            "start": 821763189,
            "stop": 821763192
        },
        {
            "start": 821763195,
            "stop": 821763198
        },
        {
            "start": 821763203,
            "stop": 821763209
        },
        {
            "start": 821763212,
            "stop": 821763216
        }
    ]
}