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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=29",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 30,
    "results": [
        {
            "start": 931667924,
            "stop": 931667955
        },
        {
            "start": 931668071,
            "stop": 931668075
        },
        {
            "start": 931668094,
            "stop": 931668103
        },
        {
            "start": 931668122,
            "stop": 931668123
        },
        {
            "start": 931668209,
            "stop": 931668211
        },
        {
            "start": 931668401,
            "stop": 931668404
        },
        {
            "start": 931668509,
            "stop": 931668539
        },
        {
            "start": 931668607,
            "stop": 931668628
        },
        {
            "start": 931668678,
            "stop": 931668684
        },
        {
            "start": 931668829,
            "stop": 931668831
        },
        {
            "start": 931668968,
            "stop": 931668976
        },
        {
            "start": 931669143,
            "stop": 931669157
        },
        {
            "start": 931669176,
            "stop": 931669178
        },
        {
            "start": 931669226,
            "stop": 931669232
        },
        {
            "start": 931669304,
            "stop": 931669309
        },
        {
            "start": 931669329,
            "stop": 931669337
        },
        {
            "start": 931669434,
            "stop": 931669455
        },
        {
            "start": 931669571,
            "stop": 931669577
        },
        {
            "start": 931669682,
            "stop": 931669706
        },
        {
            "start": 931669753,
            "stop": 931669765
        }
    ]
}