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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=262",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 263,
    "results": [
        {
            "start": 1177121112,
            "stop": 1177121113
        },
        {
            "start": 1177121115,
            "stop": 1177121337
        },
        {
            "start": 1177121341,
            "stop": 1177121344
        },
        {
            "start": 1177121348,
            "stop": 1177121362
        },
        {
            "start": 1177121363,
            "stop": 1177121365
        },
        {
            "start": 1177121367,
            "stop": 1177121368
        },
        {
            "start": 1177121369,
            "stop": 1177121461
        },
        {
            "start": 1177121465,
            "stop": 1177121526
        },
        {
            "start": 1177121529,
            "stop": 1177121530
        },
        {
            "start": 1177121533,
            "stop": 1177121536
        },
        {
            "start": 1177121538,
            "stop": 1177121543
        },
        {
            "start": 1177121544,
            "stop": 1177121622
        },
        {
            "start": 1177121628,
            "stop": 1177121721
        },
        {
            "start": 1177121727,
            "stop": 1177121732
        },
        {
            "start": 1177121735,
            "stop": 1177123890
        },
        {
            "start": 1177123894,
            "stop": 1177125477
        },
        {
            "start": 1177125481,
            "stop": 1177125587
        },
        {
            "start": 1177125588,
            "stop": 1177125736
        },
        {
            "start": 1177125737,
            "stop": 1177127231
        },
        {
            "start": 1177127235,
            "stop": 1177130666
        }
    ]
}