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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=116",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 117,
    "results": [
        {
            "start": 1126634118,
            "stop": 1126634120
        },
        {
            "start": 1126634122,
            "stop": 1126634123
        },
        {
            "start": 1126634124,
            "stop": 1126634127
        },
        {
            "start": 1126634131,
            "stop": 1126634139
        },
        {
            "start": 1126634141,
            "stop": 1126634155
        },
        {
            "start": 1126634156,
            "stop": 1126634165
        },
        {
            "start": 1126634166,
            "stop": 1126634173
        },
        {
            "start": 1126634174,
            "stop": 1126634203
        },
        {
            "start": 1126634204,
            "stop": 1126634214
        },
        {
            "start": 1126634216,
            "stop": 1126634237
        },
        {
            "start": 1126634417,
            "stop": 1126634463
        },
        {
            "start": 1126634465,
            "stop": 1126634466
        },
        {
            "start": 1126634474,
            "stop": 1126634475
        },
        {
            "start": 1126634537,
            "stop": 1126634540
        },
        {
            "start": 1126634542,
            "stop": 1126634544
        },
        {
            "start": 1126634545,
            "stop": 1126634551
        },
        {
            "start": 1126634553,
            "stop": 1126634564
        },
        {
            "start": 1126634568,
            "stop": 1126634598
        },
        {
            "start": 1126634599,
            "stop": 1126634609
        },
        {
            "start": 1126634611,
            "stop": 1126634617
        }
    ]
}