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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4691",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4692,
    "results": [
        {
            "start": 874373220,
            "stop": 874373236
        },
        {
            "start": 874373256,
            "stop": 874373302
        },
        {
            "start": 874373342,
            "stop": 874373344
        },
        {
            "start": 874373363,
            "stop": 874373370
        },
        {
            "start": 874373396,
            "stop": 874373404
        },
        {
            "start": 874373423,
            "stop": 874373437
        },
        {
            "start": 874373760,
            "stop": 874373761
        },
        {
            "start": 874373780,
            "stop": 874373799
        },
        {
            "start": 874373846,
            "stop": 874373848
        },
        {
            "start": 874373867,
            "stop": 874373880
        },
        {
            "start": 874373940,
            "stop": 874373956
        },
        {
            "start": 874373975,
            "stop": 874374022
        },
        {
            "start": 874374044,
            "stop": 874374060
        },
        {
            "start": 874374120,
            "stop": 874374131
        },
        {
            "start": 874374162,
            "stop": 874374181
        },
        {
            "start": 874374201,
            "stop": 874374220
        },
        {
            "start": 874374242,
            "stop": 874374318
        },
        {
            "start": 874374337,
            "stop": 874374360
        },
        {
            "start": 874374780,
            "stop": 874374840
        },
        {
            "start": 874374905,
            "stop": 874374947
        }
    ]
}