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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=148",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 149,
    "results": [
        {
            "start": 818725071,
            "stop": 818725099
        },
        {
            "start": 818725107,
            "stop": 818725108
        },
        {
            "start": 818725140,
            "stop": 818725146
        },
        {
            "start": 818725154,
            "stop": 818725156
        },
        {
            "start": 818725164,
            "stop": 818725168
        },
        {
            "start": 818725192,
            "stop": 818725194
        },
        {
            "start": 818725224,
            "stop": 818725231
        },
        {
            "start": 818725263,
            "stop": 818725267
        },
        {
            "start": 818725299,
            "stop": 818725303
        },
        {
            "start": 818725322,
            "stop": 818725326
        },
        {
            "start": 818725341,
            "stop": 818725343
        },
        {
            "start": 818725365,
            "stop": 818725368
        },
        {
            "start": 818725403,
            "stop": 818725410
        },
        {
            "start": 818725520,
            "stop": 818725522
        },
        {
            "start": 818725666,
            "stop": 818725667
        },
        {
            "start": 818727130,
            "stop": 818727139
        },
        {
            "start": 818727154,
            "stop": 818727156
        },
        {
            "start": 818727314,
            "stop": 818727317
        },
        {
            "start": 818727337,
            "stop": 818727338
        },
        {
            "start": 818727359,
            "stop": 818727360
        }
    ]
}