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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=74",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 75,
    "results": [
        {
            "start": 931439658,
            "stop": 931439952
        },
        {
            "start": 931443035,
            "stop": 931443042
        },
        {
            "start": 931443053,
            "stop": 931443060
        },
        {
            "start": 931443078,
            "stop": 931443086
        },
        {
            "start": 931443091,
            "stop": 931443426
        },
        {
            "start": 931446557,
            "stop": 931447389
        },
        {
            "start": 931447397,
            "stop": 931447632
        },
        {
            "start": 931447638,
            "stop": 931447855
        },
        {
            "start": 931447861,
            "stop": 931448310
        },
        {
            "start": 931448326,
            "stop": 931448339
        },
        {
            "start": 931448344,
            "stop": 931448726
        },
        {
            "start": 931448731,
            "stop": 931448863
        },
        {
            "start": 931448872,
            "stop": 931448914
        },
        {
            "start": 931448920,
            "stop": 931448969
        },
        {
            "start": 931448975,
            "stop": 931449484
        },
        {
            "start": 931449490,
            "stop": 931449643
        },
        {
            "start": 931449649,
            "stop": 931450207
        },
        {
            "start": 931450214,
            "stop": 931450217
        },
        {
            "start": 931450223,
            "stop": 931450260
        },
        {
            "start": 931450266,
            "stop": 931450550
        }
    ]
}