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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=743",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 744,
    "results": [
        {
            "start": 857363297,
            "stop": 857366120
        },
        {
            "start": 857367064,
            "stop": 857395954
        },
        {
            "start": 857395955,
            "stop": 857402380
        },
        {
            "start": 857403003,
            "stop": 857406061
        },
        {
            "start": 857429946,
            "stop": 857435220
        },
        {
            "start": 857435700,
            "stop": 857436364
        },
        {
            "start": 857437416,
            "stop": 857445595
        },
        {
            "start": 857447734,
            "stop": 857461696
        },
        {
            "start": 857462456,
            "stop": 857486444
        },
        {
            "start": 857486446,
            "stop": 857495488
        },
        {
            "start": 857502227,
            "stop": 857502270
        },
        {
            "start": 857502330,
            "stop": 857502338
        },
        {
            "start": 857503093,
            "stop": 857505330
        },
        {
            "start": 857505390,
            "stop": 857505412
        },
        {
            "start": 857505414,
            "stop": 857505418
        },
        {
            "start": 857505972,
            "stop": 857507499
        },
        {
            "start": 857508106,
            "stop": 857509710
        },
        {
            "start": 857509770,
            "stop": 857509772
        },
        {
            "start": 857513028,
            "stop": 857514030
        },
        {
            "start": 857515722,
            "stop": 857516490
        }
    ]
}