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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4668",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4666",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4667,
    "results": [
        {
            "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
        },
        {
            "start": 969734558,
            "stop": 969734578
        },
        {
            "start": 969734581,
            "stop": 969734798
        },
        {
            "start": 969734978,
            "stop": 969735038
        },
        {
            "start": 969735338,
            "stop": 969735458
        },
        {
            "start": 969735461,
            "stop": 969735518
        },
        {
            "start": 969735578,
            "stop": 969735812
        }
    ]
}