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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=196",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 197,
    "results": [
        {
            "start": 817657995,
            "stop": 817657997
        },
        {
            "start": 817658145,
            "stop": 817658167
        },
        {
            "start": 817658215,
            "stop": 817658216
        },
        {
            "start": 817658520,
            "stop": 817658541
        },
        {
            "start": 817658809,
            "stop": 817658812
        },
        {
            "start": 817658912,
            "stop": 817658934
        },
        {
            "start": 817659633,
            "stop": 817659649
        },
        {
            "start": 817659693,
            "stop": 817659702
        },
        {
            "start": 817659902,
            "stop": 817659934
        },
        {
            "start": 817660029,
            "stop": 817660032
        },
        {
            "start": 817660355,
            "stop": 817660359
        },
        {
            "start": 817660560,
            "stop": 817660562
        },
        {
            "start": 817692041,
            "stop": 817692052
        },
        {
            "start": 817692073,
            "stop": 817692086
        },
        {
            "start": 817692110,
            "stop": 817692126
        },
        {
            "start": 817692156,
            "stop": 817692173
        },
        {
            "start": 817692192,
            "stop": 817692201
        },
        {
            "start": 817692239,
            "stop": 817692268
        },
        {
            "start": 817692292,
            "stop": 817692314
        },
        {
            "start": 817692337,
            "stop": 817692367
        }
    ]
}