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=832
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=833",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=831",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 832,
    "results": [
        {
            "start": 960267874,
            "stop": 960267878
        },
        {
            "start": 960267884,
            "stop": 960267921
        },
        {
            "start": 960267927,
            "stop": 960268657
        },
        {
            "start": 960268663,
            "stop": 960272759
        },
        {
            "start": 960272765,
            "stop": 960276192
        },
        {
            "start": 960277270,
            "stop": 960278346
        },
        {
            "start": 960278512,
            "stop": 960281728
        },
        {
            "start": 960281734,
            "stop": 960284896
        },
        {
            "start": 960284902,
            "stop": 960285025
        },
        {
            "start": 960285031,
            "stop": 960290150
        },
        {
            "start": 960298815,
            "stop": 960310504
        },
        {
            "start": 960330275,
            "stop": 960332449
        },
        {
            "start": 960332672,
            "stop": 960335306
        },
        {
            "start": 960338745,
            "stop": 960342081
        },
        {
            "start": 960342087,
            "stop": 960346287
        },
        {
            "start": 960346293,
            "stop": 960348267
        },
        {
            "start": 960349683,
            "stop": 960352589
        },
        {
            "start": 960421280,
            "stop": 960421286
        },
        {
            "start": 960421495,
            "stop": 960424783
        },
        {
            "start": 960424802,
            "stop": 960428028
        }
    ]
}