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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=745",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 746,
    "results": [
        {
            "start": 857642133,
            "stop": 857645445
        },
        {
            "start": 857647201,
            "stop": 857652044
        },
        {
            "start": 857653542,
            "stop": 857655510
        },
        {
            "start": 857655512,
            "stop": 857667282
        },
        {
            "start": 857669641,
            "stop": 857670450
        },
        {
            "start": 857670510,
            "stop": 857672850
        },
        {
            "start": 857675267,
            "stop": 857678600
        },
        {
            "start": 857679613,
            "stop": 857680290
        },
        {
            "start": 857680770,
            "stop": 857681970
        },
        {
            "start": 857682030,
            "stop": 857682036
        },
        {
            "start": 857682621,
            "stop": 857686195
        },
        {
            "start": 857689497,
            "stop": 857695410
        },
        {
            "start": 857695470,
            "stop": 857695475
        },
        {
            "start": 857696660,
            "stop": 857706574
        },
        {
            "start": 857708948,
            "stop": 857715509
        },
        {
            "start": 857716317,
            "stop": 857725470
        },
        {
            "start": 857725590,
            "stop": 857732430
        },
        {
            "start": 857732490,
            "stop": 857732910
        },
        {
            "start": 857732970,
            "stop": 857733330
        },
        {
            "start": 857733690,
            "stop": 857733810
        }
    ]
}