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=759
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=760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=758",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 759,
    "results": [
        {
            "start": 859382491,
            "stop": 859382851
        },
        {
            "start": 859383017,
            "stop": 859383197
        },
        {
            "start": 859383348,
            "stop": 859383438
        },
        {
            "start": 859388990,
            "stop": 859389590
        },
        {
            "start": 859389923,
            "stop": 859392203
        },
        {
            "start": 859392342,
            "stop": 859393842
        },
        {
            "start": 859394016,
            "stop": 859394376
        },
        {
            "start": 859394526,
            "stop": 859397406
        },
        {
            "start": 859397617,
            "stop": 859399837
        },
        {
            "start": 859401179,
            "stop": 859401719
        },
        {
            "start": 859402004,
            "stop": 859406924
        },
        {
            "start": 859407079,
            "stop": 859408819
        },
        {
            "start": 859409325,
            "stop": 859409445
        },
        {
            "start": 859409859,
            "stop": 859416759
        },
        {
            "start": 859416904,
            "stop": 859422844
        },
        {
            "start": 859422874,
            "stop": 859425904
        },
        {
            "start": 859426064,
            "stop": 859431644
        },
        {
            "start": 859433309,
            "stop": 859441889
        },
        {
            "start": 859442275,
            "stop": 859445395
        },
        {
            "start": 859445553,
            "stop": 859446933
        }
    ]
}