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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=35",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 36,
    "results": [
        {
            "start": 816681725,
            "stop": 816681789
        },
        {
            "start": 816681797,
            "stop": 816681847
        },
        {
            "start": 816681881,
            "stop": 816681948
        },
        {
            "start": 816681955,
            "stop": 816682072
        },
        {
            "start": 816682105,
            "stop": 816682120
        },
        {
            "start": 816682128,
            "stop": 816682179
        },
        {
            "start": 816682186,
            "stop": 816682192
        },
        {
            "start": 816682203,
            "stop": 816682329
        },
        {
            "start": 816682336,
            "stop": 816682348
        },
        {
            "start": 816682711,
            "stop": 816682836
        },
        {
            "start": 816682865,
            "stop": 816682939
        },
        {
            "start": 816682968,
            "stop": 816683038
        },
        {
            "start": 816683070,
            "stop": 816683085
        },
        {
            "start": 816683092,
            "stop": 816683146
        },
        {
            "start": 816683175,
            "stop": 816683643
        },
        {
            "start": 816683655,
            "stop": 816683674
        },
        {
            "start": 816683711,
            "stop": 816684045
        },
        {
            "start": 816684053,
            "stop": 816684208
        },
        {
            "start": 816684237,
            "stop": 816684535
        },
        {
            "start": 816684565,
            "stop": 816684740
        }
    ]
}