Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=269
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=268",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 269,
    "results": [
        {
            "start": 964389190,
            "stop": 964389880
        },
        {
            "start": 964389885,
            "stop": 964390078
        },
        {
            "start": 964390082,
            "stop": 964412118
        },
        {
            "start": 964414280,
            "stop": 964443357
        },
        {
            "start": 964444243,
            "stop": 964465817
        },
        {
            "start": 964469181,
            "stop": 964474215
        },
        {
            "start": 964476445,
            "stop": 964488875
        },
        {
            "start": 964489510,
            "stop": 964496867
        },
        {
            "start": 964497784,
            "stop": 964497815
        },
        {
            "start": 964505764,
            "stop": 964522130
        },
        {
            "start": 964524534,
            "stop": 964526027
        },
        {
            "start": 964530930,
            "stop": 964596754
        },
        {
            "start": 964601408,
            "stop": 964615230
        },
        {
            "start": 964618458,
            "stop": 964632121
        },
        {
            "start": 964634737,
            "stop": 964655888
        },
        {
            "start": 964655891,
            "stop": 964655942
        },
        {
            "start": 964655946,
            "stop": 964656450
        },
        {
            "start": 964656457,
            "stop": 964656493
        },
        {
            "start": 964656516,
            "stop": 964656519
        },
        {
            "start": 964656525,
            "stop": 964656536
        }
    ]
}