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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=114",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 115,
    "results": [
        {
            "start": 820035430,
            "stop": 820035843
        },
        {
            "start": 820035847,
            "stop": 820035972
        },
        {
            "start": 820035975,
            "stop": 820036134
        },
        {
            "start": 820036138,
            "stop": 820036303
        },
        {
            "start": 820036306,
            "stop": 820036494
        },
        {
            "start": 820036497,
            "stop": 820036831
        },
        {
            "start": 820036834,
            "stop": 820036937
        },
        {
            "start": 820036940,
            "stop": 820037507
        },
        {
            "start": 820037510,
            "stop": 820038107
        },
        {
            "start": 820038110,
            "stop": 820038120
        },
        {
            "start": 820038123,
            "stop": 820038430
        },
        {
            "start": 820038434,
            "stop": 820038449
        },
        {
            "start": 820038452,
            "stop": 820038789
        },
        {
            "start": 820038792,
            "stop": 820039655
        },
        {
            "start": 820039659,
            "stop": 820040143
        },
        {
            "start": 820040146,
            "stop": 820040561
        },
        {
            "start": 820040564,
            "stop": 820040874
        },
        {
            "start": 820040878,
            "stop": 820041044
        },
        {
            "start": 820041047,
            "stop": 820041776
        },
        {
            "start": 820041780,
            "stop": 820041838
        }
    ]
}