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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=100",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 101,
    "results": [
        {
            "start": 849901998,
            "stop": 849906585
        },
        {
            "start": 849907744,
            "stop": 849950626
        },
        {
            "start": 849953968,
            "stop": 849958685
        },
        {
            "start": 849961136,
            "stop": 849974438
        },
        {
            "start": 849997247,
            "stop": 849997772
        },
        {
            "start": 849999196,
            "stop": 850020515
        },
        {
            "start": 850021582,
            "stop": 850061112
        },
        {
            "start": 850063845,
            "stop": 850064046
        },
        {
            "start": 850098489,
            "stop": 850101598
        },
        {
            "start": 850102470,
            "stop": 850137788
        },
        {
            "start": 850140362,
            "stop": 850153581
        },
        {
            "start": 850154106,
            "stop": 850161578
        },
        {
            "start": 850162212,
            "stop": 850164464
        },
        {
            "start": 850165236,
            "stop": 850170221
        },
        {
            "start": 850170765,
            "stop": 850173003
        },
        {
            "start": 850174329,
            "stop": 850182182
        },
        {
            "start": 850182741,
            "stop": 850187435
        },
        {
            "start": 850189281,
            "stop": 850191205
        },
        {
            "start": 850192853,
            "stop": 850197822
        },
        {
            "start": 850266240,
            "stop": 850271912
        }
    ]
}