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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=156",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 157,
    "results": [
        {
            "start": 970211832,
            "stop": 970219927
        },
        {
            "start": 970221002,
            "stop": 970227397
        },
        {
            "start": 970228735,
            "stop": 970228774
        },
        {
            "start": 970230445,
            "stop": 970236113
        },
        {
            "start": 970242799,
            "stop": 970248863
        },
        {
            "start": 970277660,
            "stop": 970294488
        },
        {
            "start": 970296010,
            "stop": 970319312
        },
        {
            "start": 970373425,
            "stop": 970380296
        },
        {
            "start": 970386032,
            "stop": 970405902
        },
        {
            "start": 970406244,
            "stop": 970408161
        },
        {
            "start": 970408399,
            "stop": 970411290
        },
        {
            "start": 970412781,
            "stop": 970412965
        },
        {
            "start": 970415035,
            "stop": 970421813
        },
        {
            "start": 970450498,
            "stop": 970497615
        },
        {
            "start": 970499394,
            "stop": 970507192
        },
        {
            "start": 970566904,
            "stop": 970568373
        },
        {
            "start": 970569673,
            "stop": 970570552
        },
        {
            "start": 970572115,
            "stop": 970573226
        },
        {
            "start": 970573982,
            "stop": 970576988
        },
        {
            "start": 970578192,
            "stop": 970581376
        }
    ]
}