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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=27",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 28,
    "results": [
        {
            "start": 1259161396,
            "stop": 1259163985
        },
        {
            "start": 1259163986,
            "stop": 1259170704
        },
        {
            "start": 1259170720,
            "stop": 1259178796
        },
        {
            "start": 1259178812,
            "stop": 1259179100
        },
        {
            "start": 1259179116,
            "stop": 1259183843
        },
        {
            "start": 1259183844,
            "stop": 1259200000
        },
        {
            "start": 1259200016,
            "stop": 1259200036
        },
        {
            "start": 1259200052,
            "stop": 1259211059
        },
        {
            "start": 1259211060,
            "stop": 1259218428
        },
        {
            "start": 1259228827,
            "stop": 1259230387
        },
        {
            "start": 1259230388,
            "stop": 1259234300
        },
        {
            "start": 1259234301,
            "stop": 1259235389
        },
        {
            "start": 1259235390,
            "stop": 1259243780
        },
        {
            "start": 1259243796,
            "stop": 1259247074
        },
        {
            "start": 1259247075,
            "stop": 1259254330
        },
        {
            "start": 1259254331,
            "stop": 1259270044
        },
        {
            "start": 1259272226,
            "stop": 1259273329
        },
        {
            "start": 1259273330,
            "stop": 1259284692
        },
        {
            "start": 1259284708,
            "stop": 1259294387
        },
        {
            "start": 1259294388,
            "stop": 1259295379
        }
    ]
}