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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10253",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10254,
    "results": [
        {
            "start": 874660009,
            "stop": 874660408
        },
        {
            "start": 874660425,
            "stop": 874660532
        },
        {
            "start": 874660604,
            "stop": 874660743
        },
        {
            "start": 874660798,
            "stop": 874660883
        },
        {
            "start": 874660952,
            "stop": 874661239
        },
        {
            "start": 874661246,
            "stop": 874661700
        },
        {
            "start": 874661820,
            "stop": 874662000
        },
        {
            "start": 874664220,
            "stop": 874664400
        },
        {
            "start": 874664460,
            "stop": 874665625
        },
        {
            "start": 874665663,
            "stop": 874665792
        },
        {
            "start": 874665830,
            "stop": 874667717
        },
        {
            "start": 874667753,
            "stop": 874668665
        },
        {
            "start": 874668702,
            "stop": 874669702
        },
        {
            "start": 874669746,
            "stop": 874670039
        },
        {
            "start": 874670159,
            "stop": 874670282
        },
        {
            "start": 874670322,
            "stop": 874670415
        },
        {
            "start": 874670449,
            "stop": 874670459
        },
        {
            "start": 874670493,
            "stop": 874670528
        },
        {
            "start": 874670564,
            "stop": 874671775
        },
        {
            "start": 874671809,
            "stop": 874671867
        }
    ]
}