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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4191",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4192,
    "results": [
        {
            "start": 874409632,
            "stop": 874409666
        },
        {
            "start": 874409685,
            "stop": 874409759
        },
        {
            "start": 874409778,
            "stop": 874409798
        },
        {
            "start": 874409817,
            "stop": 874410879
        },
        {
            "start": 874410898,
            "stop": 874411026
        },
        {
            "start": 874411045,
            "stop": 874411108
        },
        {
            "start": 874411127,
            "stop": 874411441
        },
        {
            "start": 874411460,
            "stop": 874411828
        },
        {
            "start": 874411847,
            "stop": 874411875
        },
        {
            "start": 874411894,
            "stop": 874412032
        },
        {
            "start": 874412051,
            "stop": 874412146
        },
        {
            "start": 874412165,
            "stop": 874412304
        },
        {
            "start": 874412323,
            "stop": 874412382
        },
        {
            "start": 874412401,
            "stop": 874412428
        },
        {
            "start": 874412447,
            "stop": 874412622
        },
        {
            "start": 874412642,
            "stop": 874412837
        },
        {
            "start": 874412856,
            "stop": 874413098
        },
        {
            "start": 874413117,
            "stop": 874413180
        },
        {
            "start": 874413200,
            "stop": 874413230
        },
        {
            "start": 874413249,
            "stop": 874413284
        }
    ]
}