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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9101",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9102,
    "results": [
        {
            "start": 874797271,
            "stop": 874797320
        },
        {
            "start": 874797339,
            "stop": 874797512
        },
        {
            "start": 874797529,
            "stop": 874797791
        },
        {
            "start": 874797811,
            "stop": 874797854
        },
        {
            "start": 874797874,
            "stop": 874797917
        },
        {
            "start": 874797937,
            "stop": 874798001
        },
        {
            "start": 874798020,
            "stop": 874798070
        },
        {
            "start": 874798087,
            "stop": 874798277
        },
        {
            "start": 874798294,
            "stop": 874798421
        },
        {
            "start": 874798440,
            "stop": 874798450
        },
        {
            "start": 874798469,
            "stop": 874798484
        },
        {
            "start": 874798503,
            "stop": 874798838
        },
        {
            "start": 874798869,
            "stop": 874799112
        },
        {
            "start": 874799132,
            "stop": 874799162
        },
        {
            "start": 874799179,
            "stop": 874799362
        },
        {
            "start": 874799384,
            "stop": 874799706
        },
        {
            "start": 874799754,
            "stop": 874799775
        },
        {
            "start": 874799796,
            "stop": 874799933
        },
        {
            "start": 874799953,
            "stop": 874800135
        },
        {
            "start": 874800154,
            "stop": 874801720
        }
    ]
}