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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6044",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6045,
    "results": [
        {
            "start": 873728864,
            "stop": 873728866
        },
        {
            "start": 873728867,
            "stop": 873728870
        },
        {
            "start": 873728871,
            "stop": 873728876
        },
        {
            "start": 873728878,
            "stop": 873728882
        },
        {
            "start": 873728883,
            "stop": 873728887
        },
        {
            "start": 873728889,
            "stop": 873728898
        },
        {
            "start": 873728900,
            "stop": 873728905
        },
        {
            "start": 873728906,
            "stop": 873728917
        },
        {
            "start": 873728918,
            "stop": 873728925
        },
        {
            "start": 873728926,
            "stop": 873728928
        },
        {
            "start": 873728930,
            "stop": 873728936
        },
        {
            "start": 873728937,
            "stop": 873728943
        },
        {
            "start": 873728944,
            "stop": 873728951
        },
        {
            "start": 873728953,
            "stop": 873728995
        },
        {
            "start": 873728996,
            "stop": 873729094
        },
        {
            "start": 873729095,
            "stop": 873729129
        },
        {
            "start": 873729131,
            "stop": 873729146
        },
        {
            "start": 873729149,
            "stop": 873729151
        },
        {
            "start": 873729154,
            "stop": 873729155
        },
        {
            "start": 873729161,
            "stop": 873729162
        }
    ]
}