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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=806",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=804",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 805,
    "results": [
        {
            "start": 1268627614,
            "stop": 1268627618
        },
        {
            "start": 1268627619,
            "stop": 1268627632
        },
        {
            "start": 1268627633,
            "stop": 1268627646
        },
        {
            "start": 1268627647,
            "stop": 1268627656
        },
        {
            "start": 1268627657,
            "stop": 1268627768
        },
        {
            "start": 1268627769,
            "stop": 1268627778
        },
        {
            "start": 1268627779,
            "stop": 1268627782
        },
        {
            "start": 1268627783,
            "stop": 1268627787
        },
        {
            "start": 1268627788,
            "stop": 1268627799
        },
        {
            "start": 1268627800,
            "stop": 1268627815
        },
        {
            "start": 1268627816,
            "stop": 1268627836
        },
        {
            "start": 1268627837,
            "stop": 1268627843
        },
        {
            "start": 1268627844,
            "stop": 1268627855
        },
        {
            "start": 1268627856,
            "stop": 1268631139
        },
        {
            "start": 1268631143,
            "stop": 1268631832
        },
        {
            "start": 1268631837,
            "stop": 1268633456
        },
        {
            "start": 1268633460,
            "stop": 1268634328
        },
        {
            "start": 1268634331,
            "stop": 1268635904
        },
        {
            "start": 1268635909,
            "stop": 1268638101
        },
        {
            "start": 1268638102,
            "stop": 1268638137
        }
    ]
}