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=5074
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=5075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5073",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5074,
    "results": [
        {
            "start": 874616333,
            "stop": 874616393
        },
        {
            "start": 874616401,
            "stop": 874616428
        },
        {
            "start": 874616446,
            "stop": 874616479
        },
        {
            "start": 874616486,
            "stop": 874616496
        },
        {
            "start": 874616503,
            "stop": 874616507
        },
        {
            "start": 874616515,
            "stop": 874616613
        },
        {
            "start": 874616620,
            "stop": 874616684
        },
        {
            "start": 874616691,
            "stop": 874616694
        },
        {
            "start": 874616701,
            "stop": 874616721
        },
        {
            "start": 874616728,
            "stop": 874616744
        },
        {
            "start": 874616751,
            "stop": 874616774
        },
        {
            "start": 874616781,
            "stop": 874616789
        },
        {
            "start": 874616796,
            "stop": 874616823
        },
        {
            "start": 874616836,
            "stop": 874616896
        },
        {
            "start": 874616906,
            "stop": 874616928
        },
        {
            "start": 874616935,
            "stop": 874616937
        },
        {
            "start": 874616944,
            "stop": 874617006
        },
        {
            "start": 874617013,
            "stop": 874617041
        },
        {
            "start": 874617048,
            "stop": 874617052
        },
        {
            "start": 874617059,
            "stop": 874617066
        }
    ]
}