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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=8",
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 9,
    "results": [
        {
            "start": 855772319,
            "stop": 855865316
        },
        {
            "start": 855865615,
            "stop": 856029004
        },
        {
            "start": 856029104,
            "stop": 856034644
        },
        {
            "start": 856035119,
            "stop": 856039514
        },
        {
            "start": 857238723,
            "stop": 857241993
        },
        {
            "start": 857244524,
            "stop": 857246464
        },
        {
            "start": 857247404,
            "stop": 857754064
        },
        {
            "start": 857757284,
            "stop": 857766583
        },
        {
            "start": 857774160,
            "stop": 857833264
        },
        {
            "start": 857836064,
            "stop": 858446212
        },
        {
            "start": 858447120,
            "stop": 858447999
        },
        {
            "start": 858450704,
            "stop": 858485058
        },
        {
            "start": 858485520,
            "stop": 858558532
        },
        {
            "start": 859652893,
            "stop": 859852864
        },
        {
            "start": 859855544,
            "stop": 860109680
        },
        {
            "start": 860109720,
            "stop": 860201224
        },
        {
            "start": 860201520,
            "stop": 860284334
        },
        {
            "start": 860284335,
            "stop": 860862492
        },
        {
            "start": 862165149,
            "stop": 862686798
        },
        {
            "start": 862687320,
            "stop": 862792053
        }
    ]
}