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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7030",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7031,
    "results": [
        {
            "start": 874048571,
            "stop": 874048681
        },
        {
            "start": 874048684,
            "stop": 874048886
        },
        {
            "start": 874048889,
            "stop": 874048899
        },
        {
            "start": 874048902,
            "stop": 874049573
        },
        {
            "start": 874049582,
            "stop": 874049586
        },
        {
            "start": 874049590,
            "stop": 874049874
        },
        {
            "start": 874049877,
            "stop": 874049931
        },
        {
            "start": 874049934,
            "stop": 874051471
        },
        {
            "start": 874051474,
            "stop": 874052172
        },
        {
            "start": 874054505,
            "stop": 874054509
        },
        {
            "start": 874054513,
            "stop": 874054514
        },
        {
            "start": 874054515,
            "stop": 874054517
        },
        {
            "start": 874054519,
            "stop": 874054522
        },
        {
            "start": 874054524,
            "stop": 874054525
        },
        {
            "start": 874054528,
            "stop": 874054532
        },
        {
            "start": 874054533,
            "stop": 874054537
        },
        {
            "start": 874054538,
            "stop": 874054539
        },
        {
            "start": 874054540,
            "stop": 874054541
        },
        {
            "start": 874054542,
            "stop": 874054543
        },
        {
            "start": 874054544,
            "stop": 874054550
        }
    ]
}