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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=3",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 4,
    "results": [
        {
            "start": 1256736161,
            "stop": 1256736393
        },
        {
            "start": 1256736395,
            "stop": 1256743123
        },
        {
            "start": 1256743125,
            "stop": 1256744287
        },
        {
            "start": 1256744289,
            "stop": 1256744577
        },
        {
            "start": 1256744579,
            "stop": 1256744635
        },
        {
            "start": 1256744638,
            "stop": 1256744847
        },
        {
            "start": 1256744848,
            "stop": 1256745091
        },
        {
            "start": 1256745092,
            "stop": 1256746192
        },
        {
            "start": 1256746196,
            "stop": 1256747470
        },
        {
            "start": 1256747475,
            "stop": 1256747840
        },
        {
            "start": 1256747843,
            "stop": 1256748053
        },
        {
            "start": 1256748055,
            "stop": 1256748058
        },
        {
            "start": 1256748062,
            "stop": 1256748190
        },
        {
            "start": 1256748194,
            "stop": 1256750136
        },
        {
            "start": 1256750138,
            "stop": 1256750436
        },
        {
            "start": 1256750440,
            "stop": 1256751921
        },
        {
            "start": 1256751925,
            "stop": 1256752124
        },
        {
            "start": 1256752125,
            "stop": 1256753043
        },
        {
            "start": 1256753048,
            "stop": 1256753244
        },
        {
            "start": 1256753246,
            "stop": 1256753441
        }
    ]
}