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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5292",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5293,
    "results": [
        {
            "start": 970637986,
            "stop": 970638039
        },
        {
            "start": 970638042,
            "stop": 970638079
        },
        {
            "start": 970638082,
            "stop": 970638505
        },
        {
            "start": 970638508,
            "stop": 970638653
        },
        {
            "start": 970638656,
            "stop": 970638889
        },
        {
            "start": 970638892,
            "stop": 970639042
        },
        {
            "start": 970639045,
            "stop": 970640669
        },
        {
            "start": 970640672,
            "stop": 970641556
        },
        {
            "start": 970641559,
            "stop": 970641782
        },
        {
            "start": 970641785,
            "stop": 970642285
        },
        {
            "start": 970642288,
            "stop": 970642440
        },
        {
            "start": 970642443,
            "stop": 970642726
        },
        {
            "start": 970642729,
            "stop": 970642920
        },
        {
            "start": 970642923,
            "stop": 970642939
        },
        {
            "start": 970642942,
            "stop": 970643088
        },
        {
            "start": 970643091,
            "stop": 970643418
        },
        {
            "start": 970643421,
            "stop": 970643543
        },
        {
            "start": 970643546,
            "stop": 970643674
        },
        {
            "start": 970643677,
            "stop": 970644523
        },
        {
            "start": 970644526,
            "stop": 970644696
        }
    ]
}