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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=102",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 103,
    "results": [
        {
            "start": 931670240,
            "stop": 931670242
        },
        {
            "start": 931670256,
            "stop": 931670257
        },
        {
            "start": 931670270,
            "stop": 931670271
        },
        {
            "start": 931670278,
            "stop": 931670279
        },
        {
            "start": 931670295,
            "stop": 931670315
        },
        {
            "start": 931670331,
            "stop": 931670334
        },
        {
            "start": 931670356,
            "stop": 931670362
        },
        {
            "start": 931670379,
            "stop": 931670390
        },
        {
            "start": 931670397,
            "stop": 931670400
        },
        {
            "start": 931670423,
            "stop": 931670424
        },
        {
            "start": 931670430,
            "stop": 931670434
        },
        {
            "start": 931670448,
            "stop": 931670450
        },
        {
            "start": 931670457,
            "stop": 931670460
        },
        {
            "start": 931670482,
            "stop": 931670484
        },
        {
            "start": 931670491,
            "stop": 931670492
        },
        {
            "start": 931670499,
            "stop": 931670513
        },
        {
            "start": 931670535,
            "stop": 931670540
        },
        {
            "start": 931670554,
            "stop": 931670563
        },
        {
            "start": 931670572,
            "stop": 931670575
        },
        {
            "start": 931670582,
            "stop": 931670585
        }
    ]
}