Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=320
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=319",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 320,
    "results": [
        {
            "start": 1264907894,
            "stop": 1264907911
        },
        {
            "start": 1264907912,
            "stop": 1264907913
        },
        {
            "start": 1264907914,
            "stop": 1264907915
        },
        {
            "start": 1264907917,
            "stop": 1264907923
        },
        {
            "start": 1264907925,
            "stop": 1264907926
        },
        {
            "start": 1264907928,
            "stop": 1264907936
        },
        {
            "start": 1264907939,
            "stop": 1264907944
        },
        {
            "start": 1264907945,
            "stop": 1264907947
        },
        {
            "start": 1264907950,
            "stop": 1264907958
        },
        {
            "start": 1264907960,
            "stop": 1264907965
        },
        {
            "start": 1264907967,
            "stop": 1264907976
        },
        {
            "start": 1264907979,
            "stop": 1264907980
        },
        {
            "start": 1264907981,
            "stop": 1264907982
        },
        {
            "start": 1264907983,
            "stop": 1264907987
        },
        {
            "start": 1264907988,
            "stop": 1264908012
        },
        {
            "start": 1264908015,
            "stop": 1264908026
        },
        {
            "start": 1264908027,
            "stop": 1264908038
        },
        {
            "start": 1264908041,
            "stop": 1264908043
        },
        {
            "start": 1264908044,
            "stop": 1264908045
        },
        {
            "start": 1264908049,
            "stop": 1264908055
        }
    ]
}