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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=734",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=732",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 733,
    "results": [
        {
            "start": 953238988,
            "stop": 953239406
        },
        {
            "start": 953239412,
            "stop": 953239530
        },
        {
            "start": 953240934,
            "stop": 953243315
        },
        {
            "start": 953243321,
            "stop": 953244236
        },
        {
            "start": 953244242,
            "stop": 953244355
        },
        {
            "start": 953244361,
            "stop": 953245021
        },
        {
            "start": 953245027,
            "stop": 953246206
        },
        {
            "start": 953246212,
            "stop": 953248763
        },
        {
            "start": 953249012,
            "stop": 953249921
        },
        {
            "start": 953249927,
            "stop": 953253450
        },
        {
            "start": 953253456,
            "stop": 953262175
        },
        {
            "start": 953262181,
            "stop": 953267175
        },
        {
            "start": 953267181,
            "stop": 953269652
        },
        {
            "start": 953269657,
            "stop": 953271151
        },
        {
            "start": 953271157,
            "stop": 953274145
        },
        {
            "start": 953274151,
            "stop": 953275081
        },
        {
            "start": 953275087,
            "stop": 953275321
        },
        {
            "start": 953275327,
            "stop": 953276401
        },
        {
            "start": 953276407,
            "stop": 953277912
        },
        {
            "start": 953277917,
            "stop": 953280456
        }
    ]
}