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=1160
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=1161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1159",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1160,
    "results": [
        {
            "start": 951192432,
            "stop": 951200408
        },
        {
            "start": 951200410,
            "stop": 951201217
        },
        {
            "start": 951201219,
            "stop": 951202578
        },
        {
            "start": 951202580,
            "stop": 951203379
        },
        {
            "start": 951203381,
            "stop": 951204617
        },
        {
            "start": 951204619,
            "stop": 951213801
        },
        {
            "start": 951213803,
            "stop": 951222422
        },
        {
            "start": 951229635,
            "stop": 951230219
        },
        {
            "start": 951233492,
            "stop": 951233730
        },
        {
            "start": 951233732,
            "stop": 951234435
        },
        {
            "start": 951234437,
            "stop": 951235878
        },
        {
            "start": 951235880,
            "stop": 951236345
        },
        {
            "start": 951236347,
            "stop": 951236950
        },
        {
            "start": 951236952,
            "stop": 951238474
        },
        {
            "start": 951238704,
            "stop": 951242089
        },
        {
            "start": 951242091,
            "stop": 951242579
        },
        {
            "start": 951242581,
            "stop": 951253141
        },
        {
            "start": 951269918,
            "stop": 951273028
        },
        {
            "start": 951273030,
            "stop": 951274047
        },
        {
            "start": 951274049,
            "stop": 951274169
        }
    ]
}