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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=293",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 294,
    "results": [
        {
            "start": 935239579,
            "stop": 935239709
        },
        {
            "start": 935239712,
            "stop": 935239739
        },
        {
            "start": 935239743,
            "stop": 935239754
        },
        {
            "start": 935239757,
            "stop": 935239769
        },
        {
            "start": 935239772,
            "stop": 935239946
        },
        {
            "start": 935239950,
            "stop": 935240415
        },
        {
            "start": 935241927,
            "stop": 935242467
        },
        {
            "start": 935242469,
            "stop": 935243172
        },
        {
            "start": 935243174,
            "stop": 935243877
        },
        {
            "start": 935243880,
            "stop": 935243967
        },
        {
            "start": 935243969,
            "stop": 935244015
        },
        {
            "start": 935244315,
            "stop": 935244450
        },
        {
            "start": 935246268,
            "stop": 935247034
        },
        {
            "start": 935247036,
            "stop": 935247058
        },
        {
            "start": 935247060,
            "stop": 935247117
        },
        {
            "start": 935247120,
            "stop": 935247432
        },
        {
            "start": 935247434,
            "stop": 935247615
        },
        {
            "start": 935247855,
            "stop": 935247912
        },
        {
            "start": 935247914,
            "stop": 935248398
        },
        {
            "start": 935358716,
            "stop": 935359215
        }
    ]
}