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=40568
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=40569",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40567",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40568,
    "results": [
        {
            "start": 874844439,
            "stop": 874844449
        },
        {
            "start": 874844450,
            "stop": 874844485
        },
        {
            "start": 874844489,
            "stop": 874844530
        },
        {
            "start": 874844531,
            "stop": 874844534
        },
        {
            "start": 874844536,
            "stop": 874844578
        },
        {
            "start": 874844579,
            "stop": 874844589
        },
        {
            "start": 874844591,
            "stop": 874844672
        },
        {
            "start": 874844673,
            "stop": 874844720
        },
        {
            "start": 874844721,
            "stop": 874844756
        },
        {
            "start": 874844758,
            "stop": 874844871
        },
        {
            "start": 874844872,
            "stop": 874844892
        },
        {
            "start": 874844894,
            "stop": 874844934
        },
        {
            "start": 874844936,
            "stop": 874844987
        },
        {
            "start": 874844988,
            "stop": 874844998
        },
        {
            "start": 874844999,
            "stop": 874845083
        },
        {
            "start": 874845086,
            "stop": 874845105
        },
        {
            "start": 874845107,
            "stop": 874845211
        },
        {
            "start": 874845212,
            "stop": 874845244
        },
        {
            "start": 874845245,
            "stop": 874845249
        },
        {
            "start": 874845250,
            "stop": 874845275
        }
    ]
}