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=6567
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=6568",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6566",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6567,
    "results": [
        {
            "start": 874491974,
            "stop": 874492567
        },
        {
            "start": 874492568,
            "stop": 874493140
        },
        {
            "start": 874493141,
            "stop": 874493472
        },
        {
            "start": 874493473,
            "stop": 874493925
        },
        {
            "start": 874493926,
            "stop": 874494095
        },
        {
            "start": 874494098,
            "stop": 874494522
        },
        {
            "start": 874494524,
            "stop": 874494710
        },
        {
            "start": 874494711,
            "stop": 874494872
        },
        {
            "start": 874494874,
            "stop": 874495555
        },
        {
            "start": 874495556,
            "stop": 874496332
        },
        {
            "start": 874496333,
            "stop": 874496470
        },
        {
            "start": 874496471,
            "stop": 874496633
        },
        {
            "start": 874496635,
            "stop": 874496726
        },
        {
            "start": 874496727,
            "stop": 874496780
        },
        {
            "start": 874496781,
            "stop": 874497267
        },
        {
            "start": 874497268,
            "stop": 874497293
        },
        {
            "start": 874497294,
            "stop": 874497818
        },
        {
            "start": 874497819,
            "stop": 874498375
        },
        {
            "start": 874498377,
            "stop": 874498412
        },
        {
            "start": 874498413,
            "stop": 874498711
        }
    ]
}