Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9736
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9735",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9736,
    "results": [
        {
            "start": 873396158,
            "stop": 873396162
        },
        {
            "start": 873396165,
            "stop": 873396235
        },
        {
            "start": 873396238,
            "stop": 873396243
        },
        {
            "start": 873396246,
            "stop": 873396407
        },
        {
            "start": 873396410,
            "stop": 873396412
        },
        {
            "start": 873396415,
            "stop": 873396417
        },
        {
            "start": 873396420,
            "stop": 873396511
        },
        {
            "start": 873396514,
            "stop": 873396517
        },
        {
            "start": 873396520,
            "stop": 873396522
        },
        {
            "start": 873396525,
            "stop": 873396533
        },
        {
            "start": 873396537,
            "stop": 873396540
        },
        {
            "start": 873396543,
            "stop": 873396575
        },
        {
            "start": 873396578,
            "stop": 873396595
        },
        {
            "start": 873396599,
            "stop": 873396601
        },
        {
            "start": 873396604,
            "stop": 873396615
        },
        {
            "start": 873396622,
            "stop": 873396679
        },
        {
            "start": 873396686,
            "stop": 873396854
        },
        {
            "start": 873396857,
            "stop": 873396917
        },
        {
            "start": 873396923,
            "stop": 873396952
        },
        {
            "start": 873396955,
            "stop": 873396976
        }
    ]
}