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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=231",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 232,
    "results": [
        {
            "start": 934398236,
            "stop": 934398242
        },
        {
            "start": 934398246,
            "stop": 934401734
        },
        {
            "start": 934401737,
            "stop": 934401757
        },
        {
            "start": 934401760,
            "stop": 934401784
        },
        {
            "start": 934401786,
            "stop": 934401810
        },
        {
            "start": 934401812,
            "stop": 934401816
        },
        {
            "start": 934401818,
            "stop": 934401832
        },
        {
            "start": 934401837,
            "stop": 934405356
        },
        {
            "start": 934405359,
            "stop": 934405385
        },
        {
            "start": 934405387,
            "stop": 934405411
        },
        {
            "start": 934405413,
            "stop": 934405417
        },
        {
            "start": 934405420,
            "stop": 934405434
        },
        {
            "start": 934405438,
            "stop": 934408954
        },
        {
            "start": 934408960,
            "stop": 934408966
        },
        {
            "start": 934408969,
            "stop": 934409010
        },
        {
            "start": 934409013,
            "stop": 934409017
        },
        {
            "start": 934409019,
            "stop": 934409033
        },
        {
            "start": 934409038,
            "stop": 934409195
        },
        {
            "start": 934413129,
            "stop": 934416163
        },
        {
            "start": 934416167,
            "stop": 934416182
        }
    ]
}