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=910
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=911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=909",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 910,
    "results": [
        {
            "start": 864894891,
            "stop": 864896061
        },
        {
            "start": 864896211,
            "stop": 864896571
        },
        {
            "start": 864896721,
            "stop": 864897501
        },
        {
            "start": 864897651,
            "stop": 864898971
        },
        {
            "start": 864899121,
            "stop": 864901761
        },
        {
            "start": 864901973,
            "stop": 864906773
        },
        {
            "start": 864906945,
            "stop": 864912465
        },
        {
            "start": 864913372,
            "stop": 864921772
        },
        {
            "start": 864922109,
            "stop": 864924929
        },
        {
            "start": 864925151,
            "stop": 864930971
        },
        {
            "start": 864931119,
            "stop": 864931959
        },
        {
            "start": 864932101,
            "stop": 864932221
        },
        {
            "start": 864932372,
            "stop": 864932972
        },
        {
            "start": 864933135,
            "stop": 864933675
        },
        {
            "start": 864933835,
            "stop": 864934495
        },
        {
            "start": 864934725,
            "stop": 864936945
        },
        {
            "start": 864937101,
            "stop": 864939501
        },
        {
            "start": 864939659,
            "stop": 864940319
        },
        {
            "start": 864940490,
            "stop": 864947090
        },
        {
            "start": 864947640,
            "stop": 864948420
        }
    ]
}