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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 156,
    "results": [
        {
            "start": 931402742,
            "stop": 931402778
        },
        {
            "start": 931402779,
            "stop": 931402793
        },
        {
            "start": 931402794,
            "stop": 931402815
        },
        {
            "start": 931403175,
            "stop": 931403203
        },
        {
            "start": 931403204,
            "stop": 931403210
        },
        {
            "start": 931403212,
            "stop": 931403220
        },
        {
            "start": 931403221,
            "stop": 931403227
        },
        {
            "start": 931403228,
            "stop": 931403229
        },
        {
            "start": 931403231,
            "stop": 931403234
        },
        {
            "start": 931403235,
            "stop": 931403239
        },
        {
            "start": 931403241,
            "stop": 931403242
        },
        {
            "start": 931403244,
            "stop": 931403259
        },
        {
            "start": 931403261,
            "stop": 931403274
        },
        {
            "start": 931403276,
            "stop": 931403277
        },
        {
            "start": 931403280,
            "stop": 931403295
        },
        {
            "start": 931403297,
            "stop": 931403301
        },
        {
            "start": 931403305,
            "stop": 931403306
        },
        {
            "start": 931403308,
            "stop": 931403336
        },
        {
            "start": 931403337,
            "stop": 931403341
        },
        {
            "start": 931403345,
            "stop": 931403381
        }
    ]
}