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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=84",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 85,
    "results": [
        {
            "start": 817748050,
            "stop": 817748053
        },
        {
            "start": 817750205,
            "stop": 817750220
        },
        {
            "start": 817750249,
            "stop": 817750254
        },
        {
            "start": 817750269,
            "stop": 817750513
        },
        {
            "start": 817755360,
            "stop": 817755507
        },
        {
            "start": 817755514,
            "stop": 817755808
        },
        {
            "start": 817755821,
            "stop": 817755884
        },
        {
            "start": 817755895,
            "stop": 817756253
        },
        {
            "start": 817756260,
            "stop": 817756753
        },
        {
            "start": 817756826,
            "stop": 817757340
        },
        {
            "start": 817757452,
            "stop": 817757942
        },
        {
            "start": 817757960,
            "stop": 817758785
        },
        {
            "start": 817758814,
            "stop": 817758822
        },
        {
            "start": 817758867,
            "stop": 817758933
        },
        {
            "start": 817758968,
            "stop": 817760814
        },
        {
            "start": 817760859,
            "stop": 817760927
        },
        {
            "start": 817760956,
            "stop": 817761152
        },
        {
            "start": 817761181,
            "stop": 817761415
        },
        {
            "start": 817761433,
            "stop": 817765158
        },
        {
            "start": 817765174,
            "stop": 817765383
        }
    ]
}