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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=338",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 339,
    "results": [
        {
            "start": 1240663115,
            "stop": 1240664100
        },
        {
            "start": 1240664102,
            "stop": 1240664276
        },
        {
            "start": 1240664277,
            "stop": 1240664547
        },
        {
            "start": 1240664548,
            "stop": 1240664630
        },
        {
            "start": 1240664631,
            "stop": 1240664950
        },
        {
            "start": 1240664953,
            "stop": 1240665037
        },
        {
            "start": 1240665038,
            "stop": 1240665254
        },
        {
            "start": 1240665255,
            "stop": 1240666499
        },
        {
            "start": 1240666500,
            "stop": 1240666551
        },
        {
            "start": 1240666552,
            "stop": 1240666645
        },
        {
            "start": 1240666647,
            "stop": 1240666997
        },
        {
            "start": 1240666998,
            "stop": 1240667038
        },
        {
            "start": 1240667039,
            "stop": 1240667063
        },
        {
            "start": 1240667066,
            "stop": 1240667067
        },
        {
            "start": 1240667068,
            "stop": 1240667165
        },
        {
            "start": 1240667166,
            "stop": 1240667405
        },
        {
            "start": 1240667406,
            "stop": 1240667553
        },
        {
            "start": 1240667556,
            "stop": 1240667610
        },
        {
            "start": 1240667611,
            "stop": 1240667871
        },
        {
            "start": 1240667872,
            "stop": 1240668162
        }
    ]
}