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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41023",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41024,
    "results": [
        {
            "start": 875181350,
            "stop": 875181379
        },
        {
            "start": 875181382,
            "stop": 875181394
        },
        {
            "start": 875181395,
            "stop": 875181401
        },
        {
            "start": 875181402,
            "stop": 875181424
        },
        {
            "start": 875181425,
            "stop": 875181445
        },
        {
            "start": 875181446,
            "stop": 875181447
        },
        {
            "start": 875181448,
            "stop": 875181483
        },
        {
            "start": 875181485,
            "stop": 875181494
        },
        {
            "start": 875181495,
            "stop": 875181543
        },
        {
            "start": 875181544,
            "stop": 875181549
        },
        {
            "start": 875181550,
            "stop": 875181560
        },
        {
            "start": 875181561,
            "stop": 875181581
        },
        {
            "start": 875181582,
            "stop": 875181635
        },
        {
            "start": 875181637,
            "stop": 875181670
        },
        {
            "start": 875181671,
            "stop": 875181678
        },
        {
            "start": 875181679,
            "stop": 875181684
        },
        {
            "start": 875181685,
            "stop": 875181741
        },
        {
            "start": 875181742,
            "stop": 875181755
        },
        {
            "start": 875181756,
            "stop": 875181760
        },
        {
            "start": 875181761,
            "stop": 875181806
        }
    ]
}