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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7639",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7637",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7638,
    "results": [
        {
            "start": 970985360,
            "stop": 970985396
        },
        {
            "start": 970985399,
            "stop": 970985562
        },
        {
            "start": 970985565,
            "stop": 970985809
        },
        {
            "start": 970985812,
            "stop": 970985873
        },
        {
            "start": 970985876,
            "stop": 970985966
        },
        {
            "start": 970985969,
            "stop": 970986029
        },
        {
            "start": 970986032,
            "stop": 970986167
        },
        {
            "start": 970986170,
            "stop": 970986227
        },
        {
            "start": 970986230,
            "stop": 970986232
        },
        {
            "start": 970986235,
            "stop": 970986346
        },
        {
            "start": 970986349,
            "stop": 970986392
        },
        {
            "start": 970986395,
            "stop": 970986427
        },
        {
            "start": 970986430,
            "stop": 970986596
        },
        {
            "start": 970986599,
            "stop": 970986706
        },
        {
            "start": 970986709,
            "stop": 970986742
        },
        {
            "start": 970986745,
            "stop": 970986763
        },
        {
            "start": 970986766,
            "stop": 970986796
        },
        {
            "start": 970986799,
            "stop": 970986865
        },
        {
            "start": 970986869,
            "stop": 970986946
        },
        {
            "start": 970986949,
            "stop": 970987063
        }
    ]
}