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=8099
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=8100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8098",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8099,
    "results": [
        {
            "start": 970669164,
            "stop": 970669376
        },
        {
            "start": 970669379,
            "stop": 970669943
        },
        {
            "start": 970669946,
            "stop": 970669964
        },
        {
            "start": 970669973,
            "stop": 970670043
        },
        {
            "start": 970672642,
            "stop": 970672882
        },
        {
            "start": 970672885,
            "stop": 970674967
        },
        {
            "start": 970674970,
            "stop": 970675101
        },
        {
            "start": 970675104,
            "stop": 970675418
        },
        {
            "start": 970675421,
            "stop": 970675672
        },
        {
            "start": 970675676,
            "stop": 970675711
        },
        {
            "start": 970675714,
            "stop": 970675854
        },
        {
            "start": 970675857,
            "stop": 970675901
        },
        {
            "start": 970675904,
            "stop": 970675921
        },
        {
            "start": 970675924,
            "stop": 970675983
        },
        {
            "start": 970675986,
            "stop": 970676370
        },
        {
            "start": 970676373,
            "stop": 970676735
        },
        {
            "start": 970676738,
            "stop": 970678824
        },
        {
            "start": 970678827,
            "stop": 970678905
        },
        {
            "start": 970678908,
            "stop": 970679155
        },
        {
            "start": 970679158,
            "stop": 970679219
        }
    ]
}