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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=177",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 178,
    "results": [
        {
            "start": 932975172,
            "stop": 932975181
        },
        {
            "start": 932975270,
            "stop": 932975274
        },
        {
            "start": 932975318,
            "stop": 932975320
        },
        {
            "start": 932975367,
            "stop": 932975369
        },
        {
            "start": 932975391,
            "stop": 932975392
        },
        {
            "start": 932975416,
            "stop": 932975423
        },
        {
            "start": 932975503,
            "stop": 932975506
        },
        {
            "start": 932975749,
            "stop": 932975754
        },
        {
            "start": 932975787,
            "stop": 932975794
        },
        {
            "start": 932975820,
            "stop": 932975842
        },
        {
            "start": 932975944,
            "stop": 932975952
        },
        {
            "start": 932975981,
            "stop": 932975984
        },
        {
            "start": 932976044,
            "stop": 932976060
        },
        {
            "start": 932976079,
            "stop": 932976099
        },
        {
            "start": 932976180,
            "stop": 932976197
        },
        {
            "start": 932976243,
            "stop": 932976254
        },
        {
            "start": 932976273,
            "stop": 932976281
        },
        {
            "start": 932976300,
            "stop": 932976315
        },
        {
            "start": 932976494,
            "stop": 932976544
        },
        {
            "start": 932976600,
            "stop": 932976605
        }
    ]
}