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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=516",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=514",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 515,
    "results": [
        {
            "start": 964330255,
            "stop": 964343695
        },
        {
            "start": 964343911,
            "stop": 964366203
        },
        {
            "start": 964366207,
            "stop": 964366231
        },
        {
            "start": 964366271,
            "stop": 964368471
        },
        {
            "start": 964368511,
            "stop": 964368794
        },
        {
            "start": 964373425,
            "stop": 964378065
        },
        {
            "start": 964378105,
            "stop": 964383865
        },
        {
            "start": 964383905,
            "stop": 964383922
        },
        {
            "start": 964387835,
            "stop": 964412208
        },
        {
            "start": 964414280,
            "stop": 964443357
        },
        {
            "start": 964444243,
            "stop": 964465907
        },
        {
            "start": 964469181,
            "stop": 964471736
        },
        {
            "start": 964471738,
            "stop": 964474305
        },
        {
            "start": 964476445,
            "stop": 964488875
        },
        {
            "start": 964489510,
            "stop": 964496867
        },
        {
            "start": 964497784,
            "stop": 964497905
        },
        {
            "start": 964505764,
            "stop": 964522037
        },
        {
            "start": 964522097,
            "stop": 964522220
        },
        {
            "start": 964524534,
            "stop": 964526117
        },
        {
            "start": 964530930,
            "stop": 964533170
        }
    ]
}