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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=214",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 215,
    "results": [
        {
            "start": 1240063228,
            "stop": 1240063231
        },
        {
            "start": 1240063234,
            "stop": 1240063240
        },
        {
            "start": 1240063243,
            "stop": 1240063299
        },
        {
            "start": 1240063301,
            "stop": 1240063321
        },
        {
            "start": 1240063322,
            "stop": 1240063447
        },
        {
            "start": 1240063448,
            "stop": 1240063504
        },
        {
            "start": 1240063505,
            "stop": 1240063553
        },
        {
            "start": 1240063554,
            "stop": 1240063754
        },
        {
            "start": 1240063755,
            "stop": 1240063961
        },
        {
            "start": 1240063962,
            "stop": 1240064322
        },
        {
            "start": 1240064325,
            "stop": 1240064354
        },
        {
            "start": 1240064355,
            "stop": 1240064411
        },
        {
            "start": 1240064412,
            "stop": 1240064637
        },
        {
            "start": 1240064638,
            "stop": 1240064781
        },
        {
            "start": 1240064782,
            "stop": 1240064996
        },
        {
            "start": 1240064998,
            "stop": 1240065113
        },
        {
            "start": 1240065115,
            "stop": 1240065159
        },
        {
            "start": 1240065469,
            "stop": 1240065567
        },
        {
            "start": 1240065568,
            "stop": 1240065672
        },
        {
            "start": 1240065673,
            "stop": 1240065699
        }
    ]
}