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=41046
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=41047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41045",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41046,
    "results": [
        {
            "start": 875196908,
            "stop": 875196930
        },
        {
            "start": 875196933,
            "stop": 875197012
        },
        {
            "start": 875197013,
            "stop": 875197043
        },
        {
            "start": 875197045,
            "stop": 875197049
        },
        {
            "start": 875197050,
            "stop": 875197065
        },
        {
            "start": 875197066,
            "stop": 875197069
        },
        {
            "start": 875197070,
            "stop": 875197109
        },
        {
            "start": 875197110,
            "stop": 875197120
        },
        {
            "start": 875197121,
            "stop": 875197127
        },
        {
            "start": 875197129,
            "stop": 875197146
        },
        {
            "start": 875197147,
            "stop": 875197183
        },
        {
            "start": 875197185,
            "stop": 875197205
        },
        {
            "start": 875197206,
            "stop": 875197208
        },
        {
            "start": 875197209,
            "stop": 875197210
        },
        {
            "start": 875197211,
            "stop": 875197226
        },
        {
            "start": 875197227,
            "stop": 875197248
        },
        {
            "start": 875197249,
            "stop": 875197268
        },
        {
            "start": 875197270,
            "stop": 875197271
        },
        {
            "start": 875197273,
            "stop": 875197310
        },
        {
            "start": 875197312,
            "stop": 875197354
        }
    ]
}