Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=47",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 48,
    "results": [
        {
            "start": 931351264,
            "stop": 931351287
        },
        {
            "start": 931351306,
            "stop": 931351318
        },
        {
            "start": 931351324,
            "stop": 931351334
        },
        {
            "start": 931351339,
            "stop": 931351373
        },
        {
            "start": 931351379,
            "stop": 931351383
        },
        {
            "start": 931351390,
            "stop": 931351391
        },
        {
            "start": 931351400,
            "stop": 931351454
        },
        {
            "start": 931351460,
            "stop": 931351461
        },
        {
            "start": 931351467,
            "stop": 931351494
        },
        {
            "start": 931351500,
            "stop": 931351531
        },
        {
            "start": 931351536,
            "stop": 931351541
        },
        {
            "start": 931351547,
            "stop": 931351552
        },
        {
            "start": 931351557,
            "stop": 931351598
        },
        {
            "start": 931351604,
            "stop": 931351632
        },
        {
            "start": 931351640,
            "stop": 931351718
        },
        {
            "start": 931351730,
            "stop": 931351745
        },
        {
            "start": 931351750,
            "stop": 931351757
        },
        {
            "start": 931351768,
            "stop": 931351772
        },
        {
            "start": 931351803,
            "stop": 931351805
        },
        {
            "start": 931351814,
            "stop": 931351839
        }
    ]
}