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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6530",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6528",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6529,
    "results": [
        {
            "start": 874327071,
            "stop": 874327081
        },
        {
            "start": 874327082,
            "stop": 874327691
        },
        {
            "start": 874327692,
            "stop": 874327719
        },
        {
            "start": 874327720,
            "stop": 874328288
        },
        {
            "start": 874328289,
            "stop": 874328450
        },
        {
            "start": 874328451,
            "stop": 874328798
        },
        {
            "start": 874328799,
            "stop": 874329114
        },
        {
            "start": 874329115,
            "stop": 874329167
        },
        {
            "start": 874329168,
            "stop": 874329238
        },
        {
            "start": 874329239,
            "stop": 874329455
        },
        {
            "start": 874329456,
            "stop": 874329856
        },
        {
            "start": 874329857,
            "stop": 874329970
        },
        {
            "start": 874329971,
            "stop": 874330124
        },
        {
            "start": 874330125,
            "stop": 874330227
        },
        {
            "start": 874330228,
            "stop": 874330396
        },
        {
            "start": 874330397,
            "stop": 874330539
        },
        {
            "start": 874330540,
            "stop": 874330572
        },
        {
            "start": 874330573,
            "stop": 874331126
        },
        {
            "start": 874331127,
            "stop": 874331261
        },
        {
            "start": 874331263,
            "stop": 874331425
        }
    ]
}