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/H1_BURST_CAT2E/segments?format=api&page=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=324",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 325,
    "results": [
        {
            "start": 847706002,
            "stop": 847706019
        },
        {
            "start": 847706020,
            "stop": 847706040
        },
        {
            "start": 847706041,
            "stop": 847706061
        },
        {
            "start": 847706062,
            "stop": 847706127
        },
        {
            "start": 847706130,
            "stop": 847706131
        },
        {
            "start": 847706132,
            "stop": 847706146
        },
        {
            "start": 847706147,
            "stop": 847706313
        },
        {
            "start": 847706315,
            "stop": 847706381
        },
        {
            "start": 847706382,
            "stop": 847706401
        },
        {
            "start": 847706402,
            "stop": 847706441
        },
        {
            "start": 847706442,
            "stop": 847706444
        },
        {
            "start": 847706445,
            "stop": 847706469
        },
        {
            "start": 847706470,
            "stop": 847706471
        },
        {
            "start": 847706472,
            "stop": 847706474
        },
        {
            "start": 847706475,
            "stop": 847706572
        },
        {
            "start": 847706573,
            "stop": 847706741
        },
        {
            "start": 847706742,
            "stop": 847706774
        },
        {
            "start": 847706775,
            "stop": 847706827
        },
        {
            "start": 847706828,
            "stop": 847706954
        },
        {
            "start": 847706955,
            "stop": 847706985
        }
    ]
}