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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=224",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 225,
    "results": [
        {
            "start": 817808178,
            "stop": 817808211
        },
        {
            "start": 817808230,
            "stop": 817808267
        },
        {
            "start": 817808339,
            "stop": 817808341
        },
        {
            "start": 817808411,
            "stop": 817808414
        },
        {
            "start": 817808455,
            "stop": 817808493
        },
        {
            "start": 817808513,
            "stop": 817808523
        },
        {
            "start": 817808544,
            "stop": 817808550
        },
        {
            "start": 817808592,
            "stop": 817808594
        },
        {
            "start": 817808664,
            "stop": 817808665
        },
        {
            "start": 817808685,
            "stop": 817808700
        },
        {
            "start": 817808740,
            "stop": 817808835
        },
        {
            "start": 817808901,
            "stop": 817808942
        },
        {
            "start": 817808962,
            "stop": 817808974
        },
        {
            "start": 817809019,
            "stop": 817809061
        },
        {
            "start": 817809099,
            "stop": 817809181
        },
        {
            "start": 817809201,
            "stop": 817809212
        },
        {
            "start": 817809216,
            "stop": 817809234
        },
        {
            "start": 817809255,
            "stop": 817809269
        },
        {
            "start": 817809290,
            "stop": 817809302
        },
        {
            "start": 817809335,
            "stop": 817809346
        }
    ]
}