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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=251",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 252,
    "results": [
        {
            "start": 829384548,
            "stop": 829388988
        },
        {
            "start": 829389149,
            "stop": 829391189
        },
        {
            "start": 829391391,
            "stop": 829391751
        },
        {
            "start": 829393292,
            "stop": 829395272
        },
        {
            "start": 829405574,
            "stop": 829405754
        },
        {
            "start": 829405914,
            "stop": 829405974
        },
        {
            "start": 829436453,
            "stop": 829436573
        },
        {
            "start": 829443949,
            "stop": 829444009
        },
        {
            "start": 829444362,
            "stop": 829445112
        },
        {
            "start": 829445262,
            "stop": 829446342
        },
        {
            "start": 829446598,
            "stop": 829447528
        },
        {
            "start": 829448288,
            "stop": 829452488
        },
        {
            "start": 829452703,
            "stop": 829453153
        },
        {
            "start": 829453303,
            "stop": 829454623
        },
        {
            "start": 829455009,
            "stop": 829455549
        },
        {
            "start": 829455722,
            "stop": 829456682
        },
        {
            "start": 829460125,
            "stop": 829463005
        },
        {
            "start": 829463169,
            "stop": 829463259
        },
        {
            "start": 829463349,
            "stop": 829463649
        },
        {
            "start": 829463814,
            "stop": 829465134
        }
    ]
}