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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=366",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 367,
    "results": [
        {
            "start": 857435468,
            "stop": 857436207
        },
        {
            "start": 857436507,
            "stop": 857442471
        },
        {
            "start": 857442487,
            "stop": 857443299
        },
        {
            "start": 857443302,
            "stop": 857445325
        },
        {
            "start": 857447941,
            "stop": 857448534
        },
        {
            "start": 857448537,
            "stop": 857452023
        },
        {
            "start": 857452026,
            "stop": 857452978
        },
        {
            "start": 857452981,
            "stop": 857454326
        },
        {
            "start": 857454329,
            "stop": 857456720
        },
        {
            "start": 857456723,
            "stop": 857461665
        },
        {
            "start": 857461965,
            "stop": 857477592
        },
        {
            "start": 857477949,
            "stop": 857486444
        },
        {
            "start": 857486446,
            "stop": 857490735
        },
        {
            "start": 857490740,
            "stop": 857492770
        },
        {
            "start": 857492775,
            "stop": 857493177
        },
        {
            "start": 857493195,
            "stop": 857493202
        },
        {
            "start": 857493213,
            "stop": 857493215
        },
        {
            "start": 857493223,
            "stop": 857495724
        },
        {
            "start": 857495834,
            "stop": 857496257
        },
        {
            "start": 857496557,
            "stop": 857498079
        }
    ]
}