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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=6",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 7,
    "results": [
        {
            "start": 815210662,
            "stop": 815210670
        },
        {
            "start": 815210790,
            "stop": 815210804
        },
        {
            "start": 815210807,
            "stop": 815210850
        },
        {
            "start": 815210910,
            "stop": 815210979
        },
        {
            "start": 815210996,
            "stop": 815211090
        },
        {
            "start": 815211150,
            "stop": 815211366
        },
        {
            "start": 815211397,
            "stop": 815211425
        },
        {
            "start": 815211428,
            "stop": 815211450
        },
        {
            "start": 815211570,
            "stop": 815211580
        },
        {
            "start": 815211583,
            "stop": 815211597
        },
        {
            "start": 815211601,
            "stop": 815211622
        },
        {
            "start": 815211625,
            "stop": 815211793
        },
        {
            "start": 815211991,
            "stop": 815212061
        },
        {
            "start": 815212064,
            "stop": 815212067
        },
        {
            "start": 815212070,
            "stop": 815212082
        },
        {
            "start": 815212085,
            "stop": 815212170
        },
        {
            "start": 815212230,
            "stop": 815212267
        },
        {
            "start": 815212270,
            "stop": 815212295
        },
        {
            "start": 815212314,
            "stop": 815212442
        },
        {
            "start": 815212459,
            "stop": 815212484
        }
    ]
}