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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=182",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 183,
    "results": [
        {
            "start": 932977946,
            "stop": 932977963
        },
        {
            "start": 932978039,
            "stop": 932978044
        },
        {
            "start": 932978063,
            "stop": 932978065
        },
        {
            "start": 932978116,
            "stop": 932978124
        },
        {
            "start": 932978143,
            "stop": 932978148
        },
        {
            "start": 932978199,
            "stop": 932978207
        },
        {
            "start": 932978277,
            "stop": 932978281
        },
        {
            "start": 932978426,
            "stop": 932978443
        },
        {
            "start": 932978490,
            "stop": 932978496
        },
        {
            "start": 932985839,
            "stop": 932985858
        },
        {
            "start": 932985877,
            "stop": 932985878
        },
        {
            "start": 932986001,
            "stop": 932986008
        },
        {
            "start": 932986040,
            "stop": 932986046
        },
        {
            "start": 932986095,
            "stop": 932986125
        },
        {
            "start": 932986146,
            "stop": 932986151
        },
        {
            "start": 932986152,
            "stop": 932986173
        },
        {
            "start": 932986178,
            "stop": 932986181
        },
        {
            "start": 932986308,
            "stop": 932986313
        },
        {
            "start": 932986538,
            "stop": 932986552
        },
        {
            "start": 932986698,
            "stop": 932986709
        }
    ]
}