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=8004
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=8005",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8003",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8004,
    "results": [
        {
            "start": 970324765,
            "stop": 970324780
        },
        {
            "start": 970324783,
            "stop": 970324978
        },
        {
            "start": 970324983,
            "stop": 970324991
        },
        {
            "start": 970324994,
            "stop": 970325010
        },
        {
            "start": 970325013,
            "stop": 970325078
        },
        {
            "start": 970325119,
            "stop": 970325120
        },
        {
            "start": 970325149,
            "stop": 970325152
        },
        {
            "start": 970325155,
            "stop": 970325156
        },
        {
            "start": 970325167,
            "stop": 970325248
        },
        {
            "start": 970325259,
            "stop": 970325284
        },
        {
            "start": 970325287,
            "stop": 970325291
        },
        {
            "start": 970325294,
            "stop": 970325296
        },
        {
            "start": 970325299,
            "stop": 970325324
        },
        {
            "start": 970325344,
            "stop": 970325346
        },
        {
            "start": 970325359,
            "stop": 970325360
        },
        {
            "start": 970325370,
            "stop": 970325375
        },
        {
            "start": 970325412,
            "stop": 970325416
        },
        {
            "start": 970325425,
            "stop": 970325426
        },
        {
            "start": 970325442,
            "stop": 970325449
        },
        {
            "start": 970325455,
            "stop": 970325459
        }
    ]
}