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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=135",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 136,
    "results": [
        {
            "start": 931769721,
            "stop": 931769733
        },
        {
            "start": 931769761,
            "stop": 931769763
        },
        {
            "start": 931769770,
            "stop": 931769787
        },
        {
            "start": 931769794,
            "stop": 931769800
        },
        {
            "start": 931769808,
            "stop": 931769810
        },
        {
            "start": 931769821,
            "stop": 931769822
        },
        {
            "start": 931769871,
            "stop": 931769874
        },
        {
            "start": 931769906,
            "stop": 931769907
        },
        {
            "start": 931769956,
            "stop": 931769957
        },
        {
            "start": 931769978,
            "stop": 931769979
        },
        {
            "start": 931769988,
            "stop": 931769989
        },
        {
            "start": 931770002,
            "stop": 931770004
        },
        {
            "start": 931770017,
            "stop": 931770022
        },
        {
            "start": 931770054,
            "stop": 931770057
        },
        {
            "start": 931770080,
            "stop": 931770082
        },
        {
            "start": 931770126,
            "stop": 931770130
        },
        {
            "start": 931770159,
            "stop": 931770160
        },
        {
            "start": 931770183,
            "stop": 931770190
        },
        {
            "start": 931770199,
            "stop": 931770201
        },
        {
            "start": 931770208,
            "stop": 931770214
        }
    ]
}