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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=721",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 722,
    "results": [
        {
            "start": 854031634,
            "stop": 854033134
        },
        {
            "start": 854033293,
            "stop": 854034313
        },
        {
            "start": 854034616,
            "stop": 854035036
        },
        {
            "start": 854035763,
            "stop": 854036063
        },
        {
            "start": 854328065,
            "stop": 854332835
        },
        {
            "start": 854332985,
            "stop": 854338805
        },
        {
            "start": 854338993,
            "stop": 854340613
        },
        {
            "start": 854340772,
            "stop": 854344252
        },
        {
            "start": 854344342,
            "stop": 854344432
        },
        {
            "start": 854345354,
            "stop": 854346614
        },
        {
            "start": 854346764,
            "stop": 854352554
        },
        {
            "start": 854354677,
            "stop": 854354977
        },
        {
            "start": 854355216,
            "stop": 854362416
        },
        {
            "start": 854362624,
            "stop": 854363254
        },
        {
            "start": 854363404,
            "stop": 854369644
        },
        {
            "start": 854370977,
            "stop": 854372567
        },
        {
            "start": 854373699,
            "stop": 854374359
        },
        {
            "start": 854374635,
            "stop": 854376795
        },
        {
            "start": 854386984,
            "stop": 854388424
        },
        {
            "start": 854388580,
            "stop": 854389240
        }
    ]
}