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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=220",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 221,
    "results": [
        {
            "start": 818210126,
            "stop": 818210127
        },
        {
            "start": 818210138,
            "stop": 818210142
        },
        {
            "start": 818210149,
            "stop": 818210150
        },
        {
            "start": 818210153,
            "stop": 818210156
        },
        {
            "start": 818210159,
            "stop": 818210160
        },
        {
            "start": 818210175,
            "stop": 818210182
        },
        {
            "start": 818210188,
            "stop": 818210192
        },
        {
            "start": 818210195,
            "stop": 818210196
        },
        {
            "start": 818210200,
            "stop": 818210201
        },
        {
            "start": 818210204,
            "stop": 818210208
        },
        {
            "start": 818210340,
            "stop": 818210341
        },
        {
            "start": 818210364,
            "stop": 818210366
        },
        {
            "start": 818210371,
            "stop": 818210375
        },
        {
            "start": 818210388,
            "stop": 818210389
        },
        {
            "start": 818210392,
            "stop": 818210393
        },
        {
            "start": 818210404,
            "stop": 818210405
        },
        {
            "start": 818210410,
            "stop": 818210411
        },
        {
            "start": 818210431,
            "stop": 818210436
        },
        {
            "start": 818210455,
            "stop": 818210456
        },
        {
            "start": 818210476,
            "stop": 818210478
        }
    ]
}