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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=54",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 55,
    "results": [
        {
            "start": 1250750883,
            "stop": 1250751835
        },
        {
            "start": 1250751843,
            "stop": 1250757019
        },
        {
            "start": 1250757027,
            "stop": 1250758803
        },
        {
            "start": 1250758811,
            "stop": 1250760331
        },
        {
            "start": 1250760339,
            "stop": 1250761091
        },
        {
            "start": 1250761099,
            "stop": 1250762987
        },
        {
            "start": 1250762995,
            "stop": 1250763795
        },
        {
            "start": 1250763803,
            "stop": 1250763819
        },
        {
            "start": 1250763835,
            "stop": 1250764603
        },
        {
            "start": 1250764611,
            "stop": 1250764619
        },
        {
            "start": 1250764627,
            "stop": 1250764731
        },
        {
            "start": 1250764739,
            "stop": 1250764899
        },
        {
            "start": 1250764915,
            "stop": 1250764955
        },
        {
            "start": 1250764963,
            "stop": 1250765195
        },
        {
            "start": 1250770907,
            "stop": 1250771906
        },
        {
            "start": 1250774326,
            "stop": 1250774339
        },
        {
            "start": 1250774363,
            "stop": 1250774615
        },
        {
            "start": 1250779553,
            "stop": 1250784108
        },
        {
            "start": 1250784116,
            "stop": 1250785980
        },
        {
            "start": 1250785988,
            "stop": 1250786932
        }
    ]
}