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=397
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=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=396",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 397,
    "results": [
        {
            "start": 825943053,
            "stop": 825943055
        },
        {
            "start": 825943058,
            "stop": 825943060
        },
        {
            "start": 825943067,
            "stop": 825943069
        },
        {
            "start": 825943072,
            "stop": 825943079
        },
        {
            "start": 825943088,
            "stop": 825943100
        },
        {
            "start": 825943105,
            "stop": 825943106
        },
        {
            "start": 825943112,
            "stop": 825943113
        },
        {
            "start": 825943116,
            "stop": 825943118
        },
        {
            "start": 825943121,
            "stop": 825943122
        },
        {
            "start": 825943126,
            "stop": 825943138
        },
        {
            "start": 825943141,
            "stop": 825943142
        },
        {
            "start": 825943145,
            "stop": 825943150
        },
        {
            "start": 825943157,
            "stop": 825943161
        },
        {
            "start": 825943164,
            "stop": 825943166
        },
        {
            "start": 825943172,
            "stop": 825943174
        },
        {
            "start": 825943181,
            "stop": 825943193
        },
        {
            "start": 825943203,
            "stop": 825943205
        },
        {
            "start": 825943208,
            "stop": 825943211
        },
        {
            "start": 825943216,
            "stop": 825943217
        },
        {
            "start": 825943223,
            "stop": 825943224
        }
    ]
}