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=2953
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=2954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2952",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2953,
    "results": [
        {
            "start": 859903382,
            "stop": 859903964
        },
        {
            "start": 859904145,
            "stop": 859904476
        },
        {
            "start": 859904479,
            "stop": 859904566
        },
        {
            "start": 859904569,
            "stop": 859904864
        },
        {
            "start": 859905045,
            "stop": 859905794
        },
        {
            "start": 859906020,
            "stop": 859906817
        },
        {
            "start": 859906823,
            "stop": 859907220
        },
        {
            "start": 859907280,
            "stop": 859909740
        },
        {
            "start": 859909800,
            "stop": 859910100
        },
        {
            "start": 859910160,
            "stop": 859911180
        },
        {
            "start": 859911240,
            "stop": 859911821
        },
        {
            "start": 859911824,
            "stop": 859913731
        },
        {
            "start": 859913734,
            "stop": 859913940
        },
        {
            "start": 859914000,
            "stop": 859919220
        },
        {
            "start": 859919280,
            "stop": 859919587
        },
        {
            "start": 859919593,
            "stop": 859921998
        },
        {
            "start": 859926181,
            "stop": 859926207
        },
        {
            "start": 859926467,
            "stop": 859927540
        },
        {
            "start": 859927545,
            "stop": 859927560
        },
        {
            "start": 859927680,
            "stop": 859929206
        }
    ]
}