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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=108",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 109,
    "results": [
        {
            "start": 821449703,
            "stop": 821449730
        },
        {
            "start": 821449733,
            "stop": 821449989
        },
        {
            "start": 821449992,
            "stop": 821450017
        },
        {
            "start": 821450021,
            "stop": 821450036
        },
        {
            "start": 821450039,
            "stop": 821450148
        },
        {
            "start": 821450151,
            "stop": 821450165
        },
        {
            "start": 821450168,
            "stop": 821450223
        },
        {
            "start": 821450226,
            "stop": 821450333
        },
        {
            "start": 821450336,
            "stop": 821450339
        },
        {
            "start": 821450342,
            "stop": 821450383
        },
        {
            "start": 821450386,
            "stop": 821450431
        },
        {
            "start": 821450434,
            "stop": 821450511
        },
        {
            "start": 821450514,
            "stop": 821450636
        },
        {
            "start": 821450639,
            "stop": 821450687
        },
        {
            "start": 821450690,
            "stop": 821450693
        },
        {
            "start": 821450696,
            "stop": 821450708
        },
        {
            "start": 821450711,
            "stop": 821450774
        },
        {
            "start": 821450777,
            "stop": 821450808
        },
        {
            "start": 821450811,
            "stop": 821450914
        },
        {
            "start": 821450917,
            "stop": 821450949
        }
    ]
}