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=10
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=11",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=9",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 10,
    "results": [
        {
            "start": 1258929433,
            "stop": 1258984172
        },
        {
            "start": 1258992472,
            "stop": 1258993631
        },
        {
            "start": 1258993633,
            "stop": 1259006681
        },
        {
            "start": 1259006811,
            "stop": 1259009425
        },
        {
            "start": 1259009426,
            "stop": 1259015828
        },
        {
            "start": 1259015829,
            "stop": 1259016198
        },
        {
            "start": 1259016200,
            "stop": 1259056815
        },
        {
            "start": 1259059382,
            "stop": 1259072061
        },
        {
            "start": 1259072062,
            "stop": 1259126052
        },
        {
            "start": 1259131422,
            "stop": 1259135820
        },
        {
            "start": 1259139755,
            "stop": 1259145212
        },
        {
            "start": 1259145729,
            "stop": 1259164304
        },
        {
            "start": 1259164305,
            "stop": 1259166374
        },
        {
            "start": 1259166375,
            "stop": 1259183804
        },
        {
            "start": 1259183876,
            "stop": 1259184008
        },
        {
            "start": 1259309010,
            "stop": 1259316752
        },
        {
            "start": 1259316753,
            "stop": 1259336605
        },
        {
            "start": 1259336606,
            "stop": 1259340953
        },
        {
            "start": 1259340954,
            "stop": 1259357517
        },
        {
            "start": 1259362537,
            "stop": 1259364284
        }
    ]
}