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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=422",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=420",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 421,
    "results": [
        {
            "start": 941256539,
            "stop": 941256944
        },
        {
            "start": 941256946,
            "stop": 941275807
        },
        {
            "start": 941280327,
            "stop": 941281289
        },
        {
            "start": 941281292,
            "stop": 941288768
        },
        {
            "start": 941290197,
            "stop": 941294816
        },
        {
            "start": 941296421,
            "stop": 941299514
        },
        {
            "start": 941336632,
            "stop": 941344199
        },
        {
            "start": 941346143,
            "stop": 941373604
        },
        {
            "start": 941376222,
            "stop": 941381795
        },
        {
            "start": 941381797,
            "stop": 941382782
        },
        {
            "start": 941382783,
            "stop": 941382938
        },
        {
            "start": 941382939,
            "stop": 941383257
        },
        {
            "start": 941383259,
            "stop": 941383511
        },
        {
            "start": 941386056,
            "stop": 941388646
        },
        {
            "start": 941391994,
            "stop": 941395535
        },
        {
            "start": 941395536,
            "stop": 941395945
        },
        {
            "start": 941403878,
            "stop": 941411404
        },
        {
            "start": 941412764,
            "stop": 941422246
        },
        {
            "start": 941425135,
            "stop": 941439064
        },
        {
            "start": 941446323,
            "stop": 941452013
        }
    ]
}