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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2481",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2479",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2480,
    "results": [
        {
            "start": 875020620,
            "stop": 875020666
        },
        {
            "start": 875020673,
            "stop": 875020702
        },
        {
            "start": 875020711,
            "stop": 875020980
        },
        {
            "start": 875021040,
            "stop": 875021160
        },
        {
            "start": 875021220,
            "stop": 875021280
        },
        {
            "start": 875021340,
            "stop": 875021481
        },
        {
            "start": 875021488,
            "stop": 875021634
        },
        {
            "start": 875021641,
            "stop": 875021699
        },
        {
            "start": 875021940,
            "stop": 875021946
        },
        {
            "start": 875021958,
            "stop": 875021981
        },
        {
            "start": 875021988,
            "stop": 875022006
        },
        {
            "start": 875022014,
            "stop": 875022026
        },
        {
            "start": 875022033,
            "stop": 875022084
        },
        {
            "start": 875022091,
            "stop": 875022120
        },
        {
            "start": 875022180,
            "stop": 875022240
        },
        {
            "start": 875022320,
            "stop": 875022360
        },
        {
            "start": 875022420,
            "stop": 875022430
        },
        {
            "start": 875022437,
            "stop": 875022480
        },
        {
            "start": 875032080,
            "stop": 875032279
        },
        {
            "start": 875032348,
            "stop": 875032865
        }
    ]
}