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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=186",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 187,
    "results": [
        {
            "start": 932817975,
            "stop": 932821215
        },
        {
            "start": 932821575,
            "stop": 932821741
        },
        {
            "start": 932821745,
            "stop": 932823092
        },
        {
            "start": 932823094,
            "stop": 932824815
        },
        {
            "start": 932825175,
            "stop": 932825537
        },
        {
            "start": 932825540,
            "stop": 932826303
        },
        {
            "start": 932826305,
            "stop": 932826318
        },
        {
            "start": 932826320,
            "stop": 932826648
        },
        {
            "start": 932826652,
            "stop": 932827998
        },
        {
            "start": 932828000,
            "stop": 932828329
        },
        {
            "start": 932828348,
            "stop": 932828415
        },
        {
            "start": 932939605,
            "stop": 932940015
        },
        {
            "start": 932940375,
            "stop": 932940581
        },
        {
            "start": 932940614,
            "stop": 932943615
        },
        {
            "start": 932943975,
            "stop": 932947215
        },
        {
            "start": 932947575,
            "stop": 932948405
        },
        {
            "start": 932958826,
            "stop": 932958986
        },
        {
            "start": 932959004,
            "stop": 932959421
        },
        {
            "start": 932960499,
            "stop": 932960501
        },
        {
            "start": 932960502,
            "stop": 932960932
        }
    ]
}