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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=313",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 314,
    "results": [
        {
            "start": 861627031,
            "stop": 861629564
        },
        {
            "start": 861630409,
            "stop": 861641325
        },
        {
            "start": 861642410,
            "stop": 861644389
        },
        {
            "start": 861645586,
            "stop": 861647505
        },
        {
            "start": 861648229,
            "stop": 861650085
        },
        {
            "start": 861651234,
            "stop": 861652879
        },
        {
            "start": 861653871,
            "stop": 861654535
        },
        {
            "start": 861655201,
            "stop": 861692828
        },
        {
            "start": 861694544,
            "stop": 861739747
        },
        {
            "start": 861742120,
            "stop": 861750673
        },
        {
            "start": 861752477,
            "stop": 861824173
        },
        {
            "start": 861825522,
            "stop": 861843023
        },
        {
            "start": 861845819,
            "stop": 861866570
        },
        {
            "start": 861867639,
            "stop": 861886137
        },
        {
            "start": 861888329,
            "stop": 861919884
        },
        {
            "start": 861920743,
            "stop": 861924488
        },
        {
            "start": 861925951,
            "stop": 861931740
        },
        {
            "start": 861932253,
            "stop": 861946245
        },
        {
            "start": 861946880,
            "stop": 861992508
        },
        {
            "start": 861993655,
            "stop": 861996859
        }
    ]
}