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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=210",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 211,
    "results": [
        {
            "start": 1264385918,
            "stop": 1264385921
        },
        {
            "start": 1264385922,
            "stop": 1264385923
        },
        {
            "start": 1264385924,
            "stop": 1264385929
        },
        {
            "start": 1264385930,
            "stop": 1264386004
        },
        {
            "start": 1264386005,
            "stop": 1264386013
        },
        {
            "start": 1264386015,
            "stop": 1264386020
        },
        {
            "start": 1264386023,
            "stop": 1264386029
        },
        {
            "start": 1264386030,
            "stop": 1264386068
        },
        {
            "start": 1264386069,
            "stop": 1264386085
        },
        {
            "start": 1264386086,
            "stop": 1264386102
        },
        {
            "start": 1264386104,
            "stop": 1264386120
        },
        {
            "start": 1264386121,
            "stop": 1264386123
        },
        {
            "start": 1264386125,
            "stop": 1264386127
        },
        {
            "start": 1264386129,
            "stop": 1264386131
        },
        {
            "start": 1264386133,
            "stop": 1264386136
        },
        {
            "start": 1264386137,
            "stop": 1264386139
        },
        {
            "start": 1264386141,
            "stop": 1264386144
        },
        {
            "start": 1264386146,
            "stop": 1264386147
        },
        {
            "start": 1264386149,
            "stop": 1264386152
        },
        {
            "start": 1264386153,
            "stop": 1264386156
        }
    ]
}