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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=297",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 298,
    "results": [
        {
            "start": 832267228,
            "stop": 832267528
        },
        {
            "start": 832267870,
            "stop": 832267990
        },
        {
            "start": 832268464,
            "stop": 832268524
        },
        {
            "start": 832268688,
            "stop": 832269228
        },
        {
            "start": 832269383,
            "stop": 832269563
        },
        {
            "start": 832269707,
            "stop": 832270247
        },
        {
            "start": 832270403,
            "stop": 832270583
        },
        {
            "start": 832270772,
            "stop": 832271912
        },
        {
            "start": 832274743,
            "stop": 832274803
        },
        {
            "start": 832277446,
            "stop": 832277866
        },
        {
            "start": 832278037,
            "stop": 832278097
        },
        {
            "start": 832278479,
            "stop": 832278659
        },
        {
            "start": 832279200,
            "stop": 832279260
        },
        {
            "start": 832279761,
            "stop": 832280721
        },
        {
            "start": 832280892,
            "stop": 832281432
        },
        {
            "start": 832281580,
            "stop": 832281640
        },
        {
            "start": 832281783,
            "stop": 832281903
        },
        {
            "start": 832282050,
            "stop": 832282110
        },
        {
            "start": 832282279,
            "stop": 832284799
        },
        {
            "start": 832286406,
            "stop": 832295646
        }
    ]
}