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_CBCLOW_CAT4/segments?format=api&page=5315
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=5316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5314",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5315,
    "results": [
        {
            "start": 970890081,
            "stop": 970890856
        },
        {
            "start": 970890859,
            "stop": 970891020
        },
        {
            "start": 970891023,
            "stop": 970891163
        },
        {
            "start": 970891166,
            "stop": 970891769
        },
        {
            "start": 970891772,
            "stop": 970891903
        },
        {
            "start": 970891906,
            "stop": 970892008
        },
        {
            "start": 970892011,
            "stop": 970892192
        },
        {
            "start": 970892195,
            "stop": 970892454
        },
        {
            "start": 970892457,
            "stop": 970893116
        },
        {
            "start": 970893119,
            "stop": 970893442
        },
        {
            "start": 970893445,
            "stop": 970894123
        },
        {
            "start": 970894126,
            "stop": 970894360
        },
        {
            "start": 970894363,
            "stop": 970894886
        },
        {
            "start": 970894889,
            "stop": 970894910
        },
        {
            "start": 970894913,
            "stop": 970895357
        },
        {
            "start": 970895375,
            "stop": 970895892
        },
        {
            "start": 970895895,
            "stop": 970895926
        },
        {
            "start": 970895929,
            "stop": 970895969
        },
        {
            "start": 970895972,
            "stop": 970896193
        },
        {
            "start": 970896196,
            "stop": 970896354
        }
    ]
}