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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=287",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 288,
    "results": [
        {
            "start": 935161455,
            "stop": 935162640
        },
        {
            "start": 935162644,
            "stop": 935163848
        },
        {
            "start": 935163853,
            "stop": 935163994
        },
        {
            "start": 935163997,
            "stop": 935164001
        },
        {
            "start": 935164003,
            "stop": 935164747
        },
        {
            "start": 935164750,
            "stop": 935164815
        },
        {
            "start": 935165055,
            "stop": 935166182
        },
        {
            "start": 935166184,
            "stop": 935167865
        },
        {
            "start": 935167907,
            "stop": 935167908
        },
        {
            "start": 935167911,
            "stop": 935168137
        },
        {
            "start": 935168140,
            "stop": 935168146
        },
        {
            "start": 935168149,
            "stop": 935168312
        },
        {
            "start": 935168314,
            "stop": 935168396
        },
        {
            "start": 935170647,
            "stop": 935171019
        },
        {
            "start": 935171022,
            "stop": 935171310
        },
        {
            "start": 935171313,
            "stop": 935171493
        },
        {
            "start": 935171495,
            "stop": 935172015
        },
        {
            "start": 935172255,
            "stop": 935173713
        },
        {
            "start": 935173715,
            "stop": 935175543
        },
        {
            "start": 935175549,
            "stop": 935175615
        }
    ]
}