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=822
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=823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=821",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 822,
    "results": [
        {
            "start": 860054246,
            "stop": 860056946
        },
        {
            "start": 860057148,
            "stop": 860060388
        },
        {
            "start": 860062019,
            "stop": 860064659
        },
        {
            "start": 860064829,
            "stop": 860065369
        },
        {
            "start": 860065814,
            "stop": 860069264
        },
        {
            "start": 860069414,
            "stop": 860071334
        },
        {
            "start": 860071794,
            "stop": 860077374
        },
        {
            "start": 860078652,
            "stop": 860091072
        },
        {
            "start": 860091222,
            "stop": 860093112
        },
        {
            "start": 860094670,
            "stop": 860095450
        },
        {
            "start": 860095654,
            "stop": 860097874
        },
        {
            "start": 860098024,
            "stop": 860098654
        },
        {
            "start": 860098684,
            "stop": 860101954
        },
        {
            "start": 860102104,
            "stop": 860105614
        },
        {
            "start": 860106662,
            "stop": 860106962
        },
        {
            "start": 860107369,
            "stop": 860107489
        },
        {
            "start": 860107549,
            "stop": 860109229
        },
        {
            "start": 860109442,
            "stop": 860109622
        },
        {
            "start": 860110835,
            "stop": 860111015
        },
        {
            "start": 860111158,
            "stop": 860113258
        }
    ]
}