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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=227",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 228,
    "results": [
        {
            "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": 934354955
        },
        {
            "start": 934354957,
            "stop": 934354958
        },
        {
            "start": 934354960,
            "stop": 934354976
        },
        {
            "start": 934354979,
            "stop": 934354985
        },
        {
            "start": 934354987,
            "stop": 934354992
        }
    ]
}