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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=355",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 356,
    "results": [
        {
            "start": 1182558997,
            "stop": 1182559377
        },
        {
            "start": 1182559379,
            "stop": 1182559850
        },
        {
            "start": 1182559851,
            "stop": 1182560160
        },
        {
            "start": 1182560161,
            "stop": 1182560165
        },
        {
            "start": 1182560169,
            "stop": 1182560175
        },
        {
            "start": 1182560178,
            "stop": 1182560213
        },
        {
            "start": 1182560214,
            "stop": 1182560215
        },
        {
            "start": 1182560218,
            "stop": 1182560275
        },
        {
            "start": 1182560276,
            "stop": 1182560293
        },
        {
            "start": 1182560295,
            "stop": 1182560304
        },
        {
            "start": 1182560305,
            "stop": 1182560309
        },
        {
            "start": 1182560311,
            "stop": 1182560313
        },
        {
            "start": 1182560318,
            "stop": 1182560323
        },
        {
            "start": 1182560325,
            "stop": 1182560327
        },
        {
            "start": 1182560328,
            "stop": 1182560338
        },
        {
            "start": 1182560343,
            "stop": 1182560349
        },
        {
            "start": 1182560352,
            "stop": 1182560354
        },
        {
            "start": 1182560355,
            "stop": 1182560383
        },
        {
            "start": 1182560387,
            "stop": 1182560392
        },
        {
            "start": 1182560394,
            "stop": 1182560397
        }
    ]
}