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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=220",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 221,
    "results": [
        {
            "start": 1264391822,
            "stop": 1264391825
        },
        {
            "start": 1264391827,
            "stop": 1264391833
        },
        {
            "start": 1264391835,
            "stop": 1264391838
        },
        {
            "start": 1264391839,
            "stop": 1264391842
        },
        {
            "start": 1264391844,
            "stop": 1264391860
        },
        {
            "start": 1264391862,
            "stop": 1264391923
        },
        {
            "start": 1264391925,
            "stop": 1264391940
        },
        {
            "start": 1264391942,
            "stop": 1264392020
        },
        {
            "start": 1264392022,
            "stop": 1264392151
        },
        {
            "start": 1264392152,
            "stop": 1264392164
        },
        {
            "start": 1264392167,
            "stop": 1264392168
        },
        {
            "start": 1264392172,
            "stop": 1264392173
        },
        {
            "start": 1264392176,
            "stop": 1264392177
        },
        {
            "start": 1264392178,
            "stop": 1264392181
        },
        {
            "start": 1264392184,
            "stop": 1264392187
        },
        {
            "start": 1264392193,
            "stop": 1264392373
        },
        {
            "start": 1264392375,
            "stop": 1264392381
        },
        {
            "start": 1264392382,
            "stop": 1264392557
        },
        {
            "start": 1264392559,
            "stop": 1264392562
        },
        {
            "start": 1264392564,
            "stop": 1264392568
        }
    ]
}