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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3043",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3044,
    "results": [
        {
            "start": 864584767,
            "stop": 864585096
        },
        {
            "start": 864585396,
            "stop": 864585769
        },
        {
            "start": 864586439,
            "stop": 864589004
        },
        {
            "start": 864589008,
            "stop": 864589500
        },
        {
            "start": 864589620,
            "stop": 864590040
        },
        {
            "start": 864590160,
            "stop": 864592164
        },
        {
            "start": 864595062,
            "stop": 864595773
        },
        {
            "start": 864595776,
            "stop": 864597900
        },
        {
            "start": 864597960,
            "stop": 864598200
        },
        {
            "start": 864598260,
            "stop": 864598980
        },
        {
            "start": 864599040,
            "stop": 864600595
        },
        {
            "start": 864600600,
            "stop": 864600627
        },
        {
            "start": 864600643,
            "stop": 864600657
        },
        {
            "start": 864600780,
            "stop": 864602640
        },
        {
            "start": 864602700,
            "stop": 864604554
        },
        {
            "start": 864605929,
            "stop": 864606637
        },
        {
            "start": 864607754,
            "stop": 864607773
        },
        {
            "start": 864608173,
            "stop": 864608387
        },
        {
            "start": 864608392,
            "stop": 864608705
        },
        {
            "start": 864608802,
            "stop": 864611948
        }
    ]
}