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_CAT2/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_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=27",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 28,
    "results": [
        {
            "start": 931499856,
            "stop": 931499858
        },
        {
            "start": 931499865,
            "stop": 931499866
        },
        {
            "start": 931499875,
            "stop": 931499883
        },
        {
            "start": 931499890,
            "stop": 931499898
        },
        {
            "start": 931499906,
            "stop": 931499909
        },
        {
            "start": 931499917,
            "stop": 931499918
        },
        {
            "start": 931499936,
            "stop": 931499941
        },
        {
            "start": 931499963,
            "stop": 931499965
        },
        {
            "start": 931499991,
            "stop": 931500009
        },
        {
            "start": 931500028,
            "stop": 931500038
        },
        {
            "start": 931500045,
            "stop": 931500057
        },
        {
            "start": 931500087,
            "stop": 931500091
        },
        {
            "start": 931500115,
            "stop": 931500120
        },
        {
            "start": 931500148,
            "stop": 931500150
        },
        {
            "start": 931500158,
            "stop": 931500166
        },
        {
            "start": 931500173,
            "stop": 931500200
        },
        {
            "start": 931500211,
            "stop": 931500215
        },
        {
            "start": 931500222,
            "stop": 931500223
        },
        {
            "start": 931500279,
            "stop": 931500280
        },
        {
            "start": 931500288,
            "stop": 931500290
        }
    ]
}