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=5187
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=5188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5186",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5187,
    "results": [
        {
            "start": 969859062,
            "stop": 969859068
        },
        {
            "start": 969859071,
            "stop": 969859629
        },
        {
            "start": 969859647,
            "stop": 969860033
        },
        {
            "start": 969860036,
            "stop": 969860219
        },
        {
            "start": 969860222,
            "stop": 969860751
        },
        {
            "start": 969860754,
            "stop": 969860853
        },
        {
            "start": 969860856,
            "stop": 969860971
        },
        {
            "start": 969860974,
            "stop": 969861169
        },
        {
            "start": 969861172,
            "stop": 969861447
        },
        {
            "start": 969861450,
            "stop": 969861490
        },
        {
            "start": 969861493,
            "stop": 969861723
        },
        {
            "start": 969861726,
            "stop": 969861747
        },
        {
            "start": 969861750,
            "stop": 969862009
        },
        {
            "start": 969862012,
            "stop": 969862781
        },
        {
            "start": 969862784,
            "stop": 969862996
        },
        {
            "start": 969862999,
            "stop": 969863003
        },
        {
            "start": 969863006,
            "stop": 969863618
        },
        {
            "start": 969863621,
            "stop": 969864772
        },
        {
            "start": 969864775,
            "stop": 969864901
        },
        {
            "start": 969864904,
            "stop": 969865073
        }
    ]
}