Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=13",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 14,
    "results": [
        {
            "start": 1131534056,
            "stop": 1131541076
        },
        {
            "start": 1131541943,
            "stop": 1131549056
        },
        {
            "start": 1131554027,
            "stop": 1131567672
        },
        {
            "start": 1131596601,
            "stop": 1131600606
        },
        {
            "start": 1131600921,
            "stop": 1131600974
        },
        {
            "start": 1131601351,
            "stop": 1131616331
        },
        {
            "start": 1131634229,
            "stop": 1131655927
        },
        {
            "start": 1131656641,
            "stop": 1131669996
        },
        {
            "start": 1131678503,
            "stop": 1131717650
        },
        {
            "start": 1131718585,
            "stop": 1131727640
        },
        {
            "start": 1131735675,
            "stop": 1131737249
        },
        {
            "start": 1131740269,
            "stop": 1131742158
        },
        {
            "start": 1131747252,
            "stop": 1131772337
        },
        {
            "start": 1131893118,
            "stop": 1131896242
        },
        {
            "start": 1131896992,
            "stop": 1131902712
        },
        {
            "start": 1131902961,
            "stop": 1131907592
        },
        {
            "start": 1131932852,
            "stop": 1131935976
        },
        {
            "start": 1131936914,
            "stop": 1131938383
        },
        {
            "start": 1131940397,
            "stop": 1131950992
        },
        {
            "start": 1131987041,
            "stop": 1131996772
        }
    ]
}