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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7133",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7134,
    "results": [
        {
            "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
        },
        {
            "start": 874331426,
            "stop": 874332155
        },
        {
            "start": 874332156,
            "stop": 874332252
        },
        {
            "start": 874332253,
            "stop": 874332346
        },
        {
            "start": 874332347,
            "stop": 874332811
        },
        {
            "start": 874332812,
            "stop": 874333004
        },
        {
            "start": 874333007,
            "stop": 874333151
        },
        {
            "start": 874333152,
            "stop": 874333353
        },
        {
            "start": 874333354,
            "stop": 874333563
        },
        {
            "start": 874333564,
            "stop": 874333565
        }
    ]
}