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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=290",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 291,
    "results": [
        {
            "start": 938832203,
            "stop": 938833900
        },
        {
            "start": 938833906,
            "stop": 938834234
        },
        {
            "start": 938836796,
            "stop": 938837787
        },
        {
            "start": 938838951,
            "stop": 938839949
        },
        {
            "start": 938853837,
            "stop": 938854749
        },
        {
            "start": 938857212,
            "stop": 938866706
        },
        {
            "start": 938866717,
            "stop": 938867539
        },
        {
            "start": 938870726,
            "stop": 938876483
        },
        {
            "start": 939035694,
            "stop": 939041234
        },
        {
            "start": 939042180,
            "stop": 939043577
        },
        {
            "start": 939043583,
            "stop": 939043586
        },
        {
            "start": 939046455,
            "stop": 939046826
        },
        {
            "start": 939048836,
            "stop": 939066314
        },
        {
            "start": 939067906,
            "stop": 939069700
        },
        {
            "start": 939069706,
            "stop": 939069717
        },
        {
            "start": 939072309,
            "stop": 939087485
        },
        {
            "start": 939098292,
            "stop": 939116924
        },
        {
            "start": 939119643,
            "stop": 939120830
        },
        {
            "start": 939122760,
            "stop": 939130884
        },
        {
            "start": 939130890,
            "stop": 939131919
        }
    ]
}