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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1538",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1536",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1537,
    "results": [
        {
            "start": 874651935,
            "stop": 874670816
        },
        {
            "start": 874670819,
            "stop": 874695956
        },
        {
            "start": 874697253,
            "stop": 874706751
        },
        {
            "start": 874708032,
            "stop": 874721693
        },
        {
            "start": 874721696,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874787738
        },
        {
            "start": 874787857,
            "stop": 874790498
        },
        {
            "start": 874790501,
            "stop": 874790525
        },
        {
            "start": 874790533,
            "stop": 874802186
        },
        {
            "start": 874802460,
            "stop": 874817590
        },
        {
            "start": 874819487,
            "stop": 874846224
        },
        {
            "start": 874847419,
            "stop": 874847979
        },
        {
            "start": 874850662,
            "stop": 874851103
        },
        {
            "start": 874851106,
            "stop": 874851523
        },
        {
            "start": 874851526,
            "stop": 874851545
        },
        {
            "start": 874851549,
            "stop": 874851552
        },
        {
            "start": 874851557,
            "stop": 874851561
        },
        {
            "start": 874851571,
            "stop": 874852125
        },
        {
            "start": 874852131,
            "stop": 874857653
        },
        {
            "start": 874869121,
            "stop": 874874433
        }
    ]
}