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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2487",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2485",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2486,
    "results": [
        {
            "start": 875147843,
            "stop": 875148707
        },
        {
            "start": 875148724,
            "stop": 875149010
        },
        {
            "start": 875149090,
            "stop": 875149130
        },
        {
            "start": 875149210,
            "stop": 875151331
        },
        {
            "start": 875151348,
            "stop": 875153809
        },
        {
            "start": 875153826,
            "stop": 875153953
        },
        {
            "start": 875153970,
            "stop": 875153985
        },
        {
            "start": 875162580,
            "stop": 875162640
        },
        {
            "start": 875162880,
            "stop": 875163000
        },
        {
            "start": 875163120,
            "stop": 875163180
        },
        {
            "start": 875163240,
            "stop": 875163480
        },
        {
            "start": 875163540,
            "stop": 875166300
        },
        {
            "start": 875175660,
            "stop": 875175900
        },
        {
            "start": 875175960,
            "stop": 875176020
        },
        {
            "start": 875176140,
            "stop": 875181060
        },
        {
            "start": 875181120,
            "stop": 875182079
        },
        {
            "start": 875182087,
            "stop": 875182112
        },
        {
            "start": 875182119,
            "stop": 875182121
        },
        {
            "start": 875182137,
            "stop": 875182144
        },
        {
            "start": 875182162,
            "stop": 875182176
        }
    ]
}