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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT1/segments?format=api&page=5",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 6,
    "results": [
        {
            "start": 1371836862,
            "stop": 1371848245
        },
        {
            "start": 1371849659,
            "stop": 1371908858
        },
        {
            "start": 1371932734,
            "stop": 1371932748
        },
        {
            "start": 1371932770,
            "stop": 1371932798
        },
        {
            "start": 1371932883,
            "stop": 1371951876
        },
        {
            "start": 1371961796,
            "stop": 1372008345
        },
        {
            "start": 1372010193,
            "stop": 1372010313
        },
        {
            "start": 1372011035,
            "stop": 1372014091
        },
        {
            "start": 1372028232,
            "stop": 1372038980
        },
        {
            "start": 1372041937,
            "stop": 1372043115
        },
        {
            "start": 1372045393,
            "stop": 1372101701
        },
        {
            "start": 1372102070,
            "stop": 1372110317
        },
        {
            "start": 1372112489,
            "stop": 1372171920
        },
        {
            "start": 1372177835,
            "stop": 1372197885
        },
        {
            "start": 1372197919,
            "stop": 1372237265
        },
        {
            "start": 1372240517,
            "stop": 1372249329
        },
        {
            "start": 1372252640,
            "stop": 1372304314
        },
        {
            "start": 1372313335,
            "stop": 1372329721
        },
        {
            "start": 1372340418,
            "stop": 1372421999
        },
        {
            "start": 1372425326,
            "stop": 1372438563
        }
    ]
}