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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=110",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 111,
    "results": [
        {
            "start": 817289038,
            "stop": 817289508
        },
        {
            "start": 817289512,
            "stop": 817290331
        },
        {
            "start": 817290333,
            "stop": 817291526
        },
        {
            "start": 817291530,
            "stop": 817291799
        },
        {
            "start": 817291803,
            "stop": 817293236
        },
        {
            "start": 817293239,
            "stop": 817294115
        },
        {
            "start": 817294118,
            "stop": 817294962
        },
        {
            "start": 817294965,
            "stop": 817297257
        },
        {
            "start": 817297260,
            "stop": 817299224
        },
        {
            "start": 817299227,
            "stop": 817300482
        },
        {
            "start": 817300485,
            "stop": 817304575
        },
        {
            "start": 817304579,
            "stop": 817309303
        },
        {
            "start": 817309664,
            "stop": 817312457
        },
        {
            "start": 817313169,
            "stop": 817313930
        },
        {
            "start": 817314050,
            "stop": 817314153
        },
        {
            "start": 817314156,
            "stop": 817314532
        },
        {
            "start": 817314942,
            "stop": 817315241
        },
        {
            "start": 817334958,
            "stop": 817335835
        },
        {
            "start": 817335853,
            "stop": 817335941
        },
        {
            "start": 817335958,
            "stop": 817336230
        }
    ]
}