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=4616
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=4617",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4615",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4616,
    "results": [
        {
            "start": 969278250,
            "stop": 969278365
        },
        {
            "start": 969278368,
            "stop": 969278413
        },
        {
            "start": 969278416,
            "stop": 969278437
        },
        {
            "start": 969278440,
            "stop": 969278627
        },
        {
            "start": 969278630,
            "stop": 969278927
        },
        {
            "start": 969283397,
            "stop": 969283402
        },
        {
            "start": 969283405,
            "stop": 969283418
        },
        {
            "start": 969283538,
            "stop": 969283635
        },
        {
            "start": 969283638,
            "stop": 969283658
        },
        {
            "start": 969283778,
            "stop": 969283781
        },
        {
            "start": 969283784,
            "stop": 969283808
        },
        {
            "start": 969283811,
            "stop": 969283853
        },
        {
            "start": 969283856,
            "stop": 969283913
        },
        {
            "start": 969283916,
            "stop": 969283921
        },
        {
            "start": 969283924,
            "stop": 969283941
        },
        {
            "start": 969283944,
            "stop": 969284012
        },
        {
            "start": 969284015,
            "stop": 969284064
        },
        {
            "start": 969284067,
            "stop": 969284165
        },
        {
            "start": 969284168,
            "stop": 969284217
        },
        {
            "start": 969284220,
            "stop": 969284335
        }
    ]
}