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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=363",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 364,
    "results": [
        {
            "start": 956310857,
            "stop": 956328880
        },
        {
            "start": 956330248,
            "stop": 956332201
        },
        {
            "start": 956337868,
            "stop": 956340635
        },
        {
            "start": 956342561,
            "stop": 956342598
        },
        {
            "start": 956344692,
            "stop": 956349108
        },
        {
            "start": 956351085,
            "stop": 956354114
        },
        {
            "start": 956359542,
            "stop": 956360905
        },
        {
            "start": 956363888,
            "stop": 956373863
        },
        {
            "start": 956382841,
            "stop": 956389293
        },
        {
            "start": 956389587,
            "stop": 956406943
        },
        {
            "start": 956408393,
            "stop": 956415903
        },
        {
            "start": 956438872,
            "stop": 956443896
        },
        {
            "start": 956449001,
            "stop": 956450199
        },
        {
            "start": 956453516,
            "stop": 956457839
        },
        {
            "start": 956467065,
            "stop": 956471160
        },
        {
            "start": 956472920,
            "stop": 956479438
        },
        {
            "start": 956480733,
            "stop": 956481256
        },
        {
            "start": 956482430,
            "stop": 956505681
        },
        {
            "start": 956510572,
            "stop": 956524821
        },
        {
            "start": 956526771,
            "stop": 956528776
        }
    ]
}