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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=319",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 320,
    "results": [
        {
            "start": 818754443,
            "stop": 818754460
        },
        {
            "start": 818754480,
            "stop": 818754493
        },
        {
            "start": 818754513,
            "stop": 818754519
        },
        {
            "start": 818754600,
            "stop": 818754674
        },
        {
            "start": 818754714,
            "stop": 818754747
        },
        {
            "start": 818754750,
            "stop": 818754764
        },
        {
            "start": 818754847,
            "stop": 818754860
        },
        {
            "start": 818754897,
            "stop": 818754951
        },
        {
            "start": 818754971,
            "stop": 818755043
        },
        {
            "start": 818755129,
            "stop": 818755140
        },
        {
            "start": 818755238,
            "stop": 818755241
        },
        {
            "start": 818755260,
            "stop": 818755319
        },
        {
            "start": 818755411,
            "stop": 818755437
        },
        {
            "start": 818755489,
            "stop": 818755500
        },
        {
            "start": 818755743,
            "stop": 818755753
        },
        {
            "start": 818757195,
            "stop": 818757208
        },
        {
            "start": 818757228,
            "stop": 818757235
        },
        {
            "start": 818757318,
            "stop": 818757331
        },
        {
            "start": 818757357,
            "stop": 818757376
        },
        {
            "start": 818757445,
            "stop": 818757511
        }
    ]
}