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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 159,
    "results": [
        {
            "start": 1258567011,
            "stop": 1258567013
        },
        {
            "start": 1258567016,
            "stop": 1258567020
        },
        {
            "start": 1258567024,
            "stop": 1258567026
        },
        {
            "start": 1258567027,
            "stop": 1258567187
        },
        {
            "start": 1258567189,
            "stop": 1258567206
        },
        {
            "start": 1258567209,
            "stop": 1258567214
        },
        {
            "start": 1258567217,
            "stop": 1258567239
        },
        {
            "start": 1258567242,
            "stop": 1258567303
        },
        {
            "start": 1258567306,
            "stop": 1258567307
        },
        {
            "start": 1258567313,
            "stop": 1258567315
        },
        {
            "start": 1258567318,
            "stop": 1258567319
        },
        {
            "start": 1258567321,
            "stop": 1258567322
        },
        {
            "start": 1258567325,
            "stop": 1258567330
        },
        {
            "start": 1258567333,
            "stop": 1258567334
        },
        {
            "start": 1258567337,
            "stop": 1258567559
        },
        {
            "start": 1258567561,
            "stop": 1258567671
        },
        {
            "start": 1258567674,
            "stop": 1258567682
        },
        {
            "start": 1258567685,
            "stop": 1258567811
        },
        {
            "start": 1258567814,
            "stop": 1258567886
        },
        {
            "start": 1258567889,
            "stop": 1258567924
        }
    ]
}