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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=102",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 103,
    "results": [
        {
            "start": 931706037,
            "stop": 931706042
        },
        {
            "start": 931706064,
            "stop": 931706070
        },
        {
            "start": 931706160,
            "stop": 931706172
        },
        {
            "start": 931706212,
            "stop": 931706219
        },
        {
            "start": 931706275,
            "stop": 931706293
        },
        {
            "start": 931706387,
            "stop": 931706437
        },
        {
            "start": 931706463,
            "stop": 931706466
        },
        {
            "start": 931706484,
            "stop": 931706491
        },
        {
            "start": 931706530,
            "stop": 931706531
        },
        {
            "start": 931712194,
            "stop": 931712208
        },
        {
            "start": 931712256,
            "stop": 931712260
        },
        {
            "start": 931712283,
            "stop": 931712390
        },
        {
            "start": 931722628,
            "stop": 931722816
        },
        {
            "start": 931722845,
            "stop": 931722864
        },
        {
            "start": 931722887,
            "stop": 931722937
        },
        {
            "start": 931722955,
            "stop": 931722992
        },
        {
            "start": 931723010,
            "stop": 931723073
        },
        {
            "start": 931723076,
            "stop": 931723172
        },
        {
            "start": 931723195,
            "stop": 931723215
        },
        {
            "start": 931723583,
            "stop": 931723585
        }
    ]
}