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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33274",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33275,
    "results": [
        {
            "start": 970998038,
            "stop": 970998050
        },
        {
            "start": 970998051,
            "stop": 970998078
        },
        {
            "start": 970998079,
            "stop": 970998086
        },
        {
            "start": 970998087,
            "stop": 970998113
        },
        {
            "start": 970998116,
            "stop": 970998129
        },
        {
            "start": 970998130,
            "stop": 970998136
        },
        {
            "start": 970998137,
            "stop": 970998156
        },
        {
            "start": 970998158,
            "stop": 970998181
        },
        {
            "start": 970998184,
            "stop": 970998186
        },
        {
            "start": 970998187,
            "stop": 970998212
        },
        {
            "start": 970998214,
            "stop": 970998236
        },
        {
            "start": 970998239,
            "stop": 970998270
        },
        {
            "start": 970998273,
            "stop": 970998282
        },
        {
            "start": 970998285,
            "stop": 970998290
        },
        {
            "start": 970998291,
            "stop": 970998298
        },
        {
            "start": 970998299,
            "stop": 970998304
        },
        {
            "start": 970998307,
            "stop": 970998320
        },
        {
            "start": 970998321,
            "stop": 970998324
        },
        {
            "start": 970998325,
            "stop": 970998328
        },
        {
            "start": 970998329,
            "stop": 970998335
        }
    ]
}