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=342
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=343",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=341",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 342,
    "results": [
        {
            "start": 1265003887,
            "stop": 1265003888
        },
        {
            "start": 1265003891,
            "stop": 1265003893
        },
        {
            "start": 1265003894,
            "stop": 1265003903
        },
        {
            "start": 1265003904,
            "stop": 1265003921
        },
        {
            "start": 1265003924,
            "stop": 1265003926
        },
        {
            "start": 1265003928,
            "stop": 1265003949
        },
        {
            "start": 1265003950,
            "stop": 1265003980
        },
        {
            "start": 1265003981,
            "stop": 1265003986
        },
        {
            "start": 1265003987,
            "stop": 1265003990
        },
        {
            "start": 1265003992,
            "stop": 1265003998
        },
        {
            "start": 1265003999,
            "stop": 1265004001
        },
        {
            "start": 1265004002,
            "stop": 1265004010
        },
        {
            "start": 1265004011,
            "stop": 1265004012
        },
        {
            "start": 1265004016,
            "stop": 1265004028
        },
        {
            "start": 1265004030,
            "stop": 1265004037
        },
        {
            "start": 1265004040,
            "stop": 1265004052
        },
        {
            "start": 1265004055,
            "stop": 1265004062
        },
        {
            "start": 1265004066,
            "stop": 1265004071
        },
        {
            "start": 1265004073,
            "stop": 1265004095
        },
        {
            "start": 1265004096,
            "stop": 1265004099
        }
    ]
}