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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=194",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 195,
    "results": [
        {
            "start": 846703244,
            "stop": 846703306
        },
        {
            "start": 846703887,
            "stop": 846746040
        },
        {
            "start": 846746048,
            "stop": 846792927
        },
        {
            "start": 846792934,
            "stop": 846826565
        },
        {
            "start": 846827779,
            "stop": 846834646
        },
        {
            "start": 846838280,
            "stop": 846844729
        },
        {
            "start": 846844730,
            "stop": 846844733
        },
        {
            "start": 846846836,
            "stop": 846851363
        },
        {
            "start": 846851364,
            "stop": 846851365
        },
        {
            "start": 846851368,
            "stop": 846854949
        },
        {
            "start": 846854951,
            "stop": 846855023
        },
        {
            "start": 846855024,
            "stop": 846855067
        },
        {
            "start": 846855068,
            "stop": 846855111
        },
        {
            "start": 846855113,
            "stop": 846855268
        },
        {
            "start": 846855270,
            "stop": 846855274
        },
        {
            "start": 846855275,
            "stop": 846855277
        },
        {
            "start": 846855278,
            "stop": 846855281
        },
        {
            "start": 846859852,
            "stop": 846860166
        },
        {
            "start": 846860170,
            "stop": 846860171
        },
        {
            "start": 846860172,
            "stop": 846860173
        }
    ]
}