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/S6/timelines/H1_BURST_CAT2/segments?format=api&page=347
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=346",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 347,
    "results": [
        {
            "start": 934336962,
            "stop": 934336984
        },
        {
            "start": 934336987,
            "stop": 934337011
        },
        {
            "start": 934337013,
            "stop": 934337017
        },
        {
            "start": 934337020,
            "stop": 934337034
        },
        {
            "start": 934337038,
            "stop": 934337077
        },
        {
            "start": 934341532,
            "stop": 934344158
        },
        {
            "start": 934344160,
            "stop": 934344190
        },
        {
            "start": 934344193,
            "stop": 934344210
        },
        {
            "start": 934344212,
            "stop": 934344215
        },
        {
            "start": 934344218,
            "stop": 934344233
        },
        {
            "start": 934344237,
            "stop": 934347757
        },
        {
            "start": 934347759,
            "stop": 934347760
        },
        {
            "start": 934347762,
            "stop": 934347769
        },
        {
            "start": 934347771,
            "stop": 934347786
        },
        {
            "start": 934347788,
            "stop": 934347812
        },
        {
            "start": 934347814,
            "stop": 934347817
        },
        {
            "start": 934347820,
            "stop": 934347834
        },
        {
            "start": 934347838,
            "stop": 934348551
        },
        {
            "start": 934349542,
            "stop": 934350084
        },
        {
            "start": 934351875,
            "stop": 934352800
        }
    ]
}