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=715
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=716",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=714",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 715,
    "results": [
        {
            "start": 952501161,
            "stop": 952502565
        },
        {
            "start": 952502571,
            "stop": 952503640
        },
        {
            "start": 952503646,
            "stop": 952504225
        },
        {
            "start": 952504231,
            "stop": 952507427
        },
        {
            "start": 952507433,
            "stop": 952507618
        },
        {
            "start": 952507624,
            "stop": 952509802
        },
        {
            "start": 952509808,
            "stop": 952519452
        },
        {
            "start": 952519458,
            "stop": 952521950
        },
        {
            "start": 952521956,
            "stop": 952522070
        },
        {
            "start": 952522076,
            "stop": 952526174
        },
        {
            "start": 952545961,
            "stop": 952546766
        },
        {
            "start": 952546772,
            "stop": 952550196
        },
        {
            "start": 952550202,
            "stop": 952552559
        },
        {
            "start": 952552565,
            "stop": 952553104
        },
        {
            "start": 952553110,
            "stop": 952553694
        },
        {
            "start": 952554211,
            "stop": 952554824
        },
        {
            "start": 952554830,
            "stop": 952555094
        },
        {
            "start": 952555100,
            "stop": 952556635
        },
        {
            "start": 952556641,
            "stop": 952557479
        },
        {
            "start": 952557485,
            "stop": 952557499
        }
    ]
}