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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=60",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 61,
    "results": [
        {
            "start": 817573361,
            "stop": 817573948
        },
        {
            "start": 817573955,
            "stop": 817574580
        },
        {
            "start": 817574640,
            "stop": 817574870
        },
        {
            "start": 817575095,
            "stop": 817576970
        },
        {
            "start": 817577050,
            "stop": 817577233
        },
        {
            "start": 817577263,
            "stop": 817577265
        },
        {
            "start": 817577363,
            "stop": 817577390
        },
        {
            "start": 817577530,
            "stop": 817577580
        },
        {
            "start": 817577663,
            "stop": 817577690
        },
        {
            "start": 817577770,
            "stop": 817578650
        },
        {
            "start": 817578730,
            "stop": 817578900
        },
        {
            "start": 817578960,
            "stop": 817579490
        },
        {
            "start": 817579620,
            "stop": 817579800
        },
        {
            "start": 817579860,
            "stop": 817580630
        },
        {
            "start": 817580710,
            "stop": 817582730
        },
        {
            "start": 817582870,
            "stop": 817583400
        },
        {
            "start": 817583460,
            "stop": 817584230
        },
        {
            "start": 817584370,
            "stop": 817584590
        },
        {
            "start": 817584670,
            "stop": 817584960
        },
        {
            "start": 817585020,
            "stop": 817585190
        }
    ]
}