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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1025",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1026,
    "results": [
        {
            "start": 874054730,
            "stop": 874061510
        },
        {
            "start": 874061670,
            "stop": 874062660
        },
        {
            "start": 874062810,
            "stop": 874065390
        },
        {
            "start": 874065592,
            "stop": 874065772
        },
        {
            "start": 874065924,
            "stop": 874066164
        },
        {
            "start": 874066397,
            "stop": 874067897
        },
        {
            "start": 874068127,
            "stop": 874073167
        },
        {
            "start": 874073388,
            "stop": 874074888
        },
        {
            "start": 874075196,
            "stop": 874075616
        },
        {
            "start": 874075646,
            "stop": 874075856
        },
        {
            "start": 874075990,
            "stop": 874076830
        },
        {
            "start": 874076985,
            "stop": 874079025
        },
        {
            "start": 874079197,
            "stop": 874080997
        },
        {
            "start": 874082282,
            "stop": 874083182
        },
        {
            "start": 874083313,
            "stop": 874084453
        },
        {
            "start": 874084646,
            "stop": 874085066
        },
        {
            "start": 874085464,
            "stop": 874085704
        },
        {
            "start": 874085853,
            "stop": 874085913
        },
        {
            "start": 874086068,
            "stop": 874086128
        },
        {
            "start": 874086326,
            "stop": 874087466
        }
    ]
}