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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=196",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 197,
    "results": [
        {
            "start": 820696305,
            "stop": 820697571
        },
        {
            "start": 820697574,
            "stop": 820699997
        },
        {
            "start": 820700944,
            "stop": 820700950
        },
        {
            "start": 820700958,
            "stop": 820700985
        },
        {
            "start": 820700990,
            "stop": 820712956
        },
        {
            "start": 820713795,
            "stop": 820716077
        },
        {
            "start": 820717712,
            "stop": 820717860
        },
        {
            "start": 820717980,
            "stop": 820718003
        },
        {
            "start": 820718007,
            "stop": 820718040
        },
        {
            "start": 820718100,
            "stop": 820718220
        },
        {
            "start": 820718280,
            "stop": 820718307
        },
        {
            "start": 820718312,
            "stop": 820718340
        },
        {
            "start": 820718401,
            "stop": 820718411
        },
        {
            "start": 820718415,
            "stop": 820718452
        },
        {
            "start": 820718456,
            "stop": 820718598
        },
        {
            "start": 820718607,
            "stop": 820718760
        },
        {
            "start": 820718820,
            "stop": 820718940
        },
        {
            "start": 820719000,
            "stop": 820719060
        },
        {
            "start": 820719120,
            "stop": 820719240
        },
        {
            "start": 820719300,
            "stop": 820720922
        }
    ]
}