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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=113",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 114,
    "results": [
        {
            "start": 1264163265,
            "stop": 1264163311
        },
        {
            "start": 1264163314,
            "stop": 1264163379
        },
        {
            "start": 1264163380,
            "stop": 1264163381
        },
        {
            "start": 1264163382,
            "stop": 1264163427
        },
        {
            "start": 1264163428,
            "stop": 1264163448
        },
        {
            "start": 1264163449,
            "stop": 1264163456
        },
        {
            "start": 1264163458,
            "stop": 1264163477
        },
        {
            "start": 1264163479,
            "stop": 1264163508
        },
        {
            "start": 1264163509,
            "stop": 1264163672
        },
        {
            "start": 1264163674,
            "stop": 1264163921
        },
        {
            "start": 1264163923,
            "stop": 1264164035
        },
        {
            "start": 1264164036,
            "stop": 1264164396
        },
        {
            "start": 1264164399,
            "stop": 1264164547
        },
        {
            "start": 1264164549,
            "stop": 1264164559
        },
        {
            "start": 1264164561,
            "stop": 1264164567
        },
        {
            "start": 1264164569,
            "stop": 1264164605
        },
        {
            "start": 1264164607,
            "stop": 1264164661
        },
        {
            "start": 1264164663,
            "stop": 1264164820
        },
        {
            "start": 1264164821,
            "stop": 1264165090
        },
        {
            "start": 1264165091,
            "stop": 1264165354
        }
    ]
}