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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=181",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 182,
    "results": [
        {
            "start": 932942729,
            "stop": 932942789
        },
        {
            "start": 932942849,
            "stop": 932943037
        },
        {
            "start": 932943157,
            "stop": 932943615
        },
        {
            "start": 932943989,
            "stop": 932944229
        },
        {
            "start": 932944289,
            "stop": 932944469
        },
        {
            "start": 932944589,
            "stop": 932946049
        },
        {
            "start": 932946221,
            "stop": 932947215
        },
        {
            "start": 932947575,
            "stop": 932947769
        },
        {
            "start": 932947829,
            "stop": 932948405
        },
        {
            "start": 932958826,
            "stop": 932958986
        },
        {
            "start": 932959004,
            "stop": 932959316
        },
        {
            "start": 932960499,
            "stop": 932960501
        },
        {
            "start": 932960502,
            "stop": 932960932
        },
        {
            "start": 932960937,
            "stop": 932961105
        },
        {
            "start": 932961110,
            "stop": 932961615
        },
        {
            "start": 932961975,
            "stop": 932961987
        },
        {
            "start": 932962008,
            "stop": 932962443
        },
        {
            "start": 932962461,
            "stop": 932963134
        },
        {
            "start": 932963139,
            "stop": 932963346
        },
        {
            "start": 932963351,
            "stop": 932964517
        }
    ]
}