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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=363",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 364,
    "results": [
        {
            "start": 864613018,
            "stop": 864627982
        },
        {
            "start": 864628313,
            "stop": 864652419
        },
        {
            "start": 864652481,
            "stop": 864658317
        },
        {
            "start": 864658338,
            "stop": 864658367
        },
        {
            "start": 864658388,
            "stop": 864665079
        },
        {
            "start": 864665101,
            "stop": 864670530
        },
        {
            "start": 864670650,
            "stop": 864671201
        },
        {
            "start": 864671453,
            "stop": 864673161
        },
        {
            "start": 864674343,
            "stop": 864677567
        },
        {
            "start": 864677640,
            "stop": 864677657
        },
        {
            "start": 864677678,
            "stop": 864678042
        },
        {
            "start": 864678063,
            "stop": 864678386
        },
        {
            "start": 864678686,
            "stop": 864680219
        },
        {
            "start": 864680243,
            "stop": 864684939
        },
        {
            "start": 864684961,
            "stop": 864684962
        },
        {
            "start": 864684983,
            "stop": 864727597
        },
        {
            "start": 864727618,
            "stop": 864741734
        },
        {
            "start": 864741756,
            "stop": 864741757
        },
        {
            "start": 864741778,
            "stop": 864745392
        },
        {
            "start": 864745413,
            "stop": 864746087
        }
    ]
}