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=40873
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=40874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40872",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40873,
    "results": [
        {
            "start": 875061718,
            "stop": 875061756
        },
        {
            "start": 875061757,
            "stop": 875061758
        },
        {
            "start": 875061759,
            "stop": 875061782
        },
        {
            "start": 875061783,
            "stop": 875061816
        },
        {
            "start": 875061817,
            "stop": 875061820
        },
        {
            "start": 875061822,
            "stop": 875061883
        },
        {
            "start": 875061885,
            "stop": 875061889
        },
        {
            "start": 875061890,
            "stop": 875061897
        },
        {
            "start": 875061898,
            "stop": 875061926
        },
        {
            "start": 875061927,
            "stop": 875061947
        },
        {
            "start": 875061949,
            "stop": 875061960
        },
        {
            "start": 875062020,
            "stop": 875062048
        },
        {
            "start": 875062050,
            "stop": 875062064
        },
        {
            "start": 875062066,
            "stop": 875062075
        },
        {
            "start": 875062077,
            "stop": 875062160
        },
        {
            "start": 875062162,
            "stop": 875062178
        },
        {
            "start": 875062179,
            "stop": 875062180
        },
        {
            "start": 875062182,
            "stop": 875062203
        },
        {
            "start": 875062205,
            "stop": 875062209
        },
        {
            "start": 875062210,
            "stop": 875062220
        }
    ]
}