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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=176",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 177,
    "results": [
        {
            "start": 1264370969,
            "stop": 1264370971
        },
        {
            "start": 1264370974,
            "stop": 1264370975
        },
        {
            "start": 1264370976,
            "stop": 1264370979
        },
        {
            "start": 1264370981,
            "stop": 1264370983
        },
        {
            "start": 1264370985,
            "stop": 1264370988
        },
        {
            "start": 1264370992,
            "stop": 1264370997
        },
        {
            "start": 1264370999,
            "stop": 1264371007
        },
        {
            "start": 1264371008,
            "stop": 1264371057
        },
        {
            "start": 1264371060,
            "stop": 1264371106
        },
        {
            "start": 1264371108,
            "stop": 1264371132
        },
        {
            "start": 1264371135,
            "stop": 1264371141
        },
        {
            "start": 1264371143,
            "stop": 1264371149
        },
        {
            "start": 1264371151,
            "stop": 1264371231
        },
        {
            "start": 1264371232,
            "stop": 1264371233
        },
        {
            "start": 1264371234,
            "stop": 1264371239
        },
        {
            "start": 1264371240,
            "stop": 1264371258
        },
        {
            "start": 1264371261,
            "stop": 1264371266
        },
        {
            "start": 1264371268,
            "stop": 1264371281
        },
        {
            "start": 1264371285,
            "stop": 1264371290
        },
        {
            "start": 1264371292,
            "stop": 1264371329
        }
    ]
}