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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=591",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=589",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 590,
    "results": [
        {
            "start": 841003025,
            "stop": 841023803
        },
        {
            "start": 841023810,
            "stop": 841063354
        },
        {
            "start": 841064981,
            "stop": 841073095
        },
        {
            "start": 841073104,
            "stop": 841080204
        },
        {
            "start": 841080212,
            "stop": 841085941
        },
        {
            "start": 841086647,
            "stop": 841093963
        },
        {
            "start": 841093969,
            "stop": 841094260
        },
        {
            "start": 841098776,
            "stop": 841141946
        },
        {
            "start": 841142907,
            "stop": 841143901
        },
        {
            "start": 841145524,
            "stop": 841147843
        },
        {
            "start": 841148863,
            "stop": 841159618
        },
        {
            "start": 841165086,
            "stop": 841171745
        },
        {
            "start": 841176793,
            "stop": 841178616
        },
        {
            "start": 841179500,
            "stop": 841213568
        },
        {
            "start": 841213574,
            "stop": 841236740
        },
        {
            "start": 841237644,
            "stop": 841242307
        },
        {
            "start": 841243378,
            "stop": 841245134
        },
        {
            "start": 841246669,
            "stop": 841262345
        },
        {
            "start": 841263549,
            "stop": 841305691
        },
        {
            "start": 841307797,
            "stop": 841342895
        }
    ]
}