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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=248",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 249,
    "results": [
        {
            "start": 1264407287,
            "stop": 1264407292
        },
        {
            "start": 1264407294,
            "stop": 1264407450
        },
        {
            "start": 1264407452,
            "stop": 1264407501
        },
        {
            "start": 1264407504,
            "stop": 1264407531
        },
        {
            "start": 1264407532,
            "stop": 1264407615
        },
        {
            "start": 1264407616,
            "stop": 1264407617
        },
        {
            "start": 1264407618,
            "stop": 1264407624
        },
        {
            "start": 1264407625,
            "stop": 1264407630
        },
        {
            "start": 1264407631,
            "stop": 1264407633
        },
        {
            "start": 1264407634,
            "stop": 1264407639
        },
        {
            "start": 1264407642,
            "stop": 1264407649
        },
        {
            "start": 1264407650,
            "stop": 1264407665
        },
        {
            "start": 1264407668,
            "stop": 1264407680
        },
        {
            "start": 1264407682,
            "stop": 1264407785
        },
        {
            "start": 1264407787,
            "stop": 1264407800
        },
        {
            "start": 1264407803,
            "stop": 1264407885
        },
        {
            "start": 1264407886,
            "stop": 1264407887
        },
        {
            "start": 1264407888,
            "stop": 1264407979
        },
        {
            "start": 1264407981,
            "stop": 1264407993
        },
        {
            "start": 1264407996,
            "stop": 1264408042
        }
    ]
}