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=4771
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=4772",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4770",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4771,
    "results": [
        {
            "start": 970408802,
            "stop": 970409072
        },
        {
            "start": 970409075,
            "stop": 970409120
        },
        {
            "start": 970409123,
            "stop": 970409143
        },
        {
            "start": 970409147,
            "stop": 970409151
        },
        {
            "start": 970409154,
            "stop": 970409155
        },
        {
            "start": 970409158,
            "stop": 970409184
        },
        {
            "start": 970409187,
            "stop": 970409250
        },
        {
            "start": 970409253,
            "stop": 970409564
        },
        {
            "start": 970409567,
            "stop": 970409576
        },
        {
            "start": 970409579,
            "stop": 970409582
        },
        {
            "start": 970409587,
            "stop": 970409603
        },
        {
            "start": 970409606,
            "stop": 970409735
        },
        {
            "start": 970409738,
            "stop": 970409753
        },
        {
            "start": 970409756,
            "stop": 970409872
        },
        {
            "start": 970409875,
            "stop": 970409982
        },
        {
            "start": 970409985,
            "stop": 970409986
        },
        {
            "start": 970409989,
            "stop": 970410037
        },
        {
            "start": 970410040,
            "stop": 970410073
        },
        {
            "start": 970410076,
            "stop": 970410140
        },
        {
            "start": 970410143,
            "stop": 970410361
        }
    ]
}