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_H2L1/segments?format=api&page=197
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_H2L1/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=196",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 197,
    "results": [
        {
            "start": 826487806,
            "stop": 826487866
        },
        {
            "start": 826488003,
            "stop": 826488543
        },
        {
            "start": 826488722,
            "stop": 826488872
        },
        {
            "start": 826492341,
            "stop": 826492461
        },
        {
            "start": 826492888,
            "stop": 826492948
        },
        {
            "start": 826496437,
            "stop": 826496497
        },
        {
            "start": 826501196,
            "stop": 826501616
        },
        {
            "start": 826501808,
            "stop": 826502108
        },
        {
            "start": 826502330,
            "stop": 826502660
        },
        {
            "start": 826502814,
            "stop": 826502994
        },
        {
            "start": 826503310,
            "stop": 826503490
        },
        {
            "start": 826503645,
            "stop": 826505205
        },
        {
            "start": 826505375,
            "stop": 826505495
        },
        {
            "start": 826505673,
            "stop": 826506033
        },
        {
            "start": 826506190,
            "stop": 826506910
        },
        {
            "start": 826508254,
            "stop": 826509964
        },
        {
            "start": 826510173,
            "stop": 826511133
        },
        {
            "start": 826511163,
            "stop": 826511943
        },
        {
            "start": 826512158,
            "stop": 826512518
        },
        {
            "start": 826512822,
            "stop": 826513782
        }
    ]
}