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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1470",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1468",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1469,
    "results": [
        {
            "start": 860711732,
            "stop": 860715624
        },
        {
            "start": 860716306,
            "stop": 860722365
        },
        {
            "start": 860723606,
            "stop": 860728963
        },
        {
            "start": 860729828,
            "stop": 860735164
        },
        {
            "start": 860736025,
            "stop": 860759688
        },
        {
            "start": 860761092,
            "stop": 860772088
        },
        {
            "start": 860772092,
            "stop": 860774256
        },
        {
            "start": 860774374,
            "stop": 860789278
        },
        {
            "start": 860790909,
            "stop": 860796801
        },
        {
            "start": 860797122,
            "stop": 860827370
        },
        {
            "start": 860827690,
            "stop": 860857392
        },
        {
            "start": 860874647,
            "stop": 860876753
        },
        {
            "start": 860876756,
            "stop": 860877456
        },
        {
            "start": 860877842,
            "stop": 860879006
        },
        {
            "start": 860879926,
            "stop": 860887359
        },
        {
            "start": 860888491,
            "stop": 860888729
        },
        {
            "start": 860891128,
            "stop": 860894440
        },
        {
            "start": 860894942,
            "stop": 860921047
        },
        {
            "start": 860923746,
            "stop": 860944674
        },
        {
            "start": 860945855,
            "stop": 860946352
        }
    ]
}