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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=117",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 118,
    "results": [
        {
            "start": 931676766,
            "stop": 931676776
        },
        {
            "start": 931676787,
            "stop": 931676789
        },
        {
            "start": 931676796,
            "stop": 931676807
        },
        {
            "start": 931676843,
            "stop": 931676848
        },
        {
            "start": 931676868,
            "stop": 931676869
        },
        {
            "start": 931676876,
            "stop": 931676899
        },
        {
            "start": 931676913,
            "stop": 931676914
        },
        {
            "start": 931676921,
            "stop": 931676940
        },
        {
            "start": 931676953,
            "stop": 931676959
        },
        {
            "start": 931676966,
            "stop": 931676975
        },
        {
            "start": 931676982,
            "stop": 931676985
        },
        {
            "start": 931676992,
            "stop": 931677001
        },
        {
            "start": 931677022,
            "stop": 931677023
        },
        {
            "start": 931677030,
            "stop": 931677037
        },
        {
            "start": 931677049,
            "stop": 931677057
        },
        {
            "start": 931677071,
            "stop": 931677073
        },
        {
            "start": 931677080,
            "stop": 931677082
        },
        {
            "start": 931677104,
            "stop": 931677106
        },
        {
            "start": 931677146,
            "stop": 931677149
        },
        {
            "start": 931677179,
            "stop": 931677180
        }
    ]
}