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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=71",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 72,
    "results": [
        {
            "start": 837454778,
            "stop": 837458191
        },
        {
            "start": 837459449,
            "stop": 837541625
        },
        {
            "start": 837541814,
            "stop": 837548054
        },
        {
            "start": 837550701,
            "stop": 837552135
        },
        {
            "start": 837554734,
            "stop": 837555042
        },
        {
            "start": 837560414,
            "stop": 837569265
        },
        {
            "start": 837570052,
            "stop": 837579811
        },
        {
            "start": 837580788,
            "stop": 837628761
        },
        {
            "start": 837629217,
            "stop": 837636794
        },
        {
            "start": 837638135,
            "stop": 837723754
        },
        {
            "start": 837727128,
            "stop": 837801660
        },
        {
            "start": 837802960,
            "stop": 837815488
        },
        {
            "start": 837816730,
            "stop": 837832675
        },
        {
            "start": 837833685,
            "stop": 837834797
        },
        {
            "start": 837836150,
            "stop": 837843266
        },
        {
            "start": 837844536,
            "stop": 837865960
        },
        {
            "start": 837867035,
            "stop": 837871591
        },
        {
            "start": 837912587,
            "stop": 837924312
        },
        {
            "start": 837925060,
            "stop": 837960166
        },
        {
            "start": 837961062,
            "stop": 837963566
        }
    ]
}