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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=309",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 310,
    "results": [
        {
            "start": 873844651,
            "stop": 873861677
        },
        {
            "start": 873864279,
            "stop": 873881326
        },
        {
            "start": 873882202,
            "stop": 873887650
        },
        {
            "start": 873889732,
            "stop": 873912327
        },
        {
            "start": 873939716,
            "stop": 873969237
        },
        {
            "start": 873970336,
            "stop": 873993150
        },
        {
            "start": 873994383,
            "stop": 874005485
        },
        {
            "start": 874005703,
            "stop": 874014507
        },
        {
            "start": 874014874,
            "stop": 874024082
        },
        {
            "start": 874029151,
            "stop": 874031597
        },
        {
            "start": 874032107,
            "stop": 874052286
        },
        {
            "start": 874054504,
            "stop": 874074965
        },
        {
            "start": 874075127,
            "stop": 874081418
        },
        {
            "start": 874082216,
            "stop": 874085142
        },
        {
            "start": 874085385,
            "stop": 874103745
        },
        {
            "start": 874106234,
            "stop": 874135834
        },
        {
            "start": 874137154,
            "stop": 874157122
        },
        {
            "start": 874158685,
            "stop": 874163281
        },
        {
            "start": 874184713,
            "stop": 874185432
        },
        {
            "start": 874187725,
            "stop": 874191006
        }
    ]
}