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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=461",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=459",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 460,
    "results": [
        {
            "start": 950414802,
            "stop": 950431216
        },
        {
            "start": 950431217,
            "stop": 950431259
        },
        {
            "start": 950431260,
            "stop": 950431875
        },
        {
            "start": 950432235,
            "stop": 950434441
        },
        {
            "start": 950434443,
            "stop": 950456761
        },
        {
            "start": 950458151,
            "stop": 950458414
        },
        {
            "start": 950460093,
            "stop": 950463862
        },
        {
            "start": 950466865,
            "stop": 950470073
        },
        {
            "start": 950482057,
            "stop": 950491414
        },
        {
            "start": 950497767,
            "stop": 950501632
        },
        {
            "start": 950506584,
            "stop": 950514057
        },
        {
            "start": 950517846,
            "stop": 950549414
        },
        {
            "start": 950554845,
            "stop": 950559157
        },
        {
            "start": 950561894,
            "stop": 950566416
        },
        {
            "start": 950571375,
            "stop": 950572087
        },
        {
            "start": 950572088,
            "stop": 950574850
        },
        {
            "start": 950574851,
            "stop": 950593722
        },
        {
            "start": 950603476,
            "stop": 950606737
        },
        {
            "start": 950608628,
            "stop": 950613783
        },
        {
            "start": 950616535,
            "stop": 950635361
        }
    ]
}