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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 107,
    "results": [
        {
            "start": 1412716700,
            "stop": 1412719144
        },
        {
            "start": 1412719149,
            "stop": 1412727197
        },
        {
            "start": 1412727202,
            "stop": 1412744531
        },
        {
            "start": 1412744536,
            "stop": 1412744559
        },
        {
            "start": 1412744564,
            "stop": 1412747278
        },
        {
            "start": 1412747283,
            "stop": 1412748159
        },
        {
            "start": 1412748164,
            "stop": 1412751124
        },
        {
            "start": 1412751129,
            "stop": 1412759009
        },
        {
            "start": 1412759012,
            "stop": 1412759129
        },
        {
            "start": 1412759134,
            "stop": 1412763396
        },
        {
            "start": 1412763399,
            "stop": 1412768838
        },
        {
            "start": 1412768915,
            "stop": 1412769034
        },
        {
            "start": 1412769039,
            "stop": 1412769641
        },
        {
            "start": 1412770667,
            "stop": 1412772872
        },
        {
            "start": 1412772876,
            "stop": 1412776504
        },
        {
            "start": 1412776509,
            "stop": 1412778558
        },
        {
            "start": 1412778798,
            "stop": 1412783670
        },
        {
            "start": 1412783674,
            "stop": 1412784134
        },
        {
            "start": 1412784139,
            "stop": 1412784147
        },
        {
            "start": 1412784152,
            "stop": 1412787239
        }
    ]
}