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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8781",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8779",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8780,
    "results": [
        {
            "start": 873392640,
            "stop": 873392880
        },
        {
            "start": 873392940,
            "stop": 873393000
        },
        {
            "start": 873393017,
            "stop": 873393540
        },
        {
            "start": 873393600,
            "stop": 873393780
        },
        {
            "start": 873393900,
            "stop": 873393977
        },
        {
            "start": 873394015,
            "stop": 873394380
        },
        {
            "start": 873394440,
            "stop": 873396000
        },
        {
            "start": 873396060,
            "stop": 873396901
        },
        {
            "start": 873397080,
            "stop": 873397113
        },
        {
            "start": 873397125,
            "stop": 873397260
        },
        {
            "start": 873397380,
            "stop": 873397680
        },
        {
            "start": 873397740,
            "stop": 873397800
        },
        {
            "start": 873397860,
            "stop": 873398340
        },
        {
            "start": 873398400,
            "stop": 873398445
        },
        {
            "start": 873398565,
            "stop": 873399066
        },
        {
            "start": 873399186,
            "stop": 873399593
        },
        {
            "start": 873399766,
            "stop": 873400432
        },
        {
            "start": 873400552,
            "stop": 873401966
        },
        {
            "start": 873402261,
            "stop": 873402367
        },
        {
            "start": 873402641,
            "stop": 873402900
        }
    ]
}