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=802
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=803",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=801",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 802,
    "results": [
        {
            "start": 1268566112,
            "stop": 1268566115
        },
        {
            "start": 1268566116,
            "stop": 1268566118
        },
        {
            "start": 1268566119,
            "stop": 1268566122
        },
        {
            "start": 1268566123,
            "stop": 1268566134
        },
        {
            "start": 1268566135,
            "stop": 1268566975
        },
        {
            "start": 1268566977,
            "stop": 1268569208
        },
        {
            "start": 1268569212,
            "stop": 1268571022
        },
        {
            "start": 1268571024,
            "stop": 1268571876
        },
        {
            "start": 1268571879,
            "stop": 1268572472
        },
        {
            "start": 1268572477,
            "stop": 1268572741
        },
        {
            "start": 1268572746,
            "stop": 1268572755
        },
        {
            "start": 1268578962,
            "stop": 1268584178
        },
        {
            "start": 1268584182,
            "stop": 1268585565
        },
        {
            "start": 1268585566,
            "stop": 1268585630
        },
        {
            "start": 1268585631,
            "stop": 1268587608
        },
        {
            "start": 1268587611,
            "stop": 1268588090
        },
        {
            "start": 1268588092,
            "stop": 1268588431
        },
        {
            "start": 1268588433,
            "stop": 1268589335
        },
        {
            "start": 1268589338,
            "stop": 1268589465
        },
        {
            "start": 1268589470,
            "stop": 1268589471
        }
    ]
}