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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=307",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 308,
    "results": [
        {
            "start": 833026193,
            "stop": 833026313
        },
        {
            "start": 833026616,
            "stop": 833026676
        },
        {
            "start": 833029732,
            "stop": 833030272
        },
        {
            "start": 833035287,
            "stop": 833035527
        },
        {
            "start": 833063394,
            "stop": 833069094
        },
        {
            "start": 833070104,
            "stop": 833072444
        },
        {
            "start": 833072534,
            "stop": 833075084
        },
        {
            "start": 833075244,
            "stop": 833077764
        },
        {
            "start": 833077914,
            "stop": 833080284
        },
        {
            "start": 833080447,
            "stop": 833083327
        },
        {
            "start": 833083489,
            "stop": 833086009
        },
        {
            "start": 833086301,
            "stop": 833089541
        },
        {
            "start": 833090649,
            "stop": 833091069
        },
        {
            "start": 833092286,
            "stop": 833093846
        },
        {
            "start": 833094005,
            "stop": 833094905
        },
        {
            "start": 833095058,
            "stop": 833096258
        },
        {
            "start": 833099218,
            "stop": 833103838
        },
        {
            "start": 833103988,
            "stop": 833108398
        },
        {
            "start": 833108549,
            "stop": 833108849
        },
        {
            "start": 833109057,
            "stop": 833109957
        }
    ]
}