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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=113",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 114,
    "results": [
        {
            "start": 1134909463,
            "stop": 1134909465
        },
        {
            "start": 1134909468,
            "stop": 1134909478
        },
        {
            "start": 1134909482,
            "stop": 1134909490
        },
        {
            "start": 1134909496,
            "stop": 1134909498
        },
        {
            "start": 1134909505,
            "stop": 1134909506
        },
        {
            "start": 1134909509,
            "stop": 1134909514
        },
        {
            "start": 1134909518,
            "stop": 1134909519
        },
        {
            "start": 1134909523,
            "stop": 1134909528
        },
        {
            "start": 1134909535,
            "stop": 1134909548
        },
        {
            "start": 1134909581,
            "stop": 1134909593
        },
        {
            "start": 1134909600,
            "stop": 1134909656
        },
        {
            "start": 1134909663,
            "stop": 1134909666
        },
        {
            "start": 1134909670,
            "stop": 1134909679
        },
        {
            "start": 1134909683,
            "stop": 1134909808
        },
        {
            "start": 1134909814,
            "stop": 1134909816
        },
        {
            "start": 1134909820,
            "stop": 1134909822
        },
        {
            "start": 1134909825,
            "stop": 1134909827
        },
        {
            "start": 1134909842,
            "stop": 1134909843
        },
        {
            "start": 1134909849,
            "stop": 1134909853
        },
        {
            "start": 1134909859,
            "stop": 1134909879
        }
    ]
}