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=40822
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=40823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40821",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40822,
    "results": [
        {
            "start": 875035973,
            "stop": 875036039
        },
        {
            "start": 875036040,
            "stop": 875036076
        },
        {
            "start": 875036077,
            "stop": 875036081
        },
        {
            "start": 875036082,
            "stop": 875036086
        },
        {
            "start": 875036087,
            "stop": 875036099
        },
        {
            "start": 875036101,
            "stop": 875036114
        },
        {
            "start": 875036115,
            "stop": 875036121
        },
        {
            "start": 875036123,
            "stop": 875036148
        },
        {
            "start": 875036150,
            "stop": 875036152
        },
        {
            "start": 875036154,
            "stop": 875036183
        },
        {
            "start": 875036184,
            "stop": 875036208
        },
        {
            "start": 875036210,
            "stop": 875036251
        },
        {
            "start": 875036252,
            "stop": 875036262
        },
        {
            "start": 875036264,
            "stop": 875036294
        },
        {
            "start": 875036295,
            "stop": 875036298
        },
        {
            "start": 875036299,
            "stop": 875036328
        },
        {
            "start": 875036329,
            "stop": 875036391
        },
        {
            "start": 875036392,
            "stop": 875036399
        },
        {
            "start": 875036400,
            "stop": 875036404
        },
        {
            "start": 875036405,
            "stop": 875036465
        }
    ]
}