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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3182",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3183,
    "results": [
        {
            "start": 870150180,
            "stop": 870152628
        },
        {
            "start": 870152632,
            "stop": 870152752
        },
        {
            "start": 870152756,
            "stop": 870152760
        },
        {
            "start": 870152940,
            "stop": 870153120
        },
        {
            "start": 870153180,
            "stop": 870156284
        },
        {
            "start": 870156465,
            "stop": 870156764
        },
        {
            "start": 870156945,
            "stop": 870160844
        },
        {
            "start": 870161025,
            "stop": 870161128
        },
        {
            "start": 870161131,
            "stop": 870161148
        },
        {
            "start": 870161151,
            "stop": 870161184
        },
        {
            "start": 870161187,
            "stop": 870162301
        },
        {
            "start": 870162304,
            "stop": 870162744
        },
        {
            "start": 870162747,
            "stop": 870162864
        },
        {
            "start": 870162868,
            "stop": 870162947
        },
        {
            "start": 870162951,
            "stop": 870163023
        },
        {
            "start": 870163029,
            "stop": 870163118
        },
        {
            "start": 870163121,
            "stop": 870163513
        },
        {
            "start": 870163516,
            "stop": 870163565
        },
        {
            "start": 870163568,
            "stop": 870171044
        },
        {
            "start": 870171225,
            "stop": 870177780
        }
    ]
}