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=3135
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=3136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3134",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3135,
    "results": [
        {
            "start": 868365388,
            "stop": 868365390
        },
        {
            "start": 868365395,
            "stop": 868365420
        },
        {
            "start": 868365540,
            "stop": 868366802
        },
        {
            "start": 868366807,
            "stop": 868371210
        },
        {
            "start": 868371214,
            "stop": 868373400
        },
        {
            "start": 868373460,
            "stop": 868373700
        },
        {
            "start": 868373760,
            "stop": 868374120
        },
        {
            "start": 868374180,
            "stop": 868377176
        },
        {
            "start": 868377180,
            "stop": 868380404
        },
        {
            "start": 868380585,
            "stop": 868381380
        },
        {
            "start": 868381500,
            "stop": 868381900
        },
        {
            "start": 868381908,
            "stop": 868381920
        },
        {
            "start": 868382040,
            "stop": 868382444
        },
        {
            "start": 868382685,
            "stop": 868382820
        },
        {
            "start": 868382880,
            "stop": 868383240
        },
        {
            "start": 868383244,
            "stop": 868383727
        },
        {
            "start": 868383728,
            "stop": 868385400
        },
        {
            "start": 868386270,
            "stop": 868386300
        },
        {
            "start": 868386420,
            "stop": 868386584
        },
        {
            "start": 868386765,
            "stop": 868386858
        }
    ]
}