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=817
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=818",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=816",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 817,
    "results": [
        {
            "start": 958683965,
            "stop": 958684358
        },
        {
            "start": 958704575,
            "stop": 958707333
        },
        {
            "start": 958707339,
            "stop": 958716487
        },
        {
            "start": 958717344,
            "stop": 958718795
        },
        {
            "start": 958718801,
            "stop": 958719626
        },
        {
            "start": 958719632,
            "stop": 958732564
        },
        {
            "start": 958733079,
            "stop": 958736888
        },
        {
            "start": 958740971,
            "stop": 958741529
        },
        {
            "start": 958741535,
            "stop": 958748401
        },
        {
            "start": 958757539,
            "stop": 958765801
        },
        {
            "start": 958814353,
            "stop": 958817059
        },
        {
            "start": 958817065,
            "stop": 958820045
        },
        {
            "start": 958930330,
            "stop": 958940726
        },
        {
            "start": 958969536,
            "stop": 958971186
        },
        {
            "start": 958973256,
            "stop": 958973826
        },
        {
            "start": 958973832,
            "stop": 958973888
        },
        {
            "start": 958973893,
            "stop": 958976744
        },
        {
            "start": 958983542,
            "stop": 958983631
        },
        {
            "start": 958984466,
            "stop": 958984731
        },
        {
            "start": 958985404,
            "stop": 958998086
        }
    ]
}