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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=27",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 28,
    "results": [
        {
            "start": 931662526,
            "stop": 931662527
        },
        {
            "start": 931662546,
            "stop": 931662549
        },
        {
            "start": 931662569,
            "stop": 931662630
        },
        {
            "start": 931662697,
            "stop": 931662714
        },
        {
            "start": 931662823,
            "stop": 931662840
        },
        {
            "start": 931663188,
            "stop": 931663196
        },
        {
            "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
        }
    ]
}