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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=72",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 73,
    "results": [
        {
            "start": 826085313,
            "stop": 826094712
        },
        {
            "start": 826095955,
            "stop": 826097113
        },
        {
            "start": 826097950,
            "stop": 826106742
        },
        {
            "start": 826108854,
            "stop": 826118284
        },
        {
            "start": 826123275,
            "stop": 826123450
        },
        {
            "start": 826124172,
            "stop": 826124514
        },
        {
            "start": 826125850,
            "stop": 826126568
        },
        {
            "start": 826126750,
            "stop": 826129370
        },
        {
            "start": 826135194,
            "stop": 826135333
        },
        {
            "start": 826137178,
            "stop": 826139206
        },
        {
            "start": 826151547,
            "stop": 826155349
        },
        {
            "start": 826155519,
            "stop": 826155793
        },
        {
            "start": 826156538,
            "stop": 826167613
        },
        {
            "start": 826168222,
            "stop": 826170489
        },
        {
            "start": 826172317,
            "stop": 826181711
        },
        {
            "start": 826183771,
            "stop": 826188430
        },
        {
            "start": 826188495,
            "stop": 826194013
        },
        {
            "start": 826194038,
            "stop": 826194042
        },
        {
            "start": 826198670,
            "stop": 826207333
        },
        {
            "start": 826208520,
            "stop": 826215253
        }
    ]
}