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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=135",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 136,
    "results": [
        {
            "start": 1264316543,
            "stop": 1264316544
        },
        {
            "start": 1264316546,
            "stop": 1264317148
        },
        {
            "start": 1264317154,
            "stop": 1264317155
        },
        {
            "start": 1264317161,
            "stop": 1264317164
        },
        {
            "start": 1264317167,
            "stop": 1264317174
        },
        {
            "start": 1264317175,
            "stop": 1264317179
        },
        {
            "start": 1264317180,
            "stop": 1264317181
        },
        {
            "start": 1264317182,
            "stop": 1264317187
        },
        {
            "start": 1264317189,
            "stop": 1264317190
        },
        {
            "start": 1264317192,
            "stop": 1264317195
        },
        {
            "start": 1264317197,
            "stop": 1264317199
        },
        {
            "start": 1264317202,
            "stop": 1264317215
        },
        {
            "start": 1264317217,
            "stop": 1264317218
        },
        {
            "start": 1264317219,
            "stop": 1264317231
        },
        {
            "start": 1264317232,
            "stop": 1264317233
        },
        {
            "start": 1264317235,
            "stop": 1264317237
        },
        {
            "start": 1264317238,
            "stop": 1264317245
        },
        {
            "start": 1264317247,
            "stop": 1264317248
        },
        {
            "start": 1264317251,
            "stop": 1264317259
        },
        {
            "start": 1264317260,
            "stop": 1264317262
        }
    ]
}