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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=156",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 157,
    "results": [
        {
            "start": 1264346990,
            "stop": 1264346998
        },
        {
            "start": 1264346999,
            "stop": 1264347035
        },
        {
            "start": 1264347038,
            "stop": 1264347055
        },
        {
            "start": 1264347056,
            "stop": 1264347059
        },
        {
            "start": 1264347060,
            "stop": 1264347065
        },
        {
            "start": 1264347066,
            "stop": 1264347072
        },
        {
            "start": 1264347075,
            "stop": 1264347092
        },
        {
            "start": 1264347095,
            "stop": 1264347109
        },
        {
            "start": 1264347113,
            "stop": 1264347114
        },
        {
            "start": 1264347115,
            "stop": 1264347123
        },
        {
            "start": 1264347124,
            "stop": 1264347125
        },
        {
            "start": 1264347126,
            "stop": 1264347135
        },
        {
            "start": 1264347137,
            "stop": 1264347139
        },
        {
            "start": 1264347142,
            "stop": 1264347143
        },
        {
            "start": 1264347146,
            "stop": 1264347149
        },
        {
            "start": 1264347151,
            "stop": 1264347152
        },
        {
            "start": 1264347155,
            "stop": 1264347156
        },
        {
            "start": 1264347158,
            "stop": 1264347159
        },
        {
            "start": 1264347163,
            "stop": 1264347164
        },
        {
            "start": 1264347165,
            "stop": 1264347177
        }
    ]
}