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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=250",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 251,
    "results": [
        {
            "start": 829315329,
            "stop": 829317249
        },
        {
            "start": 829319042,
            "stop": 829319132
        },
        {
            "start": 829319512,
            "stop": 829320052
        },
        {
            "start": 829320687,
            "stop": 829320747
        },
        {
            "start": 829321272,
            "stop": 829321422
        },
        {
            "start": 829322217,
            "stop": 829322277
        },
        {
            "start": 829350949,
            "stop": 829351009
        },
        {
            "start": 829353039,
            "stop": 829353399
        },
        {
            "start": 829353599,
            "stop": 829354079
        },
        {
            "start": 829360703,
            "stop": 829360763
        },
        {
            "start": 829360977,
            "stop": 829361037
        },
        {
            "start": 829363046,
            "stop": 829363226
        },
        {
            "start": 829363316,
            "stop": 829363376
        },
        {
            "start": 829363406,
            "stop": 829363886
        },
        {
            "start": 829364151,
            "stop": 829366611
        },
        {
            "start": 829367707,
            "stop": 829370707
        },
        {
            "start": 829370989,
            "stop": 829371589
        },
        {
            "start": 829372370,
            "stop": 829373150
        },
        {
            "start": 829375986,
            "stop": 829377366
        },
        {
            "start": 829378116,
            "stop": 829380096
        }
    ]
}