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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5274",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5272",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5273,
    "results": [
        {
            "start": 1137076089,
            "stop": 1137076103
        },
        {
            "start": 1137076105,
            "stop": 1137076110
        },
        {
            "start": 1137076112,
            "stop": 1137076117
        },
        {
            "start": 1137076126,
            "stop": 1137076137
        },
        {
            "start": 1137076139,
            "stop": 1137076140
        },
        {
            "start": 1137076143,
            "stop": 1137076150
        },
        {
            "start": 1137076153,
            "stop": 1137076163
        },
        {
            "start": 1137076165,
            "stop": 1137076168
        },
        {
            "start": 1137076170,
            "stop": 1137076172
        },
        {
            "start": 1137076174,
            "stop": 1137076177
        },
        {
            "start": 1137076179,
            "stop": 1137076181
        },
        {
            "start": 1137076186,
            "stop": 1137076188
        },
        {
            "start": 1137076190,
            "stop": 1137076191
        },
        {
            "start": 1137076193,
            "stop": 1137076200
        },
        {
            "start": 1137076205,
            "stop": 1137076206
        },
        {
            "start": 1137076208,
            "stop": 1137076212
        },
        {
            "start": 1137076215,
            "stop": 1137076237
        },
        {
            "start": 1137076239,
            "stop": 1137076240
        },
        {
            "start": 1137076244,
            "stop": 1137076245
        },
        {
            "start": 1137076247,
            "stop": 1137076250
        }
    ]
}