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=387
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=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=386",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 387,
    "results": [
        {
            "start": 836635610,
            "stop": 836636720
        },
        {
            "start": 836636883,
            "stop": 836637423
        },
        {
            "start": 836637643,
            "stop": 836644123
        },
        {
            "start": 836644282,
            "stop": 836644342
        },
        {
            "start": 836645237,
            "stop": 836649017
        },
        {
            "start": 836649167,
            "stop": 836651417
        },
        {
            "start": 836651569,
            "stop": 836652409
        },
        {
            "start": 836652643,
            "stop": 836653363
        },
        {
            "start": 836653607,
            "stop": 836659427
        },
        {
            "start": 836659644,
            "stop": 836660904
        },
        {
            "start": 836661114,
            "stop": 836661774
        },
        {
            "start": 836662782,
            "stop": 836664882
        },
        {
            "start": 836701878,
            "stop": 836706378
        },
        {
            "start": 836706581,
            "stop": 836706761
        },
        {
            "start": 836706851,
            "stop": 836706911
        },
        {
            "start": 836706941,
            "stop": 836709821
        },
        {
            "start": 836710749,
            "stop": 836711049
        },
        {
            "start": 836711192,
            "stop": 836713292
        },
        {
            "start": 836713429,
            "stop": 836713609
        },
        {
            "start": 836714951,
            "stop": 836719451
        }
    ]
}