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=5288
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=5289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5287",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5288,
    "results": [
        {
            "start": 970506593,
            "stop": 970506634
        },
        {
            "start": 970506637,
            "stop": 970506654
        },
        {
            "start": 970506657,
            "stop": 970506829
        },
        {
            "start": 970506832,
            "stop": 970506839
        },
        {
            "start": 970506842,
            "stop": 970506995
        },
        {
            "start": 970506998,
            "stop": 970507068
        },
        {
            "start": 970507071,
            "stop": 970507192
        },
        {
            "start": 970566904,
            "stop": 970566927
        },
        {
            "start": 970566930,
            "stop": 970566969
        },
        {
            "start": 970566972,
            "stop": 970567098
        },
        {
            "start": 970567101,
            "stop": 970567343
        },
        {
            "start": 970567346,
            "stop": 970567508
        },
        {
            "start": 970567511,
            "stop": 970567744
        },
        {
            "start": 970567747,
            "stop": 970567991
        },
        {
            "start": 970567994,
            "stop": 970568192
        },
        {
            "start": 970568195,
            "stop": 970568373
        },
        {
            "start": 970569673,
            "stop": 970570108
        },
        {
            "start": 970570111,
            "stop": 970570175
        },
        {
            "start": 970570178,
            "stop": 970570340
        },
        {
            "start": 970570343,
            "stop": 970570345
        }
    ]
}