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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=134",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 135,
    "results": [
        {
            "start": 1264316410,
            "stop": 1264316424
        },
        {
            "start": 1264316425,
            "stop": 1264316428
        },
        {
            "start": 1264316430,
            "stop": 1264316432
        },
        {
            "start": 1264316434,
            "stop": 1264316453
        },
        {
            "start": 1264316454,
            "stop": 1264316457
        },
        {
            "start": 1264316459,
            "stop": 1264316461
        },
        {
            "start": 1264316462,
            "stop": 1264316466
        },
        {
            "start": 1264316468,
            "stop": 1264316491
        },
        {
            "start": 1264316494,
            "stop": 1264316495
        },
        {
            "start": 1264316496,
            "stop": 1264316497
        },
        {
            "start": 1264316500,
            "stop": 1264316502
        },
        {
            "start": 1264316503,
            "stop": 1264316505
        },
        {
            "start": 1264316506,
            "stop": 1264316507
        },
        {
            "start": 1264316510,
            "stop": 1264316511
        },
        {
            "start": 1264316513,
            "stop": 1264316514
        },
        {
            "start": 1264316518,
            "stop": 1264316520
        },
        {
            "start": 1264316522,
            "stop": 1264316524
        },
        {
            "start": 1264316525,
            "stop": 1264316529
        },
        {
            "start": 1264316530,
            "stop": 1264316534
        },
        {
            "start": 1264316538,
            "stop": 1264316542
        }
    ]
}