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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 78,
    "results": [
        {
            "start": 931261892,
            "stop": 931261893
        },
        {
            "start": 931261897,
            "stop": 931261899
        },
        {
            "start": 931261907,
            "stop": 931261917
        },
        {
            "start": 931261928,
            "stop": 931261929
        },
        {
            "start": 931261931,
            "stop": 931261932
        },
        {
            "start": 931262038,
            "stop": 931262041
        },
        {
            "start": 931262043,
            "stop": 931262044
        },
        {
            "start": 931262045,
            "stop": 931262049
        },
        {
            "start": 931262062,
            "stop": 931262066
        },
        {
            "start": 931262068,
            "stop": 931262075
        },
        {
            "start": 931262085,
            "stop": 931262086
        },
        {
            "start": 931262089,
            "stop": 931262091
        },
        {
            "start": 931262095,
            "stop": 931262097
        },
        {
            "start": 931262100,
            "stop": 931262124
        },
        {
            "start": 931262126,
            "stop": 931262129
        },
        {
            "start": 931262131,
            "stop": 931262147
        },
        {
            "start": 931262148,
            "stop": 931262152
        },
        {
            "start": 931262153,
            "stop": 931262241
        },
        {
            "start": 931262242,
            "stop": 931262415
        },
        {
            "start": 931262775,
            "stop": 931262904
        }
    ]
}