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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=320",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 321,
    "results": [
        {
            "start": 1264908061,
            "stop": 1264908066
        },
        {
            "start": 1264908072,
            "stop": 1264908074
        },
        {
            "start": 1264908076,
            "stop": 1264908090
        },
        {
            "start": 1264908091,
            "stop": 1264909118
        },
        {
            "start": 1264909120,
            "stop": 1264909164
        },
        {
            "start": 1264909165,
            "stop": 1264909177
        },
        {
            "start": 1264909178,
            "stop": 1264909220
        },
        {
            "start": 1264909221,
            "stop": 1264909240
        },
        {
            "start": 1264909242,
            "stop": 1264909312
        },
        {
            "start": 1264909313,
            "stop": 1264909325
        },
        {
            "start": 1264909326,
            "stop": 1264909348
        },
        {
            "start": 1264909350,
            "stop": 1264909369
        },
        {
            "start": 1264909371,
            "stop": 1264909374
        },
        {
            "start": 1264909375,
            "stop": 1264909396
        },
        {
            "start": 1264909397,
            "stop": 1264909621
        },
        {
            "start": 1264909623,
            "stop": 1264909625
        },
        {
            "start": 1264909626,
            "stop": 1264909768
        },
        {
            "start": 1264909770,
            "stop": 1264909802
        },
        {
            "start": 1264909803,
            "stop": 1264909804
        },
        {
            "start": 1264909805,
            "stop": 1264909816
        }
    ]
}