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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=23",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 24,
    "results": [
        {
            "start": 931594925,
            "stop": 931594929
        },
        {
            "start": 931595096,
            "stop": 931595098
        },
        {
            "start": 931595132,
            "stop": 931595134
        },
        {
            "start": 931595153,
            "stop": 931595167
        },
        {
            "start": 931595186,
            "stop": 931595200
        },
        {
            "start": 931595236,
            "stop": 931595238
        },
        {
            "start": 931595287,
            "stop": 931595315
        },
        {
            "start": 931595537,
            "stop": 931595558
        },
        {
            "start": 931595607,
            "stop": 931595611
        },
        {
            "start": 931596640,
            "stop": 931596646
        },
        {
            "start": 931596680,
            "stop": 931596686
        },
        {
            "start": 931596822,
            "stop": 931596832
        },
        {
            "start": 931597044,
            "stop": 931597048
        },
        {
            "start": 931597384,
            "stop": 931597385
        },
        {
            "start": 931597602,
            "stop": 931597611
        },
        {
            "start": 931597742,
            "stop": 931597774
        },
        {
            "start": 931597851,
            "stop": 931597854
        },
        {
            "start": 931597960,
            "stop": 931597971
        },
        {
            "start": 931598009,
            "stop": 931598014
        },
        {
            "start": 931598080,
            "stop": 931598099
        }
    ]
}