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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=131",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 132,
    "results": [
        {
            "start": 820034044,
            "stop": 820034045
        },
        {
            "start": 820034049,
            "stop": 820034365
        },
        {
            "start": 820034368,
            "stop": 820035035
        },
        {
            "start": 820035039,
            "stop": 820035041
        },
        {
            "start": 820035045,
            "stop": 820035427
        },
        {
            "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
        }
    ]
}