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=1712
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=1713",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1711",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1712,
    "results": [
        {
            "start": 1249129836,
            "stop": 1249129842
        },
        {
            "start": 1249129848,
            "stop": 1249129853
        },
        {
            "start": 1249129854,
            "stop": 1249129856
        },
        {
            "start": 1249129857,
            "stop": 1249129858
        },
        {
            "start": 1249129879,
            "stop": 1249129888
        },
        {
            "start": 1249129894,
            "stop": 1249129895
        },
        {
            "start": 1249129899,
            "stop": 1249129901
        },
        {
            "start": 1249129903,
            "stop": 1249129906
        },
        {
            "start": 1249129912,
            "stop": 1249129913
        },
        {
            "start": 1249129916,
            "stop": 1249129917
        },
        {
            "start": 1249129920,
            "stop": 1249129921
        },
        {
            "start": 1249129923,
            "stop": 1249129924
        },
        {
            "start": 1249129926,
            "stop": 1249129928
        },
        {
            "start": 1249130064,
            "stop": 1249130066
        },
        {
            "start": 1249130069,
            "stop": 1249130070
        },
        {
            "start": 1249130072,
            "stop": 1249130074
        },
        {
            "start": 1249130076,
            "stop": 1249130112
        },
        {
            "start": 1249130115,
            "stop": 1249130116
        },
        {
            "start": 1249130120,
            "stop": 1249130122
        },
        {
            "start": 1249130123,
            "stop": 1249130124
        }
    ]
}