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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 126,
    "results": [
        {
            "start": 931370917,
            "stop": 931370928
        },
        {
            "start": 931370930,
            "stop": 931371047
        },
        {
            "start": 931371048,
            "stop": 931371090
        },
        {
            "start": 931371091,
            "stop": 931371101
        },
        {
            "start": 931371103,
            "stop": 931371183
        },
        {
            "start": 931371185,
            "stop": 931371223
        },
        {
            "start": 931371225,
            "stop": 931371228
        },
        {
            "start": 931371230,
            "stop": 931371236
        },
        {
            "start": 931371240,
            "stop": 931371241
        },
        {
            "start": 931371245,
            "stop": 931371247
        },
        {
            "start": 931371249,
            "stop": 931371251
        },
        {
            "start": 931371263,
            "stop": 931371264
        },
        {
            "start": 931371265,
            "stop": 931371266
        },
        {
            "start": 931371269,
            "stop": 931371271
        },
        {
            "start": 931371273,
            "stop": 931371274
        },
        {
            "start": 931371276,
            "stop": 931371277
        },
        {
            "start": 931371279,
            "stop": 931371304
        },
        {
            "start": 931371305,
            "stop": 931371314
        },
        {
            "start": 931371315,
            "stop": 931371322
        },
        {
            "start": 931371324,
            "stop": 931371337
        }
    ]
}