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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=309",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 310,
    "results": [
        {
            "start": 935363248,
            "stop": 935363308
        },
        {
            "start": 935364721,
            "stop": 935365890
        },
        {
            "start": 935365893,
            "stop": 935366142
        },
        {
            "start": 935366145,
            "stop": 935366415
        },
        {
            "start": 935366655,
            "stop": 935366867
        },
        {
            "start": 935366869,
            "stop": 935368212
        },
        {
            "start": 935368216,
            "stop": 935369632
        },
        {
            "start": 935369781,
            "stop": 935370015
        },
        {
            "start": 935370375,
            "stop": 935370538
        },
        {
            "start": 935370540,
            "stop": 935370943
        },
        {
            "start": 935370945,
            "stop": 935371047
        },
        {
            "start": 935371050,
            "stop": 935372189
        },
        {
            "start": 935372191,
            "stop": 935373615
        },
        {
            "start": 935373855,
            "stop": 935375444
        },
        {
            "start": 935375446,
            "stop": 935376088
        },
        {
            "start": 935376148,
            "stop": 935376523
        },
        {
            "start": 935376526,
            "stop": 935376527
        },
        {
            "start": 935376529,
            "stop": 935376929
        },
        {
            "start": 935376931,
            "stop": 935377215
        },
        {
            "start": 935377515,
            "stop": 935378280
        }
    ]
}