Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=54
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=53",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 54,
    "results": [
        {
            "start": 817255611,
            "stop": 817255620
        },
        {
            "start": 817255740,
            "stop": 817256359
        },
        {
            "start": 817256367,
            "stop": 817256880
        },
        {
            "start": 817256940,
            "stop": 817257049
        },
        {
            "start": 817257056,
            "stop": 817257360
        },
        {
            "start": 817257420,
            "stop": 817257924
        },
        {
            "start": 817257937,
            "stop": 817257946
        },
        {
            "start": 817257953,
            "stop": 817258850
        },
        {
            "start": 817258930,
            "stop": 817258987
        },
        {
            "start": 817258994,
            "stop": 817259100
        },
        {
            "start": 817259290,
            "stop": 817259616
        },
        {
            "start": 817259645,
            "stop": 817259884
        },
        {
            "start": 817259891,
            "stop": 817259901
        },
        {
            "start": 817259908,
            "stop": 817260284
        },
        {
            "start": 817260291,
            "stop": 817261046
        },
        {
            "start": 817261053,
            "stop": 817261161
        },
        {
            "start": 817261169,
            "stop": 817261265
        },
        {
            "start": 817261272,
            "stop": 817261538
        },
        {
            "start": 817261546,
            "stop": 817261654
        },
        {
            "start": 817261661,
            "stop": 817262054
        }
    ]
}