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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=24",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 25,
    "results": [
        {
            "start": 931185695,
            "stop": 931185800
        },
        {
            "start": 931185806,
            "stop": 931185852
        },
        {
            "start": 931185858,
            "stop": 931185863
        },
        {
            "start": 931185869,
            "stop": 931185893
        },
        {
            "start": 931185899,
            "stop": 931185904
        },
        {
            "start": 931185910,
            "stop": 931186064
        },
        {
            "start": 931186070,
            "stop": 931186183
        },
        {
            "start": 931186188,
            "stop": 931186320
        },
        {
            "start": 931186326,
            "stop": 931186332
        },
        {
            "start": 931186338,
            "stop": 931186339
        },
        {
            "start": 931186346,
            "stop": 931186664
        },
        {
            "start": 931186670,
            "stop": 931186671
        },
        {
            "start": 931186677,
            "stop": 931186793
        },
        {
            "start": 931186799,
            "stop": 931186802
        },
        {
            "start": 931186822,
            "stop": 931186892
        },
        {
            "start": 931186897,
            "stop": 931186915
        },
        {
            "start": 931186920,
            "stop": 931187092
        },
        {
            "start": 931187109,
            "stop": 931187120
        },
        {
            "start": 931187126,
            "stop": 931187161
        },
        {
            "start": 931187167,
            "stop": 931187172
        }
    ]
}