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=6603
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=6604",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6602",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6603,
    "results": [
        {
            "start": 874708055,
            "stop": 874708197
        },
        {
            "start": 874708199,
            "stop": 874708253
        },
        {
            "start": 874708254,
            "stop": 874708401
        },
        {
            "start": 874708402,
            "stop": 874708820
        },
        {
            "start": 874708821,
            "stop": 874708962
        },
        {
            "start": 874708963,
            "stop": 874708988
        },
        {
            "start": 874708989,
            "stop": 874709183
        },
        {
            "start": 874709185,
            "stop": 874709600
        },
        {
            "start": 874709601,
            "stop": 874709850
        },
        {
            "start": 874709851,
            "stop": 874709979
        },
        {
            "start": 874709980,
            "stop": 874710049
        },
        {
            "start": 874710051,
            "stop": 874710065
        },
        {
            "start": 874710066,
            "stop": 874710298
        },
        {
            "start": 874710300,
            "stop": 874710617
        },
        {
            "start": 874710619,
            "stop": 874710662
        },
        {
            "start": 874710663,
            "stop": 874710715
        },
        {
            "start": 874710716,
            "stop": 874710765
        },
        {
            "start": 874710766,
            "stop": 874710822
        },
        {
            "start": 874710823,
            "stop": 874711006
        },
        {
            "start": 874711007,
            "stop": 874711338
        }
    ]
}