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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=851",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 852,
    "results": [
        {
            "start": 873027541,
            "stop": 873027545
        },
        {
            "start": 873027553,
            "stop": 873027558
        },
        {
            "start": 873027565,
            "stop": 873027571
        },
        {
            "start": 873027578,
            "stop": 873027584
        },
        {
            "start": 873027591,
            "stop": 873027596
        },
        {
            "start": 873027604,
            "stop": 873027610
        },
        {
            "start": 873027617,
            "stop": 873027623
        },
        {
            "start": 873027630,
            "stop": 873027637
        },
        {
            "start": 873027643,
            "stop": 873027649
        },
        {
            "start": 873027657,
            "stop": 873027663
        },
        {
            "start": 873027670,
            "stop": 873027676
        },
        {
            "start": 873027683,
            "stop": 873027701
        },
        {
            "start": 873027709,
            "stop": 873027714
        },
        {
            "start": 873027722,
            "stop": 873027729
        },
        {
            "start": 873027734,
            "stop": 873027743
        },
        {
            "start": 873027748,
            "stop": 873027753
        },
        {
            "start": 873027759,
            "stop": 873027765
        },
        {
            "start": 873027772,
            "stop": 873027777
        },
        {
            "start": 873027785,
            "stop": 873027792
        },
        {
            "start": 873027796,
            "stop": 873027805
        }
    ]
}