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=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=273",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 274,
    "results": [
        {
            "start": 1264630295,
            "stop": 1264630296
        },
        {
            "start": 1264630297,
            "stop": 1264630298
        },
        {
            "start": 1264630304,
            "stop": 1264630305
        },
        {
            "start": 1264630307,
            "stop": 1264632247
        },
        {
            "start": 1264632248,
            "stop": 1264634430
        },
        {
            "start": 1264634432,
            "stop": 1264634995
        },
        {
            "start": 1264634997,
            "stop": 1264637405
        },
        {
            "start": 1264637407,
            "stop": 1264638059
        },
        {
            "start": 1264638061,
            "stop": 1264639172
        },
        {
            "start": 1264639173,
            "stop": 1264640053
        },
        {
            "start": 1264640055,
            "stop": 1264640967
        },
        {
            "start": 1264640969,
            "stop": 1264649822
        },
        {
            "start": 1264649825,
            "stop": 1264649827
        },
        {
            "start": 1264649831,
            "stop": 1264649833
        },
        {
            "start": 1264649836,
            "stop": 1264650300
        },
        {
            "start": 1264650480,
            "stop": 1264650780
        },
        {
            "start": 1264653129,
            "stop": 1264654977
        },
        {
            "start": 1264654979,
            "stop": 1264658132
        },
        {
            "start": 1264658133,
            "stop": 1264671407
        },
        {
            "start": 1264671408,
            "stop": 1264682801
        }
    ]
}