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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=229",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 230,
    "results": [
        {
            "start": 861642410,
            "stop": 861644389
        },
        {
            "start": 861645586,
            "stop": 861647505
        },
        {
            "start": 861648229,
            "stop": 861650085
        },
        {
            "start": 861651234,
            "stop": 861652512
        },
        {
            "start": 861653871,
            "stop": 861654535
        },
        {
            "start": 861655201,
            "stop": 861692828
        },
        {
            "start": 861694544,
            "stop": 861739747
        },
        {
            "start": 861742120,
            "stop": 861750673
        },
        {
            "start": 861752477,
            "stop": 861764372
        },
        {
            "start": 861764921,
            "stop": 861779833
        },
        {
            "start": 861780446,
            "stop": 861823885
        },
        {
            "start": 861825522,
            "stop": 861843023
        },
        {
            "start": 861845819,
            "stop": 861856434
        },
        {
            "start": 861856436,
            "stop": 861866570
        },
        {
            "start": 861867639,
            "stop": 861886137
        },
        {
            "start": 861888329,
            "stop": 861919519
        },
        {
            "start": 861920743,
            "stop": 861924488
        },
        {
            "start": 861925951,
            "stop": 861931740
        },
        {
            "start": 861932253,
            "stop": 861946245
        },
        {
            "start": 861946880,
            "stop": 861992508
        }
    ]
}