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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=117",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 118,
    "results": [
        {
            "start": 953231547,
            "stop": 953231548
        },
        {
            "start": 953231565,
            "stop": 953231580
        },
        {
            "start": 953231584,
            "stop": 953231596
        },
        {
            "start": 953231602,
            "stop": 953231608
        },
        {
            "start": 953231611,
            "stop": 953231615
        },
        {
            "start": 953231622,
            "stop": 953231624
        },
        {
            "start": 953231629,
            "stop": 953231632
        },
        {
            "start": 953231643,
            "stop": 953231759
        },
        {
            "start": 953231761,
            "stop": 953231811
        },
        {
            "start": 953231814,
            "stop": 953231815
        },
        {
            "start": 953231821,
            "stop": 953231843
        },
        {
            "start": 953231846,
            "stop": 953231856
        },
        {
            "start": 953231862,
            "stop": 953231863
        },
        {
            "start": 953231869,
            "stop": 953231870
        },
        {
            "start": 953231875,
            "stop": 953231877
        },
        {
            "start": 953231889,
            "stop": 953231892
        },
        {
            "start": 953231898,
            "stop": 953231900
        },
        {
            "start": 953231905,
            "stop": 953231907
        },
        {
            "start": 953231914,
            "stop": 953231917
        },
        {
            "start": 953231923,
            "stop": 953231950
        }
    ]
}