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=839
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=840",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=838",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 839,
    "results": [
        {
            "start": 961894847,
            "stop": 961899583
        },
        {
            "start": 961901626,
            "stop": 961901716
        },
        {
            "start": 961904103,
            "stop": 961908760
        },
        {
            "start": 961910673,
            "stop": 961912689
        },
        {
            "start": 961912695,
            "stop": 961917983
        },
        {
            "start": 961929810,
            "stop": 961935823
        },
        {
            "start": 961936789,
            "stop": 961937008
        },
        {
            "start": 961937061,
            "stop": 961937440
        },
        {
            "start": 961937504,
            "stop": 961938761
        },
        {
            "start": 961947076,
            "stop": 961947474
        },
        {
            "start": 961948725,
            "stop": 961949661
        },
        {
            "start": 961954162,
            "stop": 961956761
        },
        {
            "start": 961958086,
            "stop": 962075453
        },
        {
            "start": 962075595,
            "stop": 962076506
        },
        {
            "start": 962079033,
            "stop": 962079302
        },
        {
            "start": 962080540,
            "stop": 962089272
        },
        {
            "start": 962093623,
            "stop": 962116363
        },
        {
            "start": 962118352,
            "stop": 962118430
        },
        {
            "start": 962118436,
            "stop": 962118437
        },
        {
            "start": 962118446,
            "stop": 962118455
        }
    ]
}