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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=51",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 52,
    "results": [
        {
            "start": 931510690,
            "stop": 931510706
        },
        {
            "start": 931510716,
            "stop": 931510745
        },
        {
            "start": 931510758,
            "stop": 931510809
        },
        {
            "start": 931510816,
            "stop": 931510821
        },
        {
            "start": 931510828,
            "stop": 931510847
        },
        {
            "start": 931510863,
            "stop": 931510869
        },
        {
            "start": 931510881,
            "stop": 931510910
        },
        {
            "start": 931510917,
            "stop": 931510930
        },
        {
            "start": 931510937,
            "stop": 931510957
        },
        {
            "start": 931510964,
            "stop": 931510976
        },
        {
            "start": 931510989,
            "stop": 931510991
        },
        {
            "start": 931510998,
            "stop": 931511037
        },
        {
            "start": 931511057,
            "stop": 931511067
        },
        {
            "start": 931511074,
            "stop": 931511109
        },
        {
            "start": 931511127,
            "stop": 931511137
        },
        {
            "start": 931511144,
            "stop": 931511169
        },
        {
            "start": 931511179,
            "stop": 931511192
        },
        {
            "start": 931511203,
            "stop": 931511210
        },
        {
            "start": 931511217,
            "stop": 931511223
        },
        {
            "start": 931511234,
            "stop": 931511247
        }
    ]
}