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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=162",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 163,
    "results": [
        {
            "start": 931536738,
            "stop": 931536769
        },
        {
            "start": 931536771,
            "stop": 931536782
        },
        {
            "start": 931536785,
            "stop": 931536789
        },
        {
            "start": 931536794,
            "stop": 931536798
        },
        {
            "start": 931536799,
            "stop": 931536805
        },
        {
            "start": 931536808,
            "stop": 931536810
        },
        {
            "start": 931536812,
            "stop": 931536814
        },
        {
            "start": 931536819,
            "stop": 931536822
        },
        {
            "start": 931536824,
            "stop": 931536830
        },
        {
            "start": 931536832,
            "stop": 931536845
        },
        {
            "start": 931536847,
            "stop": 931536848
        },
        {
            "start": 931536850,
            "stop": 931536862
        },
        {
            "start": 931536866,
            "stop": 931536869
        },
        {
            "start": 931536871,
            "stop": 931536872
        },
        {
            "start": 931536875,
            "stop": 931536895
        },
        {
            "start": 931536902,
            "stop": 931536903
        },
        {
            "start": 931536904,
            "stop": 931536912
        },
        {
            "start": 931536913,
            "stop": 931536915
        },
        {
            "start": 931536917,
            "stop": 931536918
        },
        {
            "start": 931536922,
            "stop": 931536926
        }
    ]
}