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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=106",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 107,
    "results": [
        {
            "start": 931671900,
            "stop": 931671904
        },
        {
            "start": 931671915,
            "stop": 931671928
        },
        {
            "start": 931671936,
            "stop": 931671944
        },
        {
            "start": 931671951,
            "stop": 931671967
        },
        {
            "start": 931671978,
            "stop": 931671984
        },
        {
            "start": 931671997,
            "stop": 931671998
        },
        {
            "start": 931672024,
            "stop": 931672038
        },
        {
            "start": 931672049,
            "stop": 931672051
        },
        {
            "start": 931672059,
            "stop": 931672071
        },
        {
            "start": 931672087,
            "stop": 931672092
        },
        {
            "start": 931672102,
            "stop": 931672104
        },
        {
            "start": 931672111,
            "stop": 931672115
        },
        {
            "start": 931672153,
            "stop": 931672159
        },
        {
            "start": 931672184,
            "stop": 931672185
        },
        {
            "start": 931672229,
            "stop": 931672240
        },
        {
            "start": 931672253,
            "stop": 931672262
        },
        {
            "start": 931672269,
            "stop": 931672273
        },
        {
            "start": 931672285,
            "stop": 931672300
        },
        {
            "start": 931672310,
            "stop": 931672321
        },
        {
            "start": 931672329,
            "stop": 931672344
        }
    ]
}