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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=360",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 361,
    "results": [
        {
            "start": 1260870833,
            "stop": 1260870846
        },
        {
            "start": 1260870849,
            "stop": 1260871198
        },
        {
            "start": 1260871201,
            "stop": 1260871208
        },
        {
            "start": 1260871211,
            "stop": 1260871223
        },
        {
            "start": 1260871226,
            "stop": 1260871298
        },
        {
            "start": 1260871301,
            "stop": 1260871307
        },
        {
            "start": 1260871310,
            "stop": 1260872285
        },
        {
            "start": 1260872288,
            "stop": 1260872301
        },
        {
            "start": 1260872304,
            "stop": 1260872615
        },
        {
            "start": 1260872618,
            "stop": 1260873478
        },
        {
            "start": 1260873481,
            "stop": 1260873900
        },
        {
            "start": 1260873903,
            "stop": 1260873997
        },
        {
            "start": 1260874000,
            "stop": 1260874076
        },
        {
            "start": 1260874079,
            "stop": 1260874351
        },
        {
            "start": 1260874354,
            "stop": 1260874717
        },
        {
            "start": 1260874720,
            "stop": 1260874857
        },
        {
            "start": 1260874860,
            "stop": 1260876002
        },
        {
            "start": 1260876005,
            "stop": 1260876333
        },
        {
            "start": 1260876336,
            "stop": 1260876428
        },
        {
            "start": 1260876431,
            "stop": 1260877265
        }
    ]
}