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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=181",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 182,
    "results": [
        {
            "start": 819389926,
            "stop": 819389938
        },
        {
            "start": 819389943,
            "stop": 819391458
        },
        {
            "start": 819391471,
            "stop": 819391484
        },
        {
            "start": 819391492,
            "stop": 819391778
        },
        {
            "start": 819391783,
            "stop": 819396872
        },
        {
            "start": 819396877,
            "stop": 819397252
        },
        {
            "start": 819397257,
            "stop": 819401345
        },
        {
            "start": 819401350,
            "stop": 819404947
        },
        {
            "start": 819404952,
            "stop": 819405491
        },
        {
            "start": 819405496,
            "stop": 819410190
        },
        {
            "start": 819414649,
            "stop": 819448523
        },
        {
            "start": 819448539,
            "stop": 819448566
        },
        {
            "start": 819449929,
            "stop": 819460912
        },
        {
            "start": 819460918,
            "stop": 819472248
        },
        {
            "start": 819473177,
            "stop": 819476623
        },
        {
            "start": 819476831,
            "stop": 819480410
        },
        {
            "start": 819480415,
            "stop": 819480900
        },
        {
            "start": 819485836,
            "stop": 819489474
        },
        {
            "start": 819489479,
            "stop": 819489752
        },
        {
            "start": 819489768,
            "stop": 819489801
        }
    ]
}