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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=156",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 157,
    "results": [
        {
            "start": 931776028,
            "stop": 931776146
        },
        {
            "start": 931776157,
            "stop": 931776260
        },
        {
            "start": 931776266,
            "stop": 931776275
        },
        {
            "start": 931776288,
            "stop": 931776362
        },
        {
            "start": 931776790,
            "stop": 931776808
        },
        {
            "start": 931776813,
            "stop": 931776833
        },
        {
            "start": 931776839,
            "stop": 931776850
        },
        {
            "start": 931776856,
            "stop": 931776988
        },
        {
            "start": 931776994,
            "stop": 931776996
        },
        {
            "start": 931777002,
            "stop": 931777013
        },
        {
            "start": 931777019,
            "stop": 931777031
        },
        {
            "start": 931777040,
            "stop": 931777067
        },
        {
            "start": 931777073,
            "stop": 931777107
        },
        {
            "start": 931777113,
            "stop": 931777126
        },
        {
            "start": 931777134,
            "stop": 931777137
        },
        {
            "start": 931777149,
            "stop": 931777168
        },
        {
            "start": 931777174,
            "stop": 931777215
        },
        {
            "start": 931777220,
            "stop": 931777302
        },
        {
            "start": 931778453,
            "stop": 931778471
        },
        {
            "start": 931778479,
            "stop": 931778488
        }
    ]
}