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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=36",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 37,
    "results": [
        {
            "start": 815891902,
            "stop": 815894296
        },
        {
            "start": 815894299,
            "stop": 815901061
        },
        {
            "start": 815901064,
            "stop": 815904677
        },
        {
            "start": 815904694,
            "stop": 815905168
        },
        {
            "start": 815905171,
            "stop": 815905530
        },
        {
            "start": 815905590,
            "stop": 815906023
        },
        {
            "start": 815906436,
            "stop": 815906495
        },
        {
            "start": 815906497,
            "stop": 815908825
        },
        {
            "start": 815911204,
            "stop": 815912123
        },
        {
            "start": 815912126,
            "stop": 815912457
        },
        {
            "start": 815912460,
            "stop": 815913457
        },
        {
            "start": 815913460,
            "stop": 815914470
        },
        {
            "start": 815914530,
            "stop": 815918670
        },
        {
            "start": 815918730,
            "stop": 815919358
        },
        {
            "start": 815919361,
            "stop": 815921790
        },
        {
            "start": 815921850,
            "stop": 815922399
        },
        {
            "start": 815922402,
            "stop": 815923118
        },
        {
            "start": 815923121,
            "stop": 815923827
        },
        {
            "start": 815923830,
            "stop": 815923985
        },
        {
            "start": 815923989,
            "stop": 815924348
        }
    ]
}