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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=190",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 191,
    "results": [
        {
            "start": 838084325,
            "stop": 838087153
        },
        {
            "start": 838089644,
            "stop": 838108388
        },
        {
            "start": 838109206,
            "stop": 838128063
        },
        {
            "start": 838128064,
            "stop": 838128065
        },
        {
            "start": 838128067,
            "stop": 838128080
        },
        {
            "start": 838128082,
            "stop": 838131124
        },
        {
            "start": 838131130,
            "stop": 838131131
        },
        {
            "start": 838131433,
            "stop": 838138896
        },
        {
            "start": 838138911,
            "stop": 838138913
        },
        {
            "start": 838139002,
            "stop": 838141011
        },
        {
            "start": 838141014,
            "stop": 838141022
        },
        {
            "start": 838141025,
            "stop": 838145803
        },
        {
            "start": 838145806,
            "stop": 838145808
        },
        {
            "start": 838145813,
            "stop": 838145817
        },
        {
            "start": 838146084,
            "stop": 838148564
        },
        {
            "start": 838148567,
            "stop": 838150892
        },
        {
            "start": 838153260,
            "stop": 838153693
        },
        {
            "start": 838155285,
            "stop": 838155762
        },
        {
            "start": 838155764,
            "stop": 838157825
        },
        {
            "start": 838157828,
            "stop": 838157833
        }
    ]
}