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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=97",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 98,
    "results": [
        {
            "start": 1263903968,
            "stop": 1263903975
        },
        {
            "start": 1263903976,
            "stop": 1263904008
        },
        {
            "start": 1263904009,
            "stop": 1263904016
        },
        {
            "start": 1263904018,
            "stop": 1263904022
        },
        {
            "start": 1263904023,
            "stop": 1263904026
        },
        {
            "start": 1263904028,
            "stop": 1263904049
        },
        {
            "start": 1263904051,
            "stop": 1263904076
        },
        {
            "start": 1263904078,
            "stop": 1263904085
        },
        {
            "start": 1263904087,
            "stop": 1263904089
        },
        {
            "start": 1263904090,
            "stop": 1263904277
        },
        {
            "start": 1263904279,
            "stop": 1263904949
        },
        {
            "start": 1263904952,
            "stop": 1263904972
        },
        {
            "start": 1263904973,
            "stop": 1263905026
        },
        {
            "start": 1263905028,
            "stop": 1263905204
        },
        {
            "start": 1263905206,
            "stop": 1263905406
        },
        {
            "start": 1263905408,
            "stop": 1263905420
        },
        {
            "start": 1263905421,
            "stop": 1263905480
        },
        {
            "start": 1263905482,
            "stop": 1263905810
        },
        {
            "start": 1263905812,
            "stop": 1263905817
        },
        {
            "start": 1263905819,
            "stop": 1263906320
        }
    ]
}