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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=142",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 143,
    "results": [
        {
            "start": 818760502,
            "stop": 818760503
        },
        {
            "start": 818769500,
            "stop": 818769513
        },
        {
            "start": 818769521,
            "stop": 818769544
        },
        {
            "start": 818769552,
            "stop": 818769572
        },
        {
            "start": 818769579,
            "stop": 818769607
        },
        {
            "start": 818769614,
            "stop": 818769639
        },
        {
            "start": 818769647,
            "stop": 818769662
        },
        {
            "start": 818769669,
            "stop": 818769718
        },
        {
            "start": 818769726,
            "stop": 818769797
        },
        {
            "start": 818769810,
            "stop": 818769826
        },
        {
            "start": 818769833,
            "stop": 818769886
        },
        {
            "start": 818769893,
            "stop": 818769949
        },
        {
            "start": 818769957,
            "stop": 818770047
        },
        {
            "start": 818770055,
            "stop": 818770058
        },
        {
            "start": 818770065,
            "stop": 818770224
        },
        {
            "start": 818770253,
            "stop": 818770403
        },
        {
            "start": 818770434,
            "stop": 818770455
        },
        {
            "start": 818770462,
            "stop": 818770506
        },
        {
            "start": 818770571,
            "stop": 818770580
        },
        {
            "start": 818770609,
            "stop": 818770614
        }
    ]
}