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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=245",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 246,
    "results": [
        {
            "start": 1240213057,
            "stop": 1240213155
        },
        {
            "start": 1240213156,
            "stop": 1240213587
        },
        {
            "start": 1240213589,
            "stop": 1240213994
        },
        {
            "start": 1240213995,
            "stop": 1240214164
        },
        {
            "start": 1240219851,
            "stop": 1240219959
        },
        {
            "start": 1240219961,
            "stop": 1240220019
        },
        {
            "start": 1240220020,
            "stop": 1240220021
        },
        {
            "start": 1240220022,
            "stop": 1240220254
        },
        {
            "start": 1240220255,
            "stop": 1240220266
        },
        {
            "start": 1240220268,
            "stop": 1240221078
        },
        {
            "start": 1240221081,
            "stop": 1240221181
        },
        {
            "start": 1240221182,
            "stop": 1240221532
        },
        {
            "start": 1240221535,
            "stop": 1240221673
        },
        {
            "start": 1240221674,
            "stop": 1240222127
        },
        {
            "start": 1240222128,
            "stop": 1240222309
        },
        {
            "start": 1240222311,
            "stop": 1240223459
        },
        {
            "start": 1240223461,
            "stop": 1240223540
        },
        {
            "start": 1240223541,
            "stop": 1240223607
        },
        {
            "start": 1240223608,
            "stop": 1240223812
        },
        {
            "start": 1240223815,
            "stop": 1240223854
        }
    ]
}