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=420
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=421",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=419",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 420,
    "results": [
        {
            "start": 932771672,
            "stop": 932771717
        },
        {
            "start": 932791915,
            "stop": 932792247
        },
        {
            "start": 932792248,
            "stop": 932792415
        },
        {
            "start": 932792775,
            "stop": 932793327
        },
        {
            "start": 932793328,
            "stop": 932794211
        },
        {
            "start": 932794212,
            "stop": 932794689
        },
        {
            "start": 932794690,
            "stop": 932794751
        },
        {
            "start": 932794752,
            "stop": 932795024
        },
        {
            "start": 932795026,
            "stop": 932795213
        },
        {
            "start": 932795214,
            "stop": 932795773
        },
        {
            "start": 932795776,
            "stop": 932796015
        },
        {
            "start": 932796375,
            "stop": 932796739
        },
        {
            "start": 932796740,
            "stop": 932796800
        },
        {
            "start": 932796801,
            "stop": 932796924
        },
        {
            "start": 932796925,
            "stop": 932796972
        },
        {
            "start": 932796973,
            "stop": 932797229
        },
        {
            "start": 932797231,
            "stop": 932797247
        },
        {
            "start": 932797250,
            "stop": 932797588
        },
        {
            "start": 932797589,
            "stop": 932797937
        },
        {
            "start": 932797938,
            "stop": 932797962
        }
    ]
}