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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1300",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1301,
    "results": [
        {
            "start": 961090181,
            "stop": 961090184
        },
        {
            "start": 961090186,
            "stop": 961090211
        },
        {
            "start": 961090213,
            "stop": 961090218
        },
        {
            "start": 961090222,
            "stop": 961090224
        },
        {
            "start": 961090233,
            "stop": 961090234
        },
        {
            "start": 961090238,
            "stop": 961090241
        },
        {
            "start": 961090243,
            "stop": 961090246
        },
        {
            "start": 961227571,
            "stop": 961228170
        },
        {
            "start": 961229118,
            "stop": 961238596
        },
        {
            "start": 961312386,
            "stop": 961314004
        },
        {
            "start": 961314006,
            "stop": 961314888
        },
        {
            "start": 961315746,
            "stop": 961316385
        },
        {
            "start": 961316387,
            "stop": 961317048
        },
        {
            "start": 961317785,
            "stop": 961318432
        },
        {
            "start": 961318434,
            "stop": 961318583
        },
        {
            "start": 961318585,
            "stop": 961318877
        },
        {
            "start": 961318878,
            "stop": 961319276
        },
        {
            "start": 961319962,
            "stop": 961320021
        },
        {
            "start": 961320800,
            "stop": 961320885
        },
        {
            "start": 961321552,
            "stop": 961321676
        }
    ]
}