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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7218",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7219,
    "results": [
        {
            "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
        },
        {
            "start": 874711339,
            "stop": 874711347
        },
        {
            "start": 874711349,
            "stop": 874711462
        },
        {
            "start": 874711463,
            "stop": 874711852
        }
    ]
}