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=5148
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=5149",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5147",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5148,
    "results": [
        {
            "start": 1136207403,
            "stop": 1136207664
        },
        {
            "start": 1136207666,
            "stop": 1136207701
        },
        {
            "start": 1136207702,
            "stop": 1136207712
        },
        {
            "start": 1136207714,
            "stop": 1136207715
        },
        {
            "start": 1136207717,
            "stop": 1136207917
        },
        {
            "start": 1136207919,
            "stop": 1136207977
        },
        {
            "start": 1136207979,
            "stop": 1136208008
        },
        {
            "start": 1136208009,
            "stop": 1136208112
        },
        {
            "start": 1136208114,
            "stop": 1136208186
        },
        {
            "start": 1136208188,
            "stop": 1136208191
        },
        {
            "start": 1136208193,
            "stop": 1136208197
        },
        {
            "start": 1136208384,
            "stop": 1136208395
        },
        {
            "start": 1136208397,
            "stop": 1136208477
        },
        {
            "start": 1136208479,
            "stop": 1136208483
        },
        {
            "start": 1136208485,
            "stop": 1136208500
        },
        {
            "start": 1136208502,
            "stop": 1136208509
        },
        {
            "start": 1136208511,
            "stop": 1136208572
        },
        {
            "start": 1136208574,
            "stop": 1136208578
        },
        {
            "start": 1136208580,
            "stop": 1136208592
        },
        {
            "start": 1136208594,
            "stop": 1136208638
        }
    ]
}