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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=284",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 285,
    "results": [
        {
            "start": 931705896,
            "stop": 931705915
        },
        {
            "start": 931705924,
            "stop": 931705928
        },
        {
            "start": 931705932,
            "stop": 931705937
        },
        {
            "start": 931705941,
            "stop": 931705942
        },
        {
            "start": 931705944,
            "stop": 931705945
        },
        {
            "start": 931705948,
            "stop": 931705965
        },
        {
            "start": 931705970,
            "stop": 931705988
        },
        {
            "start": 931705990,
            "stop": 931705992
        },
        {
            "start": 931705995,
            "stop": 931706007
        },
        {
            "start": 931706008,
            "stop": 931706010
        },
        {
            "start": 931706016,
            "stop": 931706020
        },
        {
            "start": 931706024,
            "stop": 931706027
        },
        {
            "start": 931706029,
            "stop": 931706050
        },
        {
            "start": 931706052,
            "stop": 931706055
        },
        {
            "start": 931706056,
            "stop": 931706078
        },
        {
            "start": 931706080,
            "stop": 931706090
        },
        {
            "start": 931706092,
            "stop": 931706093
        },
        {
            "start": 931706097,
            "stop": 931706105
        },
        {
            "start": 931706108,
            "stop": 931706116
        },
        {
            "start": 931706120,
            "stop": 931706123
        }
    ]
}