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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=2",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 3,
    "results": [
        {
            "start": 1256693607,
            "stop": 1256693623
        },
        {
            "start": 1256693625,
            "stop": 1256695397
        },
        {
            "start": 1256695400,
            "stop": 1256695401
        },
        {
            "start": 1256695404,
            "stop": 1256698170
        },
        {
            "start": 1256698173,
            "stop": 1256699093
        },
        {
            "start": 1256699096,
            "stop": 1256700593
        },
        {
            "start": 1256700596,
            "stop": 1256703202
        },
        {
            "start": 1256703205,
            "stop": 1256704712
        },
        {
            "start": 1256704715,
            "stop": 1256705153
        },
        {
            "start": 1256710426,
            "stop": 1256711072
        },
        {
            "start": 1256711075,
            "stop": 1256711122
        },
        {
            "start": 1256711125,
            "stop": 1256711145
        },
        {
            "start": 1256711148,
            "stop": 1256711679
        },
        {
            "start": 1256711682,
            "stop": 1256711905
        },
        {
            "start": 1256711907,
            "stop": 1256713174
        },
        {
            "start": 1256713177,
            "stop": 1256713712
        },
        {
            "start": 1256713715,
            "stop": 1256713723
        },
        {
            "start": 1256713726,
            "stop": 1256715910
        },
        {
            "start": 1256715913,
            "stop": 1256716355
        },
        {
            "start": 1256716358,
            "stop": 1256718232
        }
    ]
}