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=1013
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=1014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1012",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1013,
    "results": [
        {
            "start": 871624823,
            "stop": 871625543
        },
        {
            "start": 871625693,
            "stop": 871627823
        },
        {
            "start": 871628826,
            "stop": 871629306
        },
        {
            "start": 871629469,
            "stop": 871633369
        },
        {
            "start": 871635421,
            "stop": 871639861
        },
        {
            "start": 871640023,
            "stop": 871640563
        },
        {
            "start": 871640847,
            "stop": 871649067
        },
        {
            "start": 871649222,
            "stop": 871649402
        },
        {
            "start": 871649562,
            "stop": 871649982
        },
        {
            "start": 871650172,
            "stop": 871651312
        },
        {
            "start": 871652824,
            "stop": 871653004
        },
        {
            "start": 871653217,
            "stop": 871653577
        },
        {
            "start": 871653607,
            "stop": 871654117
        },
        {
            "start": 871654321,
            "stop": 871654801
        },
        {
            "start": 871664052,
            "stop": 871666152
        },
        {
            "start": 871666304,
            "stop": 871668464
        },
        {
            "start": 871668700,
            "stop": 871669900
        },
        {
            "start": 871669990,
            "stop": 871671820
        },
        {
            "start": 871684239,
            "stop": 871685439
        },
        {
            "start": 871697350,
            "stop": 871697410
        }
    ]
}