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=2916
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=2917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2915",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2916,
    "results": [
        {
            "start": 858466905,
            "stop": 858466980
        },
        {
            "start": 858467040,
            "stop": 858467537
        },
        {
            "start": 858469125,
            "stop": 858469140
        },
        {
            "start": 858469200,
            "stop": 858469260
        },
        {
            "start": 858469320,
            "stop": 858469367
        },
        {
            "start": 858469373,
            "stop": 858469378
        },
        {
            "start": 858469382,
            "stop": 858469475
        },
        {
            "start": 858469478,
            "stop": 858469537
        },
        {
            "start": 858469543,
            "stop": 858469630
        },
        {
            "start": 858469633,
            "stop": 858469643
        },
        {
            "start": 858469646,
            "stop": 858469653
        },
        {
            "start": 858469656,
            "stop": 858469679
        },
        {
            "start": 858469769,
            "stop": 858469800
        },
        {
            "start": 858470142,
            "stop": 858470144
        },
        {
            "start": 858470874,
            "stop": 858471900
        },
        {
            "start": 858471903,
            "stop": 858471983
        },
        {
            "start": 858471986,
            "stop": 858472740
        },
        {
            "start": 858472800,
            "stop": 858473100
        },
        {
            "start": 858473160,
            "stop": 858475054
        },
        {
            "start": 858475057,
            "stop": 858489665
        }
    ]
}