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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=46",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 47,
    "results": [
        {
            "start": 1264915297,
            "stop": 1264920991
        },
        {
            "start": 1264921845,
            "stop": 1264928541
        },
        {
            "start": 1264929822,
            "stop": 1264932847
        },
        {
            "start": 1264950277,
            "stop": 1264951199
        },
        {
            "start": 1264970934,
            "stop": 1265007400
        },
        {
            "start": 1265009362,
            "stop": 1265015852
        },
        {
            "start": 1265016589,
            "stop": 1265029130
        },
        {
            "start": 1265045677,
            "stop": 1265046757
        },
        {
            "start": 1265049232,
            "stop": 1265099096
        },
        {
            "start": 1265099471,
            "stop": 1265101813
        },
        {
            "start": 1265103351,
            "stop": 1265105232
        },
        {
            "start": 1265106818,
            "stop": 1265107377
        },
        {
            "start": 1265110221,
            "stop": 1265121625
        },
        {
            "start": 1265121742,
            "stop": 1265127224
        },
        {
            "start": 1265127585,
            "stop": 1265316329
        },
        {
            "start": 1265316331,
            "stop": 1265366119
        },
        {
            "start": 1265370256,
            "stop": 1265379746
        },
        {
            "start": 1265381531,
            "stop": 1265398688
        },
        {
            "start": 1265399938,
            "stop": 1265412093
        },
        {
            "start": 1265412557,
            "stop": 1265413277
        }
    ]
}