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=813
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=814",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=812",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 813,
    "results": [
        {
            "start": 1268904927,
            "stop": 1268904972
        },
        {
            "start": 1268904974,
            "stop": 1268905603
        },
        {
            "start": 1268905608,
            "stop": 1268906603
        },
        {
            "start": 1268906605,
            "stop": 1268906872
        },
        {
            "start": 1268906877,
            "stop": 1268908878
        },
        {
            "start": 1268908882,
            "stop": 1268909987
        },
        {
            "start": 1268909989,
            "stop": 1268911463
        },
        {
            "start": 1268911468,
            "stop": 1268915097
        },
        {
            "start": 1268915100,
            "stop": 1268917542
        },
        {
            "start": 1268917546,
            "stop": 1268918630
        },
        {
            "start": 1268918633,
            "stop": 1268921435
        },
        {
            "start": 1268921440,
            "stop": 1268922494
        },
        {
            "start": 1268922496,
            "stop": 1268925212
        },
        {
            "start": 1268925215,
            "stop": 1268926075
        },
        {
            "start": 1268926078,
            "stop": 1268926563
        },
        {
            "start": 1268926564,
            "stop": 1268930529
        },
        {
            "start": 1268930530,
            "stop": 1268930533
        },
        {
            "start": 1268930534,
            "stop": 1268930902
        },
        {
            "start": 1268930906,
            "stop": 1268930907
        },
        {
            "start": 1268930908,
            "stop": 1268930950
        }
    ]
}