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=5202
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=5203",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5201",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5202,
    "results": [
        {
            "start": 1136281009,
            "stop": 1136281089
        },
        {
            "start": 1136281091,
            "stop": 1136281092
        },
        {
            "start": 1136281094,
            "stop": 1136281116
        },
        {
            "start": 1136281118,
            "stop": 1136281139
        },
        {
            "start": 1136281141,
            "stop": 1136281159
        },
        {
            "start": 1136281163,
            "stop": 1136281194
        },
        {
            "start": 1136281196,
            "stop": 1136281233
        },
        {
            "start": 1136281235,
            "stop": 1136281238
        },
        {
            "start": 1136281240,
            "stop": 1136281246
        },
        {
            "start": 1136281248,
            "stop": 1136281262
        },
        {
            "start": 1136281264,
            "stop": 1136281266
        },
        {
            "start": 1136281268,
            "stop": 1136281300
        },
        {
            "start": 1136281302,
            "stop": 1136281305
        },
        {
            "start": 1136281307,
            "stop": 1136281350
        },
        {
            "start": 1136281352,
            "stop": 1136281358
        },
        {
            "start": 1136281360,
            "stop": 1136281425
        },
        {
            "start": 1136281427,
            "stop": 1136281453
        },
        {
            "start": 1136281455,
            "stop": 1136281462
        },
        {
            "start": 1136281464,
            "stop": 1136281473
        },
        {
            "start": 1136281475,
            "stop": 1136281480
        }
    ]
}