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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5145",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5146,
    "results": [
        {
            "start": 874714766,
            "stop": 874714772
        },
        {
            "start": 874714780,
            "stop": 874714835
        },
        {
            "start": 874714842,
            "stop": 874714844
        },
        {
            "start": 874715025,
            "stop": 874715037
        },
        {
            "start": 874715044,
            "stop": 874715072
        },
        {
            "start": 874715079,
            "stop": 874715118
        },
        {
            "start": 874715126,
            "stop": 874715210
        },
        {
            "start": 874715217,
            "stop": 874715242
        },
        {
            "start": 874715249,
            "stop": 874715287
        },
        {
            "start": 874715294,
            "stop": 874715366
        },
        {
            "start": 874715381,
            "stop": 874715432
        },
        {
            "start": 874715439,
            "stop": 874715498
        },
        {
            "start": 874715505,
            "stop": 874715548
        },
        {
            "start": 874715555,
            "stop": 874715564
        },
        {
            "start": 874715571,
            "stop": 874715635
        },
        {
            "start": 874715642,
            "stop": 874715730
        },
        {
            "start": 874715737,
            "stop": 874715761
        },
        {
            "start": 874715768,
            "stop": 874715769
        },
        {
            "start": 874715776,
            "stop": 874715799
        },
        {
            "start": 874715806,
            "stop": 874715826
        }
    ]
}