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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2061",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2062,
    "results": [
        {
            "start": 870683172,
            "stop": 870683237
        },
        {
            "start": 870684588,
            "stop": 870698578
        },
        {
            "start": 870698595,
            "stop": 870703426
        },
        {
            "start": 870708486,
            "stop": 870708490
        },
        {
            "start": 870708636,
            "stop": 870708675
        },
        {
            "start": 870708692,
            "stop": 870708701
        },
        {
            "start": 870708718,
            "stop": 870710179
        },
        {
            "start": 870710199,
            "stop": 870710260
        },
        {
            "start": 870710281,
            "stop": 870710322
        },
        {
            "start": 870710381,
            "stop": 870710389
        },
        {
            "start": 870715269,
            "stop": 870716840
        },
        {
            "start": 870720231,
            "stop": 870720236
        },
        {
            "start": 870720266,
            "stop": 870720294
        },
        {
            "start": 870720314,
            "stop": 870720320
        },
        {
            "start": 870720339,
            "stop": 870720342
        },
        {
            "start": 870720359,
            "stop": 870720734
        },
        {
            "start": 870720751,
            "stop": 870721607
        },
        {
            "start": 870723773,
            "stop": 870726271
        },
        {
            "start": 870726692,
            "stop": 870726990
        },
        {
            "start": 870727007,
            "stop": 870727059
        }
    ]
}