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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=402",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 403,
    "results": [
        {
            "start": 1267534923,
            "stop": 1267534928
        },
        {
            "start": 1267534932,
            "stop": 1267535076
        },
        {
            "start": 1267535078,
            "stop": 1267538954
        },
        {
            "start": 1267538956,
            "stop": 1267538979
        },
        {
            "start": 1267538980,
            "stop": 1267539928
        },
        {
            "start": 1267539929,
            "stop": 1267539939
        },
        {
            "start": 1267539940,
            "stop": 1267539941
        },
        {
            "start": 1267539942,
            "stop": 1267539951
        },
        {
            "start": 1267539954,
            "stop": 1267539990
        },
        {
            "start": 1267539993,
            "stop": 1267540765
        },
        {
            "start": 1267540766,
            "stop": 1267541130
        },
        {
            "start": 1267541131,
            "stop": 1267541152
        },
        {
            "start": 1267541154,
            "stop": 1267541181
        },
        {
            "start": 1267541183,
            "stop": 1267541248
        },
        {
            "start": 1267541251,
            "stop": 1267541276
        },
        {
            "start": 1267541277,
            "stop": 1267541292
        },
        {
            "start": 1267541293,
            "stop": 1267541294
        },
        {
            "start": 1267541295,
            "stop": 1267541298
        },
        {
            "start": 1267541301,
            "stop": 1267541303
        },
        {
            "start": 1267541307,
            "stop": 1267541875
        }
    ]
}