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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=381",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 382,
    "results": [
        {
            "start": 1182897696,
            "stop": 1182898075
        },
        {
            "start": 1182898077,
            "stop": 1182898078
        },
        {
            "start": 1182898083,
            "stop": 1182898086
        },
        {
            "start": 1182898091,
            "stop": 1182898093
        },
        {
            "start": 1182898098,
            "stop": 1182898101
        },
        {
            "start": 1182898105,
            "stop": 1182898136
        },
        {
            "start": 1182898138,
            "stop": 1182898187
        },
        {
            "start": 1182898188,
            "stop": 1182898197
        },
        {
            "start": 1182898198,
            "stop": 1182898304
        },
        {
            "start": 1182898305,
            "stop": 1182898310
        },
        {
            "start": 1182898311,
            "stop": 1182898353
        },
        {
            "start": 1182898355,
            "stop": 1182898359
        },
        {
            "start": 1182898361,
            "stop": 1182898468
        },
        {
            "start": 1182898470,
            "stop": 1182898488
        },
        {
            "start": 1182898490,
            "stop": 1182898510
        },
        {
            "start": 1182898511,
            "stop": 1182898554
        },
        {
            "start": 1182898680,
            "stop": 1182898700
        },
        {
            "start": 1182898702,
            "stop": 1182898844
        },
        {
            "start": 1182898847,
            "stop": 1182898876
        },
        {
            "start": 1182898878,
            "stop": 1182898881
        }
    ]
}