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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=109",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 110,
    "results": [
        {
            "start": 834465495,
            "stop": 834478403
        },
        {
            "start": 834479523,
            "stop": 834490805
        },
        {
            "start": 834490811,
            "stop": 834500814
        },
        {
            "start": 834500815,
            "stop": 834501291
        },
        {
            "start": 834501292,
            "stop": 834509328
        },
        {
            "start": 834510738,
            "stop": 834510814
        },
        {
            "start": 834512826,
            "stop": 834515773
        },
        {
            "start": 834516999,
            "stop": 834517646
        },
        {
            "start": 834517647,
            "stop": 834517665
        },
        {
            "start": 834517669,
            "stop": 834518386
        },
        {
            "start": 834518827,
            "stop": 834520145
        },
        {
            "start": 834522185,
            "stop": 834524287
        },
        {
            "start": 834556242,
            "stop": 834568052
        },
        {
            "start": 834568059,
            "stop": 834568202
        },
        {
            "start": 834569948,
            "stop": 834571020
        },
        {
            "start": 834571027,
            "stop": 834571217
        },
        {
            "start": 834573350,
            "stop": 834573913
        },
        {
            "start": 834573992,
            "stop": 834574134
        },
        {
            "start": 834574141,
            "stop": 834593588
        },
        {
            "start": 834594295,
            "stop": 834596644
        }
    ]
}