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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=50",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 51,
    "results": [
        {
            "start": 817721127,
            "stop": 817721871
        },
        {
            "start": 817721879,
            "stop": 817722576
        },
        {
            "start": 817722596,
            "stop": 817722846
        },
        {
            "start": 817722857,
            "stop": 817722912
        },
        {
            "start": 817722920,
            "stop": 817723054
        },
        {
            "start": 817723062,
            "stop": 817723127
        },
        {
            "start": 817723139,
            "stop": 817723140
        },
        {
            "start": 817723148,
            "stop": 817723149
        },
        {
            "start": 817723158,
            "stop": 817723162
        },
        {
            "start": 817723171,
            "stop": 817723176
        },
        {
            "start": 817723199,
            "stop": 817723222
        },
        {
            "start": 817723238,
            "stop": 817723244
        },
        {
            "start": 817723262,
            "stop": 817723436
        },
        {
            "start": 817723445,
            "stop": 817723823
        },
        {
            "start": 817723831,
            "stop": 817723956
        },
        {
            "start": 817723964,
            "stop": 817723975
        },
        {
            "start": 817723983,
            "stop": 817724021
        },
        {
            "start": 817724031,
            "stop": 817724537
        },
        {
            "start": 817724545,
            "stop": 817724700
        },
        {
            "start": 817724708,
            "stop": 817724740
        }
    ]
}