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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=251",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 252,
    "results": [
        {
            "start": 821391115,
            "stop": 821391188
        },
        {
            "start": 821391196,
            "stop": 821391254
        },
        {
            "start": 821391262,
            "stop": 821391471
        },
        {
            "start": 821391484,
            "stop": 821391556
        },
        {
            "start": 821391582,
            "stop": 821391587
        },
        {
            "start": 821391597,
            "stop": 821391619
        },
        {
            "start": 821391636,
            "stop": 821391640
        },
        {
            "start": 821391648,
            "stop": 821391761
        },
        {
            "start": 821391769,
            "stop": 821391813
        },
        {
            "start": 821391837,
            "stop": 821391847
        },
        {
            "start": 821391857,
            "stop": 821391881
        },
        {
            "start": 821391896,
            "stop": 821391913
        },
        {
            "start": 821391921,
            "stop": 821391922
        },
        {
            "start": 821391932,
            "stop": 821392049
        },
        {
            "start": 821392057,
            "stop": 821392098
        },
        {
            "start": 821392109,
            "stop": 821392115
        },
        {
            "start": 821392126,
            "stop": 821392159
        },
        {
            "start": 821392174,
            "stop": 821392213
        },
        {
            "start": 821392221,
            "stop": 821392260
        },
        {
            "start": 821392268,
            "stop": 821392358
        }
    ]
}