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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=277",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 278,
    "results": [
        {
            "start": 1264755866,
            "stop": 1264755867
        },
        {
            "start": 1264755870,
            "stop": 1264755911
        },
        {
            "start": 1264755912,
            "stop": 1264755913
        },
        {
            "start": 1264755915,
            "stop": 1264755919
        },
        {
            "start": 1264755920,
            "stop": 1264755927
        },
        {
            "start": 1264755930,
            "stop": 1264755939
        },
        {
            "start": 1264755940,
            "stop": 1264755941
        },
        {
            "start": 1264755944,
            "stop": 1264755946
        },
        {
            "start": 1264755947,
            "stop": 1264755955
        },
        {
            "start": 1264755957,
            "stop": 1264755958
        },
        {
            "start": 1264755959,
            "stop": 1264755960
        },
        {
            "start": 1264755964,
            "stop": 1264755966
        },
        {
            "start": 1264755967,
            "stop": 1264755968
        },
        {
            "start": 1264755969,
            "stop": 1264755970
        },
        {
            "start": 1264755973,
            "stop": 1264755980
        },
        {
            "start": 1264755981,
            "stop": 1264755984
        },
        {
            "start": 1264755986,
            "stop": 1264756076
        },
        {
            "start": 1264756077,
            "stop": 1264756085
        },
        {
            "start": 1264756086,
            "stop": 1264756087
        },
        {
            "start": 1264756088,
            "stop": 1264756090
        }
    ]
}