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=7174
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=7175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7173",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7174,
    "results": [
        {
            "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
        },
        {
            "start": 874498712,
            "stop": 874498713
        },
        {
            "start": 874498714,
            "stop": 874498766
        },
        {
            "start": 874498767,
            "stop": 874499043
        },
        {
            "start": 874499044,
            "stop": 874499086
        },
        {
            "start": 874499087,
            "stop": 874499171
        }
    ]
}