Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=14",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 15,
    "results": [
        {
            "start": 816679943,
            "stop": 816680299
        },
        {
            "start": 816680307,
            "stop": 816680528
        },
        {
            "start": 816680536,
            "stop": 816680830
        },
        {
            "start": 816680838,
            "stop": 816680840
        },
        {
            "start": 816680848,
            "stop": 816680849
        },
        {
            "start": 816680858,
            "stop": 816680873
        },
        {
            "start": 816680881,
            "stop": 816680898
        },
        {
            "start": 816680907,
            "stop": 816681022
        },
        {
            "start": 816681031,
            "stop": 816681257
        },
        {
            "start": 816681271,
            "stop": 816681362
        },
        {
            "start": 816681370,
            "stop": 816681847
        },
        {
            "start": 816681855,
            "stop": 816682076
        },
        {
            "start": 816682084,
            "stop": 816682475
        },
        {
            "start": 816682483,
            "stop": 816682497
        },
        {
            "start": 816682505,
            "stop": 816682516
        },
        {
            "start": 816682524,
            "stop": 816682525
        },
        {
            "start": 816682533,
            "stop": 816682555
        },
        {
            "start": 816682581,
            "stop": 816682587
        },
        {
            "start": 816682595,
            "stop": 816682598
        },
        {
            "start": 816682606,
            "stop": 816682682
        }
    ]
}