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_CAT1/segments?format=api&page=13
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=12",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 13,
    "results": [
        {
            "start": 1265061519,
            "stop": 1265106172
        },
        {
            "start": 1265106244,
            "stop": 1265133145
        },
        {
            "start": 1265140477,
            "stop": 1265148772
        },
        {
            "start": 1265148816,
            "stop": 1265152964
        },
        {
            "start": 1265153188,
            "stop": 1265209024
        },
        {
            "start": 1265212711,
            "stop": 1265265256
        },
        {
            "start": 1265265425,
            "stop": 1265400128
        },
        {
            "start": 1265414825,
            "stop": 1265431560
        },
        {
            "start": 1265435146,
            "stop": 1265468268
        },
        {
            "start": 1265488975,
            "stop": 1265502570
        },
        {
            "start": 1265505452,
            "stop": 1265509298
        },
        {
            "start": 1265509533,
            "stop": 1265521063
        },
        {
            "start": 1265525301,
            "stop": 1265548849
        },
        {
            "start": 1265555332,
            "stop": 1265563390
        },
        {
            "start": 1265565920,
            "stop": 1265572779
        },
        {
            "start": 1265575568,
            "stop": 1265575649
        },
        {
            "start": 1265575691,
            "stop": 1265607164
        },
        {
            "start": 1265616712,
            "stop": 1265626074
        },
        {
            "start": 1265649130,
            "stop": 1265659812
        },
        {
            "start": 1265661846,
            "stop": 1265747952
        }
    ]
}