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=748
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=749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=747",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 748,
    "results": [
        {
            "start": 855847756,
            "stop": 855847816
        },
        {
            "start": 855847962,
            "stop": 855848202
        },
        {
            "start": 855848341,
            "stop": 855848641
        },
        {
            "start": 855848774,
            "stop": 855849014
        },
        {
            "start": 855849323,
            "stop": 855849503
        },
        {
            "start": 855849800,
            "stop": 855849920
        },
        {
            "start": 855850089,
            "stop": 855850329
        },
        {
            "start": 855850534,
            "stop": 855850594
        },
        {
            "start": 855850752,
            "stop": 855850932
        },
        {
            "start": 855851107,
            "stop": 855851167
        },
        {
            "start": 855851312,
            "stop": 855852032
        },
        {
            "start": 855854514,
            "stop": 855855924
        },
        {
            "start": 855856074,
            "stop": 855857154
        },
        {
            "start": 855857274,
            "stop": 855862374
        },
        {
            "start": 855863824,
            "stop": 855864424
        },
        {
            "start": 855864514,
            "stop": 855864784
        },
        {
            "start": 855865869,
            "stop": 855866709
        },
        {
            "start": 855867377,
            "stop": 855867617
        },
        {
            "start": 855868021,
            "stop": 855868741
        },
        {
            "start": 855868900,
            "stop": 855870340
        }
    ]
}