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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=57",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 58,
    "results": [
        {
            "start": 931259548,
            "stop": 931259714
        },
        {
            "start": 931259716,
            "stop": 931260127
        },
        {
            "start": 931260128,
            "stop": 931260227
        },
        {
            "start": 931260229,
            "stop": 931260266
        },
        {
            "start": 931260268,
            "stop": 931260332
        },
        {
            "start": 931260333,
            "stop": 931260598
        },
        {
            "start": 931261879,
            "stop": 931261881
        },
        {
            "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
        }
    ]
}