Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4801
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=4802",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4800",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4801,
    "results": [
        {
            "start": 970741630,
            "stop": 970741798
        },
        {
            "start": 970741801,
            "stop": 970741855
        },
        {
            "start": 970741858,
            "stop": 970742136
        },
        {
            "start": 970742139,
            "stop": 970743997
        },
        {
            "start": 970744000,
            "stop": 970744329
        },
        {
            "start": 970744332,
            "stop": 970744813
        },
        {
            "start": 970744818,
            "stop": 970744965
        },
        {
            "start": 970744968,
            "stop": 970745142
        },
        {
            "start": 970745145,
            "stop": 970745296
        },
        {
            "start": 970745299,
            "stop": 970745496
        },
        {
            "start": 970745499,
            "stop": 970745757
        },
        {
            "start": 970745760,
            "stop": 970746042
        },
        {
            "start": 970746045,
            "stop": 970748304
        },
        {
            "start": 970748307,
            "stop": 970749890
        },
        {
            "start": 970749893,
            "stop": 970750110
        },
        {
            "start": 970750113,
            "stop": 970750350
        },
        {
            "start": 970750353,
            "stop": 970750412
        },
        {
            "start": 970750415,
            "stop": 970751226
        },
        {
            "start": 970751229,
            "stop": 970751284
        },
        {
            "start": 970751287,
            "stop": 970751750
        }
    ]
}