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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=275",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 276,
    "results": [
        {
            "start": 931783951,
            "stop": 931783958
        },
        {
            "start": 931783960,
            "stop": 931783969
        },
        {
            "start": 931783971,
            "stop": 931783995
        },
        {
            "start": 931783997,
            "stop": 931783999
        },
        {
            "start": 931784001,
            "stop": 931784007
        },
        {
            "start": 931784008,
            "stop": 931784015
        },
        {
            "start": 931784016,
            "stop": 931784018
        },
        {
            "start": 931784020,
            "stop": 931784039
        },
        {
            "start": 931784041,
            "stop": 931784043
        },
        {
            "start": 931784045,
            "stop": 931784091
        },
        {
            "start": 931784095,
            "stop": 931784115
        },
        {
            "start": 931784116,
            "stop": 931784132
        },
        {
            "start": 931784133,
            "stop": 931784140
        },
        {
            "start": 931784141,
            "stop": 931784144
        },
        {
            "start": 931784148,
            "stop": 931784175
        },
        {
            "start": 931784177,
            "stop": 931784183
        },
        {
            "start": 931784186,
            "stop": 931784237
        },
        {
            "start": 931784238,
            "stop": 931784239
        },
        {
            "start": 931784244,
            "stop": 931784246
        },
        {
            "start": 931784247,
            "stop": 931784248
        }
    ]
}