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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=298",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 299,
    "results": [
        {
            "start": 832635964,
            "stop": 832636264
        },
        {
            "start": 832636402,
            "stop": 832637182
        },
        {
            "start": 832637841,
            "stop": 832638021
        },
        {
            "start": 832638696,
            "stop": 832639356
        },
        {
            "start": 832642681,
            "stop": 832643461
        },
        {
            "start": 832643611,
            "stop": 832643791
        },
        {
            "start": 832645008,
            "stop": 832650528
        },
        {
            "start": 832654688,
            "stop": 832654808
        },
        {
            "start": 832655003,
            "stop": 832658003
        },
        {
            "start": 832658173,
            "stop": 832658383
        },
        {
            "start": 832658520,
            "stop": 832658640
        },
        {
            "start": 832659370,
            "stop": 832660390
        },
        {
            "start": 832660557,
            "stop": 832660677
        },
        {
            "start": 832662286,
            "stop": 832662826
        },
        {
            "start": 832662976,
            "stop": 832667386
        },
        {
            "start": 832667555,
            "stop": 832678835
        },
        {
            "start": 832693287,
            "stop": 832693527
        },
        {
            "start": 832693779,
            "stop": 832694439
        },
        {
            "start": 832694652,
            "stop": 832694772
        },
        {
            "start": 832694902,
            "stop": 832694962
        }
    ]
}