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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7592",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7590",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7591,
    "results": [
        {
            "start": 970491070,
            "stop": 970491074
        },
        {
            "start": 970491081,
            "stop": 970491082
        },
        {
            "start": 970491085,
            "stop": 970491086
        },
        {
            "start": 970491089,
            "stop": 970491094
        },
        {
            "start": 970491098,
            "stop": 970491100
        },
        {
            "start": 970491103,
            "stop": 970491113
        },
        {
            "start": 970491120,
            "stop": 970491123
        },
        {
            "start": 970491131,
            "stop": 970491133
        },
        {
            "start": 970491151,
            "stop": 970491155
        },
        {
            "start": 970491158,
            "stop": 970491174
        },
        {
            "start": 970491178,
            "stop": 970491182
        },
        {
            "start": 970491187,
            "stop": 970491191
        },
        {
            "start": 970491194,
            "stop": 970491201
        },
        {
            "start": 970491204,
            "stop": 970491208
        },
        {
            "start": 970491211,
            "stop": 970491218
        },
        {
            "start": 970491250,
            "stop": 970491265
        },
        {
            "start": 970491268,
            "stop": 970491269
        },
        {
            "start": 970491272,
            "stop": 970491274
        },
        {
            "start": 970491280,
            "stop": 970491282
        },
        {
            "start": 970491290,
            "stop": 970491291
        }
    ]
}