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=361
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=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=360",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 361,
    "results": [
        {
            "start": 825094461,
            "stop": 825094798
        },
        {
            "start": 825094801,
            "stop": 825094983
        },
        {
            "start": 825094986,
            "stop": 825094999
        },
        {
            "start": 825095002,
            "stop": 825095100
        },
        {
            "start": 825095103,
            "stop": 825095255
        },
        {
            "start": 825095258,
            "stop": 825095298
        },
        {
            "start": 825095301,
            "stop": 825095496
        },
        {
            "start": 825095499,
            "stop": 825095537
        },
        {
            "start": 825095540,
            "stop": 825095833
        },
        {
            "start": 825095836,
            "stop": 825095842
        },
        {
            "start": 825095846,
            "stop": 825095870
        },
        {
            "start": 825095873,
            "stop": 825096000
        },
        {
            "start": 825096060,
            "stop": 825096118
        },
        {
            "start": 825096122,
            "stop": 825096600
        },
        {
            "start": 825096660,
            "stop": 825097664
        },
        {
            "start": 825098112,
            "stop": 825098302
        },
        {
            "start": 825098305,
            "stop": 825098395
        },
        {
            "start": 825098399,
            "stop": 825098535
        },
        {
            "start": 825098538,
            "stop": 825098656
        },
        {
            "start": 825098660,
            "stop": 825098662
        }
    ]
}