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=4681
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=4682",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4680",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4681,
    "results": [
        {
            "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
        },
        {
            "start": 969865076,
            "stop": 969865161
        },
        {
            "start": 969865164,
            "stop": 969865537
        },
        {
            "start": 969865540,
            "stop": 969865565
        },
        {
            "start": 969865568,
            "stop": 969865694
        },
        {
            "start": 969865698,
            "stop": 969866397
        },
        {
            "start": 969866400,
            "stop": 969867032
        }
    ]
}