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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6165",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6166,
    "results": [
        {
            "start": 874391680,
            "stop": 874391687
        },
        {
            "start": 874391691,
            "stop": 874391697
        },
        {
            "start": 874391700,
            "stop": 874391793
        },
        {
            "start": 874391796,
            "stop": 874392210
        },
        {
            "start": 874392211,
            "stop": 874392434
        },
        {
            "start": 874392437,
            "stop": 874392518
        },
        {
            "start": 874392519,
            "stop": 874392547
        },
        {
            "start": 874392552,
            "stop": 874392937
        },
        {
            "start": 874392940,
            "stop": 874392950
        },
        {
            "start": 874392953,
            "stop": 874393356
        },
        {
            "start": 874393359,
            "stop": 874393422
        },
        {
            "start": 874393425,
            "stop": 874393443
        },
        {
            "start": 874393446,
            "stop": 874393540
        },
        {
            "start": 874393543,
            "stop": 874393583
        },
        {
            "start": 874393586,
            "stop": 874393606
        },
        {
            "start": 874393612,
            "stop": 874393712
        },
        {
            "start": 874393715,
            "stop": 874393780
        },
        {
            "start": 874393783,
            "stop": 874394447
        },
        {
            "start": 874394452,
            "stop": 874394460
        },
        {
            "start": 874394461,
            "stop": 874394549
        }
    ]
}