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=40814
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=40815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40813",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40814,
    "results": [
        {
            "start": 875022342,
            "stop": 875022343
        },
        {
            "start": 875022344,
            "stop": 875022355
        },
        {
            "start": 875022357,
            "stop": 875022360
        },
        {
            "start": 875022420,
            "stop": 875022432
        },
        {
            "start": 875022435,
            "stop": 875022466
        },
        {
            "start": 875022467,
            "stop": 875022471
        },
        {
            "start": 875022473,
            "stop": 875022478
        },
        {
            "start": 875022479,
            "stop": 875022480
        },
        {
            "start": 875032080,
            "stop": 875032101
        },
        {
            "start": 875032102,
            "stop": 875032123
        },
        {
            "start": 875032125,
            "stop": 875032144
        },
        {
            "start": 875032146,
            "stop": 875032161
        },
        {
            "start": 875032162,
            "stop": 875032185
        },
        {
            "start": 875032186,
            "stop": 875032230
        },
        {
            "start": 875032231,
            "stop": 875032251
        },
        {
            "start": 875032253,
            "stop": 875032261
        },
        {
            "start": 875032262,
            "stop": 875032277
        },
        {
            "start": 875032281,
            "stop": 875032284
        },
        {
            "start": 875032286,
            "stop": 875032287
        },
        {
            "start": 875032290,
            "stop": 875032302
        }
    ]
}