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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=102",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 103,
    "results": [
        {
            "start": 964172581,
            "stop": 964201433
        },
        {
            "start": 964203527,
            "stop": 964232507
        },
        {
            "start": 964233015,
            "stop": 964280001
        },
        {
            "start": 964315151,
            "stop": 964318068
        },
        {
            "start": 964318695,
            "stop": 964320319
        },
        {
            "start": 964321814,
            "stop": 964329505
        },
        {
            "start": 964330255,
            "stop": 964343695
        },
        {
            "start": 964343911,
            "stop": 964368809
        },
        {
            "start": 964373425,
            "stop": 964383937
        },
        {
            "start": 964387835,
            "stop": 964412223
        },
        {
            "start": 964414280,
            "stop": 964443357
        },
        {
            "start": 964444243,
            "stop": 964465922
        },
        {
            "start": 964469181,
            "stop": 964474320
        },
        {
            "start": 964476445,
            "stop": 964488875
        },
        {
            "start": 964489510,
            "stop": 964496867
        },
        {
            "start": 964497784,
            "stop": 964497920
        },
        {
            "start": 964505764,
            "stop": 964522235
        },
        {
            "start": 964524534,
            "stop": 964526132
        },
        {
            "start": 964530930,
            "stop": 964596859
        },
        {
            "start": 964601408,
            "stop": 964615335
        }
    ]
}