Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=22",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 23,
    "results": [
        {
            "start": 1261289929,
            "stop": 1261318727
        },
        {
            "start": 1261318729,
            "stop": 1261338933
        },
        {
            "start": 1261339028,
            "stop": 1261342640
        },
        {
            "start": 1261344271,
            "stop": 1261380198
        },
        {
            "start": 1261384155,
            "stop": 1261411198
        },
        {
            "start": 1261411199,
            "stop": 1261418126
        },
        {
            "start": 1261422713,
            "stop": 1261427737
        },
        {
            "start": 1261427738,
            "stop": 1261432943
        },
        {
            "start": 1261436872,
            "stop": 1261443310
        },
        {
            "start": 1261447326,
            "stop": 1261531617
        },
        {
            "start": 1261535312,
            "stop": 1261537079
        },
        {
            "start": 1261537080,
            "stop": 1261561596
        },
        {
            "start": 1261561597,
            "stop": 1261573296
        },
        {
            "start": 1261573297,
            "stop": 1261580528
        },
        {
            "start": 1261583854,
            "stop": 1261591734
        },
        {
            "start": 1261591735,
            "stop": 1261606821
        },
        {
            "start": 1261606822,
            "stop": 1261629915
        },
        {
            "start": 1261629917,
            "stop": 1261641084
        },
        {
            "start": 1261654016,
            "stop": 1261663763
        },
        {
            "start": 1261663915,
            "stop": 1261667675
        }
    ]
}