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=1887
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=1888",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1886",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1887,
    "results": [
        {
            "start": 1251226011,
            "stop": 1251227669
        },
        {
            "start": 1251227671,
            "stop": 1251228627
        },
        {
            "start": 1251228630,
            "stop": 1251229349
        },
        {
            "start": 1251229352,
            "stop": 1251230356
        },
        {
            "start": 1251230359,
            "stop": 1251231879
        },
        {
            "start": 1251231882,
            "stop": 1251232272
        },
        {
            "start": 1251232275,
            "stop": 1251236177
        },
        {
            "start": 1251236180,
            "stop": 1251236700
        },
        {
            "start": 1251236703,
            "stop": 1251236915
        },
        {
            "start": 1251236918,
            "stop": 1251237290
        },
        {
            "start": 1251237293,
            "stop": 1251238466
        },
        {
            "start": 1251238469,
            "stop": 1251238597
        },
        {
            "start": 1251238600,
            "stop": 1251238673
        },
        {
            "start": 1251238676,
            "stop": 1251238782
        },
        {
            "start": 1251238790,
            "stop": 1251239199
        },
        {
            "start": 1251239202,
            "stop": 1251241437
        },
        {
            "start": 1251241499,
            "stop": 1251241502
        },
        {
            "start": 1251241524,
            "stop": 1251241525
        },
        {
            "start": 1251241526,
            "stop": 1251241549
        },
        {
            "start": 1251241561,
            "stop": 1251241564
        }
    ]
}