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=795
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=796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=794",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 795,
    "results": [
        {
            "start": 858429492,
            "stop": 858429792
        },
        {
            "start": 858429822,
            "stop": 858432132
        },
        {
            "start": 858432302,
            "stop": 858432722
        },
        {
            "start": 858455096,
            "stop": 858455546
        },
        {
            "start": 858455636,
            "stop": 858457736
        },
        {
            "start": 858459677,
            "stop": 858459737
        },
        {
            "start": 858460889,
            "stop": 858461849
        },
        {
            "start": 858465382,
            "stop": 858465622
        },
        {
            "start": 858465799,
            "stop": 858467719
        },
        {
            "start": 858469051,
            "stop": 858469591
        },
        {
            "start": 858469848,
            "stop": 858477708
        },
        {
            "start": 858477992,
            "stop": 858481322
        },
        {
            "start": 858481472,
            "stop": 858486872
        },
        {
            "start": 858487912,
            "stop": 858489712
        },
        {
            "start": 858490036,
            "stop": 858490816
        },
        {
            "start": 858491050,
            "stop": 858492760
        },
        {
            "start": 858492880,
            "stop": 858497890
        },
        {
            "start": 858499832,
            "stop": 858503492
        },
        {
            "start": 858503772,
            "stop": 858506472
        },
        {
            "start": 858506858,
            "stop": 858511778
        }
    ]
}