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_CAT4/segments?format=api&page=88
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=87",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 88,
    "results": [
        {
            "start": 931317537,
            "stop": 931317541
        },
        {
            "start": 931317543,
            "stop": 931317546
        },
        {
            "start": 931317550,
            "stop": 931317553
        },
        {
            "start": 931317556,
            "stop": 931317560
        },
        {
            "start": 931317562,
            "stop": 931317563
        },
        {
            "start": 931317565,
            "stop": 931317569
        },
        {
            "start": 931317571,
            "stop": 931317572
        },
        {
            "start": 931317577,
            "stop": 931317591
        },
        {
            "start": 931317593,
            "stop": 931317594
        },
        {
            "start": 931317597,
            "stop": 931317598
        },
        {
            "start": 931317600,
            "stop": 931317607
        },
        {
            "start": 931317614,
            "stop": 931317618
        },
        {
            "start": 931317619,
            "stop": 931317622
        },
        {
            "start": 931317624,
            "stop": 931317630
        },
        {
            "start": 931317632,
            "stop": 931317644
        },
        {
            "start": 931317649,
            "stop": 931317652
        },
        {
            "start": 931317655,
            "stop": 931317658
        },
        {
            "start": 931317662,
            "stop": 931317676
        },
        {
            "start": 931317679,
            "stop": 931317683
        },
        {
            "start": 931317687,
            "stop": 931317688
        }
    ]
}