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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=59",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 60,
    "results": [
        {
            "start": 827260346,
            "stop": 827267796
        },
        {
            "start": 827269402,
            "stop": 827291901
        },
        {
            "start": 827295526,
            "stop": 827352977
        },
        {
            "start": 827357728,
            "stop": 827409185
        },
        {
            "start": 827409945,
            "stop": 827428542
        },
        {
            "start": 827429996,
            "stop": 827513080
        },
        {
            "start": 827520565,
            "stop": 827555663
        },
        {
            "start": 827556093,
            "stop": 827588655
        },
        {
            "start": 827591185,
            "stop": 827597287
        },
        {
            "start": 827611031,
            "stop": 827611130
        },
        {
            "start": 827611573,
            "stop": 827617128
        },
        {
            "start": 827617235,
            "stop": 827618506
        },
        {
            "start": 827620359,
            "stop": 827687676
        },
        {
            "start": 827689355,
            "stop": 827773062
        },
        {
            "start": 827773356,
            "stop": 827777993
        },
        {
            "start": 827778144,
            "stop": 827784131
        },
        {
            "start": 827785268,
            "stop": 827817748
        },
        {
            "start": 827820324,
            "stop": 827849247
        },
        {
            "start": 827854488,
            "stop": 827858761
        },
        {
            "start": 827858833,
            "stop": 827876403
        }
    ]
}