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_CAT2/segments?format=api&page=697
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=698",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=696",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 697,
    "results": [
        {
            "start": 951089912,
            "stop": 951090110
        },
        {
            "start": 951112065,
            "stop": 951117102
        },
        {
            "start": 951118238,
            "stop": 951120556
        },
        {
            "start": 951120562,
            "stop": 951123385
        },
        {
            "start": 951125768,
            "stop": 951129813
        },
        {
            "start": 951129819,
            "stop": 951130223
        },
        {
            "start": 951130229,
            "stop": 951132561
        },
        {
            "start": 951132566,
            "stop": 951132871
        },
        {
            "start": 951132877,
            "stop": 951136366
        },
        {
            "start": 951136372,
            "stop": 951136380
        },
        {
            "start": 951136386,
            "stop": 951136404
        },
        {
            "start": 951141220,
            "stop": 951142516
        },
        {
            "start": 951142522,
            "stop": 951142533
        },
        {
            "start": 951144744,
            "stop": 951150121
        },
        {
            "start": 951150127,
            "stop": 951151643
        },
        {
            "start": 951151925,
            "stop": 951152998
        },
        {
            "start": 951153004,
            "stop": 951157133
        },
        {
            "start": 951157139,
            "stop": 951166559
        },
        {
            "start": 951169053,
            "stop": 951169145
        },
        {
            "start": 951169151,
            "stop": 951170146
        }
    ]
}