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=306
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=307",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=305",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 306,
    "results": [
        {
            "start": 1264846021,
            "stop": 1264846130
        },
        {
            "start": 1264846133,
            "stop": 1264846145
        },
        {
            "start": 1264846150,
            "stop": 1264846181
        },
        {
            "start": 1264846184,
            "stop": 1264846195
        },
        {
            "start": 1264846197,
            "stop": 1264846243
        },
        {
            "start": 1264846245,
            "stop": 1264846249
        },
        {
            "start": 1264846251,
            "stop": 1264846265
        },
        {
            "start": 1264846268,
            "stop": 1264846279
        },
        {
            "start": 1264846283,
            "stop": 1264846292
        },
        {
            "start": 1264846297,
            "stop": 1264846308
        },
        {
            "start": 1264846311,
            "stop": 1264846312
        },
        {
            "start": 1264846315,
            "stop": 1264846325
        },
        {
            "start": 1264846329,
            "stop": 1264846333
        },
        {
            "start": 1264846336,
            "stop": 1264846349
        },
        {
            "start": 1264846352,
            "stop": 1264846406
        },
        {
            "start": 1264846410,
            "stop": 1264846482
        },
        {
            "start": 1264846485,
            "stop": 1264846510
        },
        {
            "start": 1264846512,
            "stop": 1264846552
        },
        {
            "start": 1264846553,
            "stop": 1264846566
        },
        {
            "start": 1264846569,
            "stop": 1264846579
        }
    ]
}