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=797
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=798",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=796",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 797,
    "results": [
        {
            "start": 957689537,
            "stop": 957689717
        },
        {
            "start": 957689723,
            "stop": 957689963
        },
        {
            "start": 957689969,
            "stop": 957690486
        },
        {
            "start": 957690492,
            "stop": 957690914
        },
        {
            "start": 957690920,
            "stop": 957691095
        },
        {
            "start": 957691101,
            "stop": 957691247
        },
        {
            "start": 957691253,
            "stop": 957691464
        },
        {
            "start": 957691470,
            "stop": 957691653
        },
        {
            "start": 957691659,
            "stop": 957691762
        },
        {
            "start": 957691768,
            "stop": 957691894
        },
        {
            "start": 957691900,
            "stop": 957692053
        },
        {
            "start": 957692059,
            "stop": 957692752
        },
        {
            "start": 957692758,
            "stop": 957692781
        },
        {
            "start": 957692787,
            "stop": 957692870
        },
        {
            "start": 957692876,
            "stop": 957693367
        },
        {
            "start": 957693373,
            "stop": 957693784
        },
        {
            "start": 957693790,
            "stop": 957694120
        },
        {
            "start": 957694126,
            "stop": 957694793
        },
        {
            "start": 957694799,
            "stop": 957694912
        },
        {
            "start": 957694918,
            "stop": 957695124
        }
    ]
}