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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4054",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4055,
    "results": [
        {
            "start": 875107514,
            "stop": 875107628
        },
        {
            "start": 875107633,
            "stop": 875107641
        },
        {
            "start": 875107646,
            "stop": 875107691
        },
        {
            "start": 875107694,
            "stop": 875107716
        },
        {
            "start": 875107719,
            "stop": 875108413
        },
        {
            "start": 875108416,
            "stop": 875108806
        },
        {
            "start": 875108809,
            "stop": 875108820
        },
        {
            "start": 875108880,
            "stop": 875108887
        },
        {
            "start": 875108904,
            "stop": 875109026
        },
        {
            "start": 875109029,
            "stop": 875109030
        },
        {
            "start": 875109033,
            "stop": 875109034
        },
        {
            "start": 875109039,
            "stop": 875109047
        },
        {
            "start": 875109050,
            "stop": 875109068
        },
        {
            "start": 875109071,
            "stop": 875109076
        },
        {
            "start": 875109079,
            "stop": 875109096
        },
        {
            "start": 875109104,
            "stop": 875109230
        },
        {
            "start": 875109235,
            "stop": 875109236
        },
        {
            "start": 875109239,
            "stop": 875109240
        },
        {
            "start": 875109249,
            "stop": 875109251
        },
        {
            "start": 875109258,
            "stop": 875109266
        }
    ]
}