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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=238",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 239,
    "results": [
        {
            "start": 827828883,
            "stop": 827829063
        },
        {
            "start": 827829479,
            "stop": 827830019
        },
        {
            "start": 827830192,
            "stop": 827830492
        },
        {
            "start": 827830658,
            "stop": 827831918
        },
        {
            "start": 827832119,
            "stop": 827834339
        },
        {
            "start": 827834545,
            "stop": 827836045
        },
        {
            "start": 827836220,
            "stop": 827837120
        },
        {
            "start": 827837270,
            "stop": 827838230
        },
        {
            "start": 827838377,
            "stop": 827840117
        },
        {
            "start": 827841305,
            "stop": 827841545
        },
        {
            "start": 827842152,
            "stop": 827845032
        },
        {
            "start": 827847147,
            "stop": 827847207
        },
        {
            "start": 827866008,
            "stop": 827866428
        },
        {
            "start": 827866746,
            "stop": 827867226
        },
        {
            "start": 827867742,
            "stop": 827867802
        },
        {
            "start": 827868708,
            "stop": 827868768
        },
        {
            "start": 827873781,
            "stop": 827873901
        },
        {
            "start": 827883166,
            "stop": 827883346
        },
        {
            "start": 827883515,
            "stop": 827883575
        },
        {
            "start": 827883766,
            "stop": 827884246
        }
    ]
}