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_H1L1/segments?format=api&page=227
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_H1L1/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=226",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 227,
    "results": [
        {
            "start": 827662830,
            "stop": 827662950
        },
        {
            "start": 827663356,
            "stop": 827663416
        },
        {
            "start": 827663948,
            "stop": 827664248
        },
        {
            "start": 827665426,
            "stop": 827665666
        },
        {
            "start": 827665878,
            "stop": 827665938
        },
        {
            "start": 827668276,
            "stop": 827668396
        },
        {
            "start": 827669956,
            "stop": 827670136
        },
        {
            "start": 827674219,
            "stop": 827674459
        },
        {
            "start": 827674691,
            "stop": 827675081
        },
        {
            "start": 827675235,
            "stop": 827675775
        },
        {
            "start": 827675937,
            "stop": 827677677
        },
        {
            "start": 827678005,
            "stop": 827678425
        },
        {
            "start": 827678662,
            "stop": 827678782
        },
        {
            "start": 827679222,
            "stop": 827679882
        },
        {
            "start": 827680214,
            "stop": 827680274
        },
        {
            "start": 827684064,
            "stop": 827684124
        },
        {
            "start": 827684798,
            "stop": 827684918
        },
        {
            "start": 827685148,
            "stop": 827685208
        },
        {
            "start": 827689465,
            "stop": 827689525
        },
        {
            "start": 827689666,
            "stop": 827690086
        }
    ]
}