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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=207",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 208,
    "results": [
        {
            "start": 817698259,
            "stop": 817698384
        },
        {
            "start": 817698403,
            "stop": 817698455
        },
        {
            "start": 817700022,
            "stop": 817700039
        },
        {
            "start": 817700058,
            "stop": 817700069
        },
        {
            "start": 817704087,
            "stop": 817704214
        },
        {
            "start": 817704236,
            "stop": 817704565
        },
        {
            "start": 817704584,
            "stop": 817704591
        },
        {
            "start": 817704612,
            "stop": 817704702
        },
        {
            "start": 817704733,
            "stop": 817704745
        },
        {
            "start": 817704769,
            "stop": 817704881
        },
        {
            "start": 817704901,
            "stop": 817704929
        },
        {
            "start": 817704952,
            "stop": 817705012
        },
        {
            "start": 817705045,
            "stop": 817705076
        },
        {
            "start": 817705120,
            "stop": 817705132
        },
        {
            "start": 817705175,
            "stop": 817705221
        },
        {
            "start": 817705241,
            "stop": 817705247
        },
        {
            "start": 817705267,
            "stop": 817705284
        },
        {
            "start": 817705330,
            "stop": 817705450
        },
        {
            "start": 817705482,
            "stop": 817705487
        },
        {
            "start": 817705533,
            "stop": 817705580
        }
    ]
}