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=10203
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=10204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10202",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10203,
    "results": [
        {
            "start": 873997224,
            "stop": 873997277
        },
        {
            "start": 873997313,
            "stop": 873997360
        },
        {
            "start": 873997396,
            "stop": 873997972
        },
        {
            "start": 873997989,
            "stop": 874001846
        },
        {
            "start": 874001882,
            "stop": 874001886
        },
        {
            "start": 874001922,
            "stop": 874003739
        },
        {
            "start": 874003756,
            "stop": 874004168
        },
        {
            "start": 874004364,
            "stop": 874005476
        },
        {
            "start": 874005703,
            "stop": 874005930
        },
        {
            "start": 874005937,
            "stop": 874006128
        },
        {
            "start": 874006136,
            "stop": 874006934
        },
        {
            "start": 874006941,
            "stop": 874006992
        },
        {
            "start": 874007028,
            "stop": 874007350
        },
        {
            "start": 874007357,
            "stop": 874008525
        },
        {
            "start": 874008532,
            "stop": 874009687
        },
        {
            "start": 874009695,
            "stop": 874010437
        },
        {
            "start": 874010454,
            "stop": 874011365
        },
        {
            "start": 874011545,
            "stop": 874011679
        },
        {
            "start": 874011701,
            "stop": 874011922
        },
        {
            "start": 874012085,
            "stop": 874012660
        }
    ]
}