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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=14",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 15,
    "results": [
        {
            "start": 818647053,
            "stop": 818647055
        },
        {
            "start": 818647155,
            "stop": 818648331
        },
        {
            "start": 818654828,
            "stop": 818659492
        },
        {
            "start": 818659505,
            "stop": 818659506
        },
        {
            "start": 818659622,
            "stop": 818660653
        },
        {
            "start": 818660671,
            "stop": 818660674
        },
        {
            "start": 818660774,
            "stop": 818661117
        },
        {
            "start": 818665552,
            "stop": 818666583
        },
        {
            "start": 818724388,
            "stop": 818737989
        },
        {
            "start": 818743944,
            "stop": 818745613
        },
        {
            "start": 818745644,
            "stop": 818745647
        },
        {
            "start": 818745896,
            "stop": 818760853
        },
        {
            "start": 818760885,
            "stop": 818760888
        },
        {
            "start": 818762713,
            "stop": 818763253
        },
        {
            "start": 818763264,
            "stop": 818763267
        },
        {
            "start": 818763313,
            "stop": 818763553
        },
        {
            "start": 818763597,
            "stop": 818763600
        },
        {
            "start": 818763733,
            "stop": 818764264
        },
        {
            "start": 818769500,
            "stop": 818772613
        },
        {
            "start": 818772672,
            "stop": 818772675
        }
    ]
}