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=3186
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=3187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3185",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3186,
    "results": [
        {
            "start": 870232500,
            "stop": 870232580
        },
        {
            "start": 870232583,
            "stop": 870232622
        },
        {
            "start": 870232625,
            "stop": 870233196
        },
        {
            "start": 870233199,
            "stop": 870235614
        },
        {
            "start": 870235617,
            "stop": 870236220
        },
        {
            "start": 870236280,
            "stop": 870236444
        },
        {
            "start": 870236625,
            "stop": 870236760
        },
        {
            "start": 870236820,
            "stop": 870236847
        },
        {
            "start": 870236852,
            "stop": 870236957
        },
        {
            "start": 870236961,
            "stop": 870237000
        },
        {
            "start": 870237060,
            "stop": 870237170
        },
        {
            "start": 870237178,
            "stop": 870237180
        },
        {
            "start": 870237306,
            "stop": 870237333
        },
        {
            "start": 870237337,
            "stop": 870237340
        },
        {
            "start": 870237343,
            "stop": 870237420
        },
        {
            "start": 870237480,
            "stop": 870237720
        },
        {
            "start": 870237840,
            "stop": 870237960
        },
        {
            "start": 870238020,
            "stop": 870238080
        },
        {
            "start": 870238140,
            "stop": 870238145
        },
        {
            "start": 870238149,
            "stop": 870238680
        }
    ]
}