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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=158",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 159,
    "results": [
        {
            "start": 931534905,
            "stop": 931535019
        },
        {
            "start": 931535020,
            "stop": 931535041
        },
        {
            "start": 931535042,
            "stop": 931535104
        },
        {
            "start": 931535105,
            "stop": 931535123
        },
        {
            "start": 931535125,
            "stop": 931535140
        },
        {
            "start": 931535142,
            "stop": 931535151
        },
        {
            "start": 931535153,
            "stop": 931535224
        },
        {
            "start": 931535226,
            "stop": 931535295
        },
        {
            "start": 931535299,
            "stop": 931535425
        },
        {
            "start": 931535427,
            "stop": 931535429
        },
        {
            "start": 931535431,
            "stop": 931535464
        },
        {
            "start": 931535465,
            "stop": 931535543
        },
        {
            "start": 931535545,
            "stop": 931535574
        },
        {
            "start": 931535576,
            "stop": 931535595
        },
        {
            "start": 931535597,
            "stop": 931535607
        },
        {
            "start": 931535608,
            "stop": 931535624
        },
        {
            "start": 931535625,
            "stop": 931535706
        },
        {
            "start": 931535708,
            "stop": 931535769
        },
        {
            "start": 931535771,
            "stop": 931535797
        },
        {
            "start": 931535799,
            "stop": 931535809
        }
    ]
}