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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=265",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 266,
    "results": [
        {
            "start": 830131904,
            "stop": 830133344
        },
        {
            "start": 830133494,
            "stop": 830135024
        },
        {
            "start": 830135572,
            "stop": 830135692
        },
        {
            "start": 830136287,
            "stop": 830136707
        },
        {
            "start": 830136919,
            "stop": 830137339
        },
        {
            "start": 830139157,
            "stop": 830139277
        },
        {
            "start": 830143758,
            "stop": 830143878
        },
        {
            "start": 830144436,
            "stop": 830144856
        },
        {
            "start": 830145237,
            "stop": 830145297
        },
        {
            "start": 830145600,
            "stop": 830146080
        },
        {
            "start": 830146385,
            "stop": 830147135
        },
        {
            "start": 830147502,
            "stop": 830149242
        },
        {
            "start": 830149385,
            "stop": 830149865
        },
        {
            "start": 830150026,
            "stop": 830150146
        },
        {
            "start": 830151092,
            "stop": 830151152
        },
        {
            "start": 830151560,
            "stop": 830155640
        },
        {
            "start": 830157105,
            "stop": 830158185
        },
        {
            "start": 830160144,
            "stop": 830162784
        },
        {
            "start": 830162994,
            "stop": 830173914
        },
        {
            "start": 830175397,
            "stop": 830177917
        }
    ]
}