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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5298",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5296",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5297,
    "results": [
        {
            "start": 1136460500,
            "stop": 1136460642
        },
        {
            "start": 1136460644,
            "stop": 1136460856
        },
        {
            "start": 1136460858,
            "stop": 1136460972
        },
        {
            "start": 1136460974,
            "stop": 1136460985
        },
        {
            "start": 1136460987,
            "stop": 1136461053
        },
        {
            "start": 1136461055,
            "stop": 1136461069
        },
        {
            "start": 1136461071,
            "stop": 1136461436
        },
        {
            "start": 1136461438,
            "stop": 1136461480
        },
        {
            "start": 1136461482,
            "stop": 1136461496
        },
        {
            "start": 1136461498,
            "stop": 1136461713
        },
        {
            "start": 1136461715,
            "stop": 1136461798
        },
        {
            "start": 1136461800,
            "stop": 1136461823
        },
        {
            "start": 1136461825,
            "stop": 1136462097
        },
        {
            "start": 1136462099,
            "stop": 1136462145
        },
        {
            "start": 1136462149,
            "stop": 1136462274
        },
        {
            "start": 1136462276,
            "stop": 1136462452
        },
        {
            "start": 1136462454,
            "stop": 1136462460
        },
        {
            "start": 1136462462,
            "stop": 1136462491
        },
        {
            "start": 1136462493,
            "stop": 1136462525
        },
        {
            "start": 1136462527,
            "stop": 1136462891
        }
    ]
}