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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=96",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 97,
    "results": [
        {
            "start": 1263899446,
            "stop": 1263899453
        },
        {
            "start": 1263899455,
            "stop": 1263899991
        },
        {
            "start": 1263899993,
            "stop": 1263900909
        },
        {
            "start": 1263900911,
            "stop": 1263900928
        },
        {
            "start": 1263900930,
            "stop": 1263900998
        },
        {
            "start": 1263901000,
            "stop": 1263901023
        },
        {
            "start": 1263901026,
            "stop": 1263902590
        },
        {
            "start": 1263902592,
            "stop": 1263902611
        },
        {
            "start": 1263902614,
            "stop": 1263902632
        },
        {
            "start": 1263902633,
            "stop": 1263902698
        },
        {
            "start": 1263902700,
            "stop": 1263902707
        },
        {
            "start": 1263902709,
            "stop": 1263902993
        },
        {
            "start": 1263902996,
            "stop": 1263903068
        },
        {
            "start": 1263903070,
            "stop": 1263903180
        },
        {
            "start": 1263903181,
            "stop": 1263903182
        },
        {
            "start": 1263903183,
            "stop": 1263903354
        },
        {
            "start": 1263903356,
            "stop": 1263903779
        },
        {
            "start": 1263903780,
            "stop": 1263903903
        },
        {
            "start": 1263903905,
            "stop": 1263903934
        },
        {
            "start": 1263903936,
            "stop": 1263903966
        }
    ]
}