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=792
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=793",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=791",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 792,
    "results": [
        {
            "start": 957600991,
            "stop": 957601361
        },
        {
            "start": 957601367,
            "stop": 957601418
        },
        {
            "start": 957601427,
            "stop": 957601622
        },
        {
            "start": 957601627,
            "stop": 957602200
        },
        {
            "start": 957602206,
            "stop": 957602262
        },
        {
            "start": 957602267,
            "stop": 957602306
        },
        {
            "start": 957602312,
            "stop": 957602527
        },
        {
            "start": 957602533,
            "stop": 957603159
        },
        {
            "start": 957603165,
            "stop": 957604042
        },
        {
            "start": 957604048,
            "stop": 957604061
        },
        {
            "start": 957604067,
            "stop": 957604595
        },
        {
            "start": 957604603,
            "stop": 957605020
        },
        {
            "start": 957605026,
            "stop": 957605618
        },
        {
            "start": 957605624,
            "stop": 957606339
        },
        {
            "start": 957606345,
            "stop": 957606594
        },
        {
            "start": 957606600,
            "stop": 957607214
        },
        {
            "start": 957607220,
            "stop": 957607340
        },
        {
            "start": 957607345,
            "stop": 957607580
        },
        {
            "start": 957607586,
            "stop": 957608184
        },
        {
            "start": 957608190,
            "stop": 957608490
        }
    ]
}