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=358
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=359",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=357",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 358,
    "results": [
        {
            "start": 1265074456,
            "stop": 1265074695
        },
        {
            "start": 1265074696,
            "stop": 1265075177
        },
        {
            "start": 1265075178,
            "stop": 1265078474
        },
        {
            "start": 1265078475,
            "stop": 1265078805
        },
        {
            "start": 1265078807,
            "stop": 1265079210
        },
        {
            "start": 1265079211,
            "stop": 1265079637
        },
        {
            "start": 1265079638,
            "stop": 1265079674
        },
        {
            "start": 1265079675,
            "stop": 1265079676
        },
        {
            "start": 1265079677,
            "stop": 1265079678
        },
        {
            "start": 1265079679,
            "stop": 1265079701
        },
        {
            "start": 1265079702,
            "stop": 1265080071
        },
        {
            "start": 1265080072,
            "stop": 1265081648
        },
        {
            "start": 1265081650,
            "stop": 1265082844
        },
        {
            "start": 1265082845,
            "stop": 1265086194
        },
        {
            "start": 1265086195,
            "stop": 1265086211
        },
        {
            "start": 1265086212,
            "stop": 1265086337
        },
        {
            "start": 1265086338,
            "stop": 1265086344
        },
        {
            "start": 1265086345,
            "stop": 1265086509
        },
        {
            "start": 1265086510,
            "stop": 1265088380
        },
        {
            "start": 1265088381,
            "stop": 1265088476
        }
    ]
}