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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=892",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=890",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 891,
    "results": [
        {
            "start": 970455219,
            "stop": 970455292
        },
        {
            "start": 970455297,
            "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
        },
        {
            "start": 970589505,
            "stop": 970589930
        },
        {
            "start": 970594964,
            "stop": 970598507
        },
        {
            "start": 970631520,
            "stop": 970670592
        },
        {
            "start": 970675820,
            "stop": 970682398
        },
        {
            "start": 970683027,
            "stop": 970683779
        },
        {
            "start": 970683812,
            "stop": 970683815
        },
        {
            "start": 970683851,
            "stop": 970683903
        },
        {
            "start": 970695724,
            "stop": 970758160
        },
        {
            "start": 970760237,
            "stop": 970763196
        },
        {
            "start": 970763784,
            "stop": 970777678
        },
        {
            "start": 970780178,
            "stop": 970787993
        },
        {
            "start": 970789463,
            "stop": 970804452
        }
    ]
}