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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=344",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 345,
    "results": [
        {
            "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
        },
        {
            "start": 931784252,
            "stop": 931784254
        },
        {
            "start": 931784256,
            "stop": 931784259
        },
        {
            "start": 931784263,
            "stop": 931784265
        },
        {
            "start": 931784266,
            "stop": 931784268
        },
        {
            "start": 931784269,
            "stop": 931784272
        },
        {
            "start": 931784275,
            "stop": 931784280
        },
        {
            "start": 931784282,
            "stop": 931784285
        },
        {
            "start": 931784289,
            "stop": 931784291
        },
        {
            "start": 931784295,
            "stop": 931784298
        },
        {
            "start": 931784300,
            "stop": 931784301
        }
    ]
}