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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3624",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3622",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3623,
    "results": [
        {
            "start": 970489484,
            "stop": 970489487
        },
        {
            "start": 970489497,
            "stop": 970489510
        },
        {
            "start": 970489513,
            "stop": 970489519
        },
        {
            "start": 970489522,
            "stop": 970489523
        },
        {
            "start": 970489530,
            "stop": 970489532
        },
        {
            "start": 970489535,
            "stop": 970489536
        },
        {
            "start": 970489537,
            "stop": 970489542
        },
        {
            "start": 970489546,
            "stop": 970489549
        },
        {
            "start": 970489554,
            "stop": 970489555
        },
        {
            "start": 970489558,
            "stop": 970489560
        },
        {
            "start": 970489566,
            "stop": 970489568
        },
        {
            "start": 970489571,
            "stop": 970489573
        },
        {
            "start": 970489584,
            "stop": 970489586
        },
        {
            "start": 970489589,
            "stop": 970489592
        },
        {
            "start": 970489595,
            "stop": 970489600
        },
        {
            "start": 970489603,
            "stop": 970489605
        },
        {
            "start": 970489609,
            "stop": 970489611
        },
        {
            "start": 970489615,
            "stop": 970489628
        },
        {
            "start": 970489631,
            "stop": 970489637
        },
        {
            "start": 970489654,
            "stop": 970489663
        }
    ]
}