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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5172",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5173,
    "results": [
        {
            "start": 969713134,
            "stop": 969713187
        },
        {
            "start": 969713190,
            "stop": 969713266
        },
        {
            "start": 969713269,
            "stop": 969713290
        },
        {
            "start": 969713293,
            "stop": 969713342
        },
        {
            "start": 969713346,
            "stop": 969713435
        },
        {
            "start": 969713443,
            "stop": 969713568
        },
        {
            "start": 969713571,
            "stop": 969713614
        },
        {
            "start": 969713617,
            "stop": 969713678
        },
        {
            "start": 969713978,
            "stop": 969714038
        },
        {
            "start": 969728738,
            "stop": 969728798
        },
        {
            "start": 969728858,
            "stop": 969728918
        },
        {
            "start": 969728978,
            "stop": 969729038
        },
        {
            "start": 969729638,
            "stop": 969729656
        },
        {
            "start": 969729659,
            "stop": 969729698
        },
        {
            "start": 969729818,
            "stop": 969729821
        },
        {
            "start": 969732458,
            "stop": 969732578
        },
        {
            "start": 969733718,
            "stop": 969733778
        },
        {
            "start": 969733838,
            "stop": 969733898
        },
        {
            "start": 969734078,
            "stop": 969734083
        },
        {
            "start": 969734086,
            "stop": 969734138
        }
    ]
}