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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40651",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40652,
    "results": [
        {
            "start": 874916891,
            "stop": 874916913
        },
        {
            "start": 874916914,
            "stop": 874916929
        },
        {
            "start": 874916930,
            "stop": 874916950
        },
        {
            "start": 874916952,
            "stop": 874916967
        },
        {
            "start": 874916969,
            "stop": 874916985
        },
        {
            "start": 874916987,
            "stop": 874916993
        },
        {
            "start": 874916995,
            "stop": 874916999
        },
        {
            "start": 874917000,
            "stop": 874917035
        },
        {
            "start": 874917037,
            "stop": 874917077
        },
        {
            "start": 874917078,
            "stop": 874917167
        },
        {
            "start": 874917168,
            "stop": 874917170
        },
        {
            "start": 874917172,
            "stop": 874917199
        },
        {
            "start": 874917200,
            "stop": 874917212
        },
        {
            "start": 874917214,
            "stop": 874917217
        },
        {
            "start": 874917218,
            "stop": 874917219
        },
        {
            "start": 874917222,
            "stop": 874917224
        },
        {
            "start": 874917228,
            "stop": 874917262
        },
        {
            "start": 874917264,
            "stop": 874917278
        },
        {
            "start": 874917279,
            "stop": 874917280
        },
        {
            "start": 874917282,
            "stop": 874917287
        }
    ]
}