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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3545",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3543",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3544,
    "results": [
        {
            "start": 970250337,
            "stop": 970250478
        },
        {
            "start": 970250489,
            "stop": 970250518
        },
        {
            "start": 970250521,
            "stop": 970250536
        },
        {
            "start": 970250659,
            "stop": 970250958
        },
        {
            "start": 970250964,
            "stop": 970250984
        },
        {
            "start": 970250990,
            "stop": 970251048
        },
        {
            "start": 970251051,
            "stop": 970251088
        },
        {
            "start": 970251091,
            "stop": 970251109
        },
        {
            "start": 970251139,
            "stop": 970251196
        },
        {
            "start": 970251197,
            "stop": 970251263
        },
        {
            "start": 970251266,
            "stop": 970251398
        },
        {
            "start": 970251401,
            "stop": 970251436
        },
        {
            "start": 970251616,
            "stop": 970251670
        },
        {
            "start": 970251691,
            "stop": 970251736
        },
        {
            "start": 970251976,
            "stop": 970252036
        },
        {
            "start": 970252216,
            "stop": 970252327
        },
        {
            "start": 970252338,
            "stop": 970252351
        },
        {
            "start": 970252354,
            "stop": 970252395
        },
        {
            "start": 970252516,
            "stop": 970252538
        },
        {
            "start": 970252541,
            "stop": 970252559
        }
    ]
}