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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2077",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2078,
    "results": [
        {
            "start": 870930367,
            "stop": 870931260
        },
        {
            "start": 870931334,
            "stop": 870931369
        },
        {
            "start": 870931387,
            "stop": 870932848
        },
        {
            "start": 870932888,
            "stop": 870933233
        },
        {
            "start": 870933300,
            "stop": 870933367
        },
        {
            "start": 870933386,
            "stop": 870933471
        },
        {
            "start": 870933552,
            "stop": 870933559
        },
        {
            "start": 870933581,
            "stop": 870933600
        },
        {
            "start": 870933660,
            "stop": 870933688
        },
        {
            "start": 870933723,
            "stop": 870933736
        },
        {
            "start": 870933755,
            "stop": 870934018
        },
        {
            "start": 870934037,
            "stop": 870936255
        },
        {
            "start": 870936274,
            "stop": 870936626
        },
        {
            "start": 870936645,
            "stop": 870937048
        },
        {
            "start": 870937067,
            "stop": 870937078
        },
        {
            "start": 870937097,
            "stop": 870937124
        },
        {
            "start": 870937143,
            "stop": 870937251
        },
        {
            "start": 870937270,
            "stop": 870937526
        },
        {
            "start": 870937545,
            "stop": 870937555
        },
        {
            "start": 870937572,
            "stop": 870937576
        }
    ]
}