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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=8",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 9,
    "results": [
        {
            "start": 932123648,
            "stop": 932130029
        },
        {
            "start": 932132100,
            "stop": 932133004
        },
        {
            "start": 932144795,
            "stop": 932146164
        },
        {
            "start": 932148013,
            "stop": 932149537
        },
        {
            "start": 932160666,
            "stop": 932161138
        },
        {
            "start": 932163273,
            "stop": 932163933
        },
        {
            "start": 932172102,
            "stop": 932178041
        },
        {
            "start": 932187087,
            "stop": 932191324
        },
        {
            "start": 932196440,
            "stop": 932202767
        },
        {
            "start": 932205873,
            "stop": 932214816
        },
        {
            "start": 932269258,
            "stop": 932269363
        },
        {
            "start": 932270492,
            "stop": 932284674
        },
        {
            "start": 932288665,
            "stop": 932289739
        },
        {
            "start": 932293443,
            "stop": 932308010
        },
        {
            "start": 932311471,
            "stop": 932312031
        },
        {
            "start": 932316434,
            "stop": 932316951
        },
        {
            "start": 932319084,
            "stop": 932319156
        },
        {
            "start": 932320369,
            "stop": 932320538
        },
        {
            "start": 932323723,
            "stop": 932324302
        },
        {
            "start": 932345677,
            "stop": 932345853
        }
    ]
}