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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33119",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33120,
    "results": [
        {
            "start": 970561679,
            "stop": 970561686
        },
        {
            "start": 970561687,
            "stop": 970561694
        },
        {
            "start": 970561695,
            "stop": 970561707
        },
        {
            "start": 970561709,
            "stop": 970561730
        },
        {
            "start": 970561732,
            "stop": 970561736
        },
        {
            "start": 970561737,
            "stop": 970561763
        },
        {
            "start": 970561769,
            "stop": 970561770
        },
        {
            "start": 970561776,
            "stop": 970561788
        },
        {
            "start": 970561794,
            "stop": 970561801
        },
        {
            "start": 970561803,
            "stop": 970561805
        },
        {
            "start": 970561815,
            "stop": 970561819
        },
        {
            "start": 970561826,
            "stop": 970561829
        },
        {
            "start": 970561833,
            "stop": 970561838
        },
        {
            "start": 970561844,
            "stop": 970561854
        },
        {
            "start": 970561860,
            "stop": 970561864
        },
        {
            "start": 970561865,
            "stop": 970561873
        },
        {
            "start": 970561880,
            "stop": 970561892
        },
        {
            "start": 970561894,
            "stop": 970561904
        },
        {
            "start": 970561911,
            "stop": 970561912
        },
        {
            "start": 970561913,
            "stop": 970561914
        }
    ]
}