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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4055",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4056,
    "results": [
        {
            "start": 875205960,
            "stop": 875210457
        },
        {
            "start": 875210460,
            "stop": 875220123
        },
        {
            "start": 875220126,
            "stop": 875220752
        },
        {
            "start": 875220755,
            "stop": 875222100
        },
        {
            "start": 875222160,
            "stop": 875223031
        },
        {
            "start": 875223034,
            "stop": 875223752
        },
        {
            "start": 875223972,
            "stop": 875232014
        }
    ]
}