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=691
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=692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=690",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 691,
    "results": [
        {
            "start": 855481139,
            "stop": 855481379
        },
        {
            "start": 855481469,
            "stop": 855481529
        },
        {
            "start": 855481559,
            "stop": 855481619
        },
        {
            "start": 855481919,
            "stop": 855482039
        },
        {
            "start": 855482069,
            "stop": 855482219
        },
        {
            "start": 855482279,
            "stop": 855482339
        },
        {
            "start": 855482459,
            "stop": 855482609
        },
        {
            "start": 855482789,
            "stop": 855482999
        },
        {
            "start": 855483204,
            "stop": 855483264
        },
        {
            "start": 855483294,
            "stop": 855483384
        },
        {
            "start": 855483538,
            "stop": 855484018
        },
        {
            "start": 855484048,
            "stop": 855484108
        },
        {
            "start": 855484138,
            "stop": 855484198
        },
        {
            "start": 855484228,
            "stop": 855484288
        },
        {
            "start": 855484408,
            "stop": 855485098
        },
        {
            "start": 855554718,
            "stop": 855555138
        },
        {
            "start": 855555288,
            "stop": 855558378
        },
        {
            "start": 855559502,
            "stop": 855560762
        },
        {
            "start": 855561099,
            "stop": 855561699
        },
        {
            "start": 855561881,
            "stop": 855565211
        }
    ]
}