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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5317",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5318,
    "results": [
        {
            "start": 970922472,
            "stop": 970922549
        },
        {
            "start": 970922552,
            "stop": 970922772
        },
        {
            "start": 970922775,
            "stop": 970923038
        },
        {
            "start": 970923042,
            "stop": 970923058
        },
        {
            "start": 970923079,
            "stop": 970923081
        },
        {
            "start": 970923084,
            "stop": 970923138
        },
        {
            "start": 970952365,
            "stop": 970952385
        },
        {
            "start": 970952388,
            "stop": 970953544
        },
        {
            "start": 970953547,
            "stop": 970953715
        },
        {
            "start": 970953718,
            "stop": 970954381
        },
        {
            "start": 970954384,
            "stop": 970954742
        },
        {
            "start": 970954745,
            "stop": 970954866
        },
        {
            "start": 970954869,
            "stop": 970955191
        },
        {
            "start": 970955194,
            "stop": 970955263
        },
        {
            "start": 970955266,
            "stop": 970955289
        },
        {
            "start": 970955314,
            "stop": 970955450
        },
        {
            "start": 970955453,
            "stop": 970955844
        },
        {
            "start": 970955847,
            "stop": 970956363
        },
        {
            "start": 970956366,
            "stop": 970956758
        },
        {
            "start": 970956761,
            "stop": 970957161
        }
    ]
}