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=700
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=701",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=699",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 700,
    "results": [
        {
            "start": 855850089,
            "stop": 855850329
        },
        {
            "start": 855850534,
            "stop": 855850594
        },
        {
            "start": 855850752,
            "stop": 855850932
        },
        {
            "start": 855851107,
            "stop": 855851167
        },
        {
            "start": 855851312,
            "stop": 855852032
        },
        {
            "start": 855854530,
            "stop": 855855910
        },
        {
            "start": 855856060,
            "stop": 855857140
        },
        {
            "start": 855857290,
            "stop": 855862330
        },
        {
            "start": 855869615,
            "stop": 855869675
        },
        {
            "start": 855887567,
            "stop": 855889667
        },
        {
            "start": 855889879,
            "stop": 855891679
        },
        {
            "start": 855891739,
            "stop": 855892189
        },
        {
            "start": 855892371,
            "stop": 855896331
        },
        {
            "start": 855896361,
            "stop": 855901431
        },
        {
            "start": 855902277,
            "stop": 855903057
        },
        {
            "start": 855904502,
            "stop": 855905702
        },
        {
            "start": 855905958,
            "stop": 855907698
        },
        {
            "start": 855908942,
            "stop": 855909242
        },
        {
            "start": 855909447,
            "stop": 855918087
        },
        {
            "start": 855918284,
            "stop": 855918674
        }
    ]
}