Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=87",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 88,
    "results": [
        {
            "start": 931317504,
            "stop": 931317505
        },
        {
            "start": 931317515,
            "stop": 931317516
        },
        {
            "start": 931317525,
            "stop": 931317530
        },
        {
            "start": 931317532,
            "stop": 931317535
        },
        {
            "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
        }
    ]
}