Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33289
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33288",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33289,
    "results": [
        {
            "start": 971006003,
            "stop": 971006019
        },
        {
            "start": 971006020,
            "stop": 971006033
        },
        {
            "start": 971006034,
            "stop": 971006036
        },
        {
            "start": 971006037,
            "stop": 971006050
        },
        {
            "start": 971006053,
            "stop": 971006060
        },
        {
            "start": 971006063,
            "stop": 971006088
        },
        {
            "start": 971006091,
            "stop": 971006108
        },
        {
            "start": 971006109,
            "stop": 971006112
        },
        {
            "start": 971006115,
            "stop": 971006132
        },
        {
            "start": 971006133,
            "stop": 971006140
        },
        {
            "start": 971006143,
            "stop": 971006161
        },
        {
            "start": 971006162,
            "stop": 971006169
        },
        {
            "start": 971006170,
            "stop": 971006175
        },
        {
            "start": 971006176,
            "stop": 971006180
        },
        {
            "start": 971006184,
            "stop": 971006207
        },
        {
            "start": 971006209,
            "stop": 971006220
        },
        {
            "start": 971006221,
            "stop": 971006235
        },
        {
            "start": 971006236,
            "stop": 971006241
        },
        {
            "start": 971006244,
            "stop": 971006248
        },
        {
            "start": 971006251,
            "stop": 971006253
        }
    ]
}