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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=16",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 17,
    "results": [
        {
            "start": 1398821483,
            "stop": 1398834215
        },
        {
            "start": 1398834499,
            "stop": 1398837224
        },
        {
            "start": 1398837225,
            "stop": 1398851162
        },
        {
            "start": 1398851163,
            "stop": 1398851165
        },
        {
            "start": 1398851166,
            "stop": 1398887718
        },
        {
            "start": 1398887720,
            "stop": 1398888868
        },
        {
            "start": 1398888869,
            "stop": 1398890022
        },
        {
            "start": 1398891986,
            "stop": 1398928921
        },
        {
            "start": 1398928923,
            "stop": 1398934972
        },
        {
            "start": 1398934973,
            "stop": 1399026435
        },
        {
            "start": 1399026436,
            "stop": 1399026892
        },
        {
            "start": 1399026894,
            "stop": 1399044925
        },
        {
            "start": 1399055432,
            "stop": 1399062271
        },
        {
            "start": 1399062273,
            "stop": 1399064262
        },
        {
            "start": 1399064263,
            "stop": 1399067125
        },
        {
            "start": 1399067127,
            "stop": 1399067287
        },
        {
            "start": 1399067289,
            "stop": 1399070153
        },
        {
            "start": 1399070157,
            "stop": 1399086160
        },
        {
            "start": 1399086162,
            "stop": 1399092656
        },
        {
            "start": 1399092657,
            "stop": 1399096518
        }
    ]
}