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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=62",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 63,
    "results": [
        {
            "start": 932073530,
            "stop": 932073532
        },
        {
            "start": 932073537,
            "stop": 932073538
        },
        {
            "start": 932073540,
            "stop": 932073545
        },
        {
            "start": 932073546,
            "stop": 932073555
        },
        {
            "start": 932073558,
            "stop": 932073559
        },
        {
            "start": 932073560,
            "stop": 932073567
        },
        {
            "start": 932073572,
            "stop": 932073573
        },
        {
            "start": 932073575,
            "stop": 932073577
        },
        {
            "start": 932073579,
            "stop": 932073580
        },
        {
            "start": 932073582,
            "stop": 932073591
        },
        {
            "start": 932073596,
            "stop": 932073602
        },
        {
            "start": 932073607,
            "stop": 932073610
        },
        {
            "start": 932073612,
            "stop": 932073615
        },
        {
            "start": 932073616,
            "stop": 932073619
        },
        {
            "start": 932073624,
            "stop": 932073627
        },
        {
            "start": 932073630,
            "stop": 932073632
        },
        {
            "start": 932073636,
            "stop": 932073637
        },
        {
            "start": 932073639,
            "stop": 932073648
        },
        {
            "start": 932073653,
            "stop": 932073654
        },
        {
            "start": 932073656,
            "stop": 932073660
        }
    ]
}