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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=215",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 216,
    "results": [
        {
            "start": 1264389187,
            "stop": 1264389192
        },
        {
            "start": 1264389194,
            "stop": 1264389199
        },
        {
            "start": 1264389202,
            "stop": 1264389237
        },
        {
            "start": 1264389240,
            "stop": 1264389247
        },
        {
            "start": 1264389248,
            "stop": 1264389265
        },
        {
            "start": 1264389267,
            "stop": 1264389445
        },
        {
            "start": 1264389447,
            "stop": 1264389468
        },
        {
            "start": 1264389469,
            "stop": 1264389473
        },
        {
            "start": 1264389475,
            "stop": 1264389478
        },
        {
            "start": 1264389479,
            "stop": 1264389485
        },
        {
            "start": 1264389487,
            "stop": 1264389493
        },
        {
            "start": 1264389495,
            "stop": 1264389555
        },
        {
            "start": 1264389556,
            "stop": 1264389563
        },
        {
            "start": 1264389565,
            "stop": 1264389567
        },
        {
            "start": 1264389568,
            "stop": 1264389569
        },
        {
            "start": 1264389570,
            "stop": 1264389571
        },
        {
            "start": 1264389573,
            "stop": 1264389575
        },
        {
            "start": 1264389577,
            "stop": 1264389580
        },
        {
            "start": 1264389582,
            "stop": 1264389584
        },
        {
            "start": 1264389585,
            "stop": 1264389588
        }
    ]
}