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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=218",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 219,
    "results": [
        {
            "start": 821284171,
            "stop": 821285919
        },
        {
            "start": 821285922,
            "stop": 821286542
        },
        {
            "start": 821286546,
            "stop": 821287162
        },
        {
            "start": 821288674,
            "stop": 821290500
        },
        {
            "start": 821290620,
            "stop": 821293670
        },
        {
            "start": 821293674,
            "stop": 821294519
        },
        {
            "start": 821294522,
            "stop": 821297873
        },
        {
            "start": 821297876,
            "stop": 821300100
        },
        {
            "start": 821300160,
            "stop": 821300170
        },
        {
            "start": 821300175,
            "stop": 821307610
        },
        {
            "start": 821308381,
            "stop": 821308630
        },
        {
            "start": 821308633,
            "stop": 821325816
        },
        {
            "start": 821325819,
            "stop": 821326273
        },
        {
            "start": 821326323,
            "stop": 821326324
        },
        {
            "start": 821326418,
            "stop": 821330232
        },
        {
            "start": 821330236,
            "stop": 821334220
        },
        {
            "start": 821334223,
            "stop": 821343919
        },
        {
            "start": 821343922,
            "stop": 821344071
        },
        {
            "start": 821345496,
            "stop": 821350202
        },
        {
            "start": 821350205,
            "stop": 821355902
        }
    ]
}