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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=275",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 276,
    "results": [
        {
            "start": 1174644173,
            "stop": 1174645146
        },
        {
            "start": 1174645148,
            "stop": 1174646276
        },
        {
            "start": 1174646278,
            "stop": 1174647055
        },
        {
            "start": 1174647057,
            "stop": 1174647936
        },
        {
            "start": 1174647938,
            "stop": 1174648294
        },
        {
            "start": 1174659927,
            "stop": 1174661205
        },
        {
            "start": 1174661207,
            "stop": 1174662528
        },
        {
            "start": 1174662530,
            "stop": 1174663583
        },
        {
            "start": 1174663585,
            "stop": 1174664453
        },
        {
            "start": 1174664455,
            "stop": 1174665451
        },
        {
            "start": 1174665453,
            "stop": 1174666388
        },
        {
            "start": 1174666390,
            "stop": 1174666628
        },
        {
            "start": 1174666632,
            "stop": 1174667481
        },
        {
            "start": 1174667483,
            "stop": 1174668918
        },
        {
            "start": 1174668920,
            "stop": 1174670532
        },
        {
            "start": 1174670534,
            "stop": 1174672224
        },
        {
            "start": 1174672226,
            "stop": 1174674108
        },
        {
            "start": 1174674110,
            "stop": 1174676051
        },
        {
            "start": 1174676054,
            "stop": 1174678180
        },
        {
            "start": 1174678182,
            "stop": 1174680578
        }
    ]
}