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=2289
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=2290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2288",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2289,
    "results": [
        {
            "start": 873864495,
            "stop": 873864549
        },
        {
            "start": 873864569,
            "stop": 873864707
        },
        {
            "start": 873864726,
            "stop": 873864772
        },
        {
            "start": 873864791,
            "stop": 873864876
        },
        {
            "start": 873864895,
            "stop": 873865030
        },
        {
            "start": 873865150,
            "stop": 873865184
        },
        {
            "start": 873865203,
            "stop": 873865212
        },
        {
            "start": 873865257,
            "stop": 873865258
        },
        {
            "start": 873865288,
            "stop": 873865292
        },
        {
            "start": 873865330,
            "stop": 873865349
        },
        {
            "start": 873865384,
            "stop": 873865389
        },
        {
            "start": 873865437,
            "stop": 873865438
        },
        {
            "start": 873865599,
            "stop": 873865648
        },
        {
            "start": 873865667,
            "stop": 873865690
        },
        {
            "start": 873865709,
            "stop": 873865977
        },
        {
            "start": 873866028,
            "stop": 873866151
        },
        {
            "start": 873866185,
            "stop": 873866216
        },
        {
            "start": 873866239,
            "stop": 873866277
        },
        {
            "start": 873866341,
            "stop": 873866350
        },
        {
            "start": 873866383,
            "stop": 873866499
        }
    ]
}