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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=279",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 280,
    "results": [
        {
            "start": 931684188,
            "stop": 931684194
        },
        {
            "start": 931684197,
            "stop": 931684203
        },
        {
            "start": 931684206,
            "stop": 931684210
        },
        {
            "start": 931684217,
            "stop": 931684218
        },
        {
            "start": 931684221,
            "stop": 931684222
        },
        {
            "start": 931684232,
            "stop": 931684233
        },
        {
            "start": 931684236,
            "stop": 931684237
        },
        {
            "start": 931684241,
            "stop": 931684250
        },
        {
            "start": 931684254,
            "stop": 931684255
        },
        {
            "start": 931684263,
            "stop": 931684266
        },
        {
            "start": 931684273,
            "stop": 931684282
        },
        {
            "start": 931684285,
            "stop": 931684286
        },
        {
            "start": 931684296,
            "stop": 931684300
        },
        {
            "start": 931684303,
            "stop": 931684305
        },
        {
            "start": 931684318,
            "stop": 931684322
        },
        {
            "start": 931684325,
            "stop": 931684330
        },
        {
            "start": 931684334,
            "stop": 931684335
        },
        {
            "start": 931684341,
            "stop": 931684343
        },
        {
            "start": 931684349,
            "stop": 931684350
        },
        {
            "start": 931684361,
            "stop": 931684362
        }
    ]
}