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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=364",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 365,
    "results": [
        {
            "start": 818858717,
            "stop": 818858764
        },
        {
            "start": 818858785,
            "stop": 818858801
        },
        {
            "start": 818858851,
            "stop": 818858861
        },
        {
            "start": 818858984,
            "stop": 818858990
        },
        {
            "start": 818859009,
            "stop": 818859117
        },
        {
            "start": 818859146,
            "stop": 818859147
        },
        {
            "start": 818859175,
            "stop": 818859244
        },
        {
            "start": 818859264,
            "stop": 818859275
        },
        {
            "start": 818859280,
            "stop": 818859288
        },
        {
            "start": 818859503,
            "stop": 818859510
        },
        {
            "start": 818859591,
            "stop": 818859619
        },
        {
            "start": 818859690,
            "stop": 818859711
        },
        {
            "start": 818859714,
            "stop": 818859781
        },
        {
            "start": 818859805,
            "stop": 818859833
        },
        {
            "start": 818859876,
            "stop": 818859891
        },
        {
            "start": 818859919,
            "stop": 818859972
        },
        {
            "start": 818859992,
            "stop": 818860072
        },
        {
            "start": 818860133,
            "stop": 818860140
        },
        {
            "start": 818860168,
            "stop": 818860188
        },
        {
            "start": 818860209,
            "stop": 818860210
        }
    ]
}