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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=285",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 286,
    "results": [
        {
            "start": 857741879,
            "stop": 857741997
        },
        {
            "start": 857742000,
            "stop": 857742051
        },
        {
            "start": 857742055,
            "stop": 857742056
        },
        {
            "start": 857742065,
            "stop": 857742105
        },
        {
            "start": 857742109,
            "stop": 857742163
        },
        {
            "start": 857742167,
            "stop": 857742182
        },
        {
            "start": 857742186,
            "stop": 857742192
        },
        {
            "start": 857742196,
            "stop": 857742232
        },
        {
            "start": 857742236,
            "stop": 857742242
        },
        {
            "start": 857742270,
            "stop": 857742319
        },
        {
            "start": 857742324,
            "stop": 857742391
        },
        {
            "start": 857742395,
            "stop": 857742406
        },
        {
            "start": 857742410,
            "stop": 857742444
        },
        {
            "start": 857742449,
            "stop": 857742460
        },
        {
            "start": 857742464,
            "stop": 857742537
        },
        {
            "start": 857742542,
            "stop": 857742547
        },
        {
            "start": 857742570,
            "stop": 857742619
        },
        {
            "start": 857742623,
            "stop": 857742644
        },
        {
            "start": 857742647,
            "stop": 857742764
        },
        {
            "start": 857742768,
            "stop": 857742773
        }
    ]
}