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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=79",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 80,
    "results": [
        {
            "start": 840741319,
            "stop": 840749416
        },
        {
            "start": 840750255,
            "stop": 840752621
        },
        {
            "start": 840753221,
            "stop": 840836526
        },
        {
            "start": 840837224,
            "stop": 840857947
        },
        {
            "start": 840859259,
            "stop": 840882797
        },
        {
            "start": 840884517,
            "stop": 840895078
        },
        {
            "start": 840895755,
            "stop": 840897795
        },
        {
            "start": 840924044,
            "stop": 840926224
        },
        {
            "start": 840926840,
            "stop": 840931151
        },
        {
            "start": 840932036,
            "stop": 840932663
        },
        {
            "start": 840933996,
            "stop": 840993813
        },
        {
            "start": 840994415,
            "stop": 840995763
        },
        {
            "start": 840996720,
            "stop": 841063354
        },
        {
            "start": 841064981,
            "stop": 841085943
        },
        {
            "start": 841086647,
            "stop": 841094260
        },
        {
            "start": 841098776,
            "stop": 841141950
        },
        {
            "start": 841142907,
            "stop": 841143902
        },
        {
            "start": 841145524,
            "stop": 841147844
        },
        {
            "start": 841148863,
            "stop": 841159618
        },
        {
            "start": 841165086,
            "stop": 841171745
        }
    ]
}