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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5279",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5277",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5278,
    "results": [
        {
            "start": 1137078796,
            "stop": 1137078798
        },
        {
            "start": 1137078800,
            "stop": 1137078802
        },
        {
            "start": 1137078805,
            "stop": 1137078806
        },
        {
            "start": 1137078808,
            "stop": 1137079045
        },
        {
            "start": 1137079049,
            "stop": 1137079062
        },
        {
            "start": 1137079063,
            "stop": 1137079068
        },
        {
            "start": 1137079069,
            "stop": 1137079160
        },
        {
            "start": 1137079161,
            "stop": 1137079175
        },
        {
            "start": 1137079177,
            "stop": 1137079189
        },
        {
            "start": 1137079190,
            "stop": 1137079227
        },
        {
            "start": 1137079230,
            "stop": 1137079231
        },
        {
            "start": 1137079234,
            "stop": 1137079324
        },
        {
            "start": 1137079326,
            "stop": 1137079350
        },
        {
            "start": 1137079352,
            "stop": 1137079355
        },
        {
            "start": 1137079357,
            "stop": 1137079389
        },
        {
            "start": 1137079394,
            "stop": 1137079395
        },
        {
            "start": 1137079397,
            "stop": 1137079495
        },
        {
            "start": 1137079501,
            "stop": 1137079588
        },
        {
            "start": 1137079591,
            "stop": 1137079604
        },
        {
            "start": 1137079606,
            "stop": 1137079641
        }
    ]
}