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/L1_STOCH_CAT2_H1L1/segments?format=api&page=237
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=236",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 237,
    "results": [
        {
            "start": 827916235,
            "stop": 827916295
        },
        {
            "start": 827916437,
            "stop": 827916497
        },
        {
            "start": 827916653,
            "stop": 827916833
        },
        {
            "start": 827916999,
            "stop": 827917419
        },
        {
            "start": 827917587,
            "stop": 827917887
        },
        {
            "start": 827918111,
            "stop": 827918471
        },
        {
            "start": 827918832,
            "stop": 827919072
        },
        {
            "start": 827919257,
            "stop": 827919317
        },
        {
            "start": 827919486,
            "stop": 827919606
        },
        {
            "start": 827919910,
            "stop": 827920630
        },
        {
            "start": 827920793,
            "stop": 827920913
        },
        {
            "start": 827921047,
            "stop": 827921677
        },
        {
            "start": 827922338,
            "stop": 827922458
        },
        {
            "start": 827931694,
            "stop": 827931814
        },
        {
            "start": 827932095,
            "stop": 827932275
        },
        {
            "start": 827932436,
            "stop": 827932556
        },
        {
            "start": 827932932,
            "stop": 827933532
        },
        {
            "start": 827933892,
            "stop": 827934132
        },
        {
            "start": 827934670,
            "stop": 827935390
        },
        {
            "start": 827941498,
            "stop": 827941978
        }
    ]
}