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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=98",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 99,
    "results": [
        {
            "start": 820476276,
            "stop": 820476336
        },
        {
            "start": 820476500,
            "stop": 820476560
        },
        {
            "start": 820476995,
            "stop": 820477055
        },
        {
            "start": 820477221,
            "stop": 820478961
        },
        {
            "start": 820479373,
            "stop": 820479553
        },
        {
            "start": 820479687,
            "stop": 820480227
        },
        {
            "start": 820480378,
            "stop": 820481458
        },
        {
            "start": 820481621,
            "stop": 820481801
        },
        {
            "start": 820482395,
            "stop": 820484015
        },
        {
            "start": 820484177,
            "stop": 820485017
        },
        {
            "start": 820486561,
            "stop": 820486801
        },
        {
            "start": 820494697,
            "stop": 820494817
        },
        {
            "start": 820495725,
            "stop": 820495845
        },
        {
            "start": 820496362,
            "stop": 820496422
        },
        {
            "start": 820496619,
            "stop": 820496799
        },
        {
            "start": 820496988,
            "stop": 820497048
        },
        {
            "start": 820497217,
            "stop": 820497277
        },
        {
            "start": 820497776,
            "stop": 820497836
        },
        {
            "start": 820498326,
            "stop": 820498446
        },
        {
            "start": 820498729,
            "stop": 820498849
        }
    ]
}