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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=168",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 169,
    "results": [
        {
            "start": 865016362,
            "stop": 865019911
        },
        {
            "start": 865020719,
            "stop": 865029061
        },
        {
            "start": 865029920,
            "stop": 865030607
        },
        {
            "start": 865031749,
            "stop": 865034981
        },
        {
            "start": 865037349,
            "stop": 865057151
        },
        {
            "start": 865057920,
            "stop": 865077926
        },
        {
            "start": 865078057,
            "stop": 865079299
        },
        {
            "start": 865112470,
            "stop": 865112635
        },
        {
            "start": 865114884,
            "stop": 865115027
        },
        {
            "start": 865116577,
            "stop": 865130286
        },
        {
            "start": 865130472,
            "stop": 865172572
        },
        {
            "start": 865172774,
            "stop": 865184984
        },
        {
            "start": 865185194,
            "stop": 865185436
        },
        {
            "start": 865188938,
            "stop": 865190332
        },
        {
            "start": 865193408,
            "stop": 865198642
        },
        {
            "start": 865198839,
            "stop": 865201425
        },
        {
            "start": 865201798,
            "stop": 865202108
        },
        {
            "start": 865219366,
            "stop": 865263825
        },
        {
            "start": 865272148,
            "stop": 865345185
        },
        {
            "start": 865356577,
            "stop": 865361881
        }
    ]
}