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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=713",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=711",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 712,
    "results": [
        {
            "start": 1248983943,
            "stop": 1248983953
        },
        {
            "start": 1248983955,
            "stop": 1248983957
        },
        {
            "start": 1248983962,
            "stop": 1248983963
        },
        {
            "start": 1248983967,
            "stop": 1248983972
        },
        {
            "start": 1248983979,
            "stop": 1248984036
        },
        {
            "start": 1248984042,
            "stop": 1248984044
        },
        {
            "start": 1248984049,
            "stop": 1248984055
        },
        {
            "start": 1248984060,
            "stop": 1248984062
        },
        {
            "start": 1248984064,
            "stop": 1248984066
        },
        {
            "start": 1248984071,
            "stop": 1248984078
        },
        {
            "start": 1248984083,
            "stop": 1248984092
        },
        {
            "start": 1248984095,
            "stop": 1248984108
        },
        {
            "start": 1248984110,
            "stop": 1248984111
        },
        {
            "start": 1248984116,
            "stop": 1248984117
        },
        {
            "start": 1248984127,
            "stop": 1248984128
        },
        {
            "start": 1248984129,
            "stop": 1248984207
        },
        {
            "start": 1248984212,
            "stop": 1248984214
        },
        {
            "start": 1248984223,
            "stop": 1248984226
        },
        {
            "start": 1248984231,
            "stop": 1248984234
        },
        {
            "start": 1248984237,
            "stop": 1248984254
        }
    ]
}