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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10227",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10228,
    "results": [
        {
            "start": 874251357,
            "stop": 874251918
        },
        {
            "start": 874252172,
            "stop": 874252200
        },
        {
            "start": 874253274,
            "stop": 874253499
        },
        {
            "start": 874253516,
            "stop": 874253526
        },
        {
            "start": 874253571,
            "stop": 874253824
        },
        {
            "start": 874253841,
            "stop": 874257062
        },
        {
            "start": 874257079,
            "stop": 874257120
        },
        {
            "start": 874257180,
            "stop": 874258260
        },
        {
            "start": 874258320,
            "stop": 874258680
        },
        {
            "start": 874258800,
            "stop": 874259959
        },
        {
            "start": 874259995,
            "stop": 874260127
        },
        {
            "start": 874260144,
            "stop": 874260186
        },
        {
            "start": 874260205,
            "stop": 874260296
        },
        {
            "start": 874260356,
            "stop": 874261260
        },
        {
            "start": 874261320,
            "stop": 874262245
        },
        {
            "start": 874262262,
            "stop": 874262444
        },
        {
            "start": 874262461,
            "stop": 874262738
        },
        {
            "start": 874262746,
            "stop": 874262915
        },
        {
            "start": 874265802,
            "stop": 874265945
        },
        {
            "start": 874266099,
            "stop": 874266148
        }
    ]
}