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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=265",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 266,
    "results": [
        {
            "start": 1240321239,
            "stop": 1240321264
        },
        {
            "start": 1240321265,
            "stop": 1240321266
        },
        {
            "start": 1240321269,
            "stop": 1240321279
        },
        {
            "start": 1240321280,
            "stop": 1240321283
        },
        {
            "start": 1240321284,
            "stop": 1240321370
        },
        {
            "start": 1240321371,
            "stop": 1240321372
        },
        {
            "start": 1240321373,
            "stop": 1240321385
        },
        {
            "start": 1240321386,
            "stop": 1240321388
        },
        {
            "start": 1240321389,
            "stop": 1240321400
        },
        {
            "start": 1240321401,
            "stop": 1240321422
        },
        {
            "start": 1240321423,
            "stop": 1240321425
        },
        {
            "start": 1240321426,
            "stop": 1240321481
        },
        {
            "start": 1240321482,
            "stop": 1240321485
        },
        {
            "start": 1240321486,
            "stop": 1240321496
        },
        {
            "start": 1240321499,
            "stop": 1240321505
        },
        {
            "start": 1240321508,
            "stop": 1240321520
        },
        {
            "start": 1240321521,
            "stop": 1240321635
        },
        {
            "start": 1240321636,
            "stop": 1240321692
        },
        {
            "start": 1240321693,
            "stop": 1240321700
        },
        {
            "start": 1240321703,
            "stop": 1240321712
        }
    ]
}