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_CAT1/segments?format=api&page=19
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=18",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 19,
    "results": [
        {
            "start": 817833568,
            "stop": 817839313
        },
        {
            "start": 817841097,
            "stop": 817844293
        },
        {
            "start": 817844763,
            "stop": 817845366
        },
        {
            "start": 817850070,
            "stop": 817852385
        },
        {
            "start": 817857283,
            "stop": 817859392
        },
        {
            "start": 817861772,
            "stop": 817870609
        },
        {
            "start": 817873174,
            "stop": 817884736
        },
        {
            "start": 817884768,
            "stop": 817904160
        },
        {
            "start": 817904192,
            "stop": 817908160
        },
        {
            "start": 817908192,
            "stop": 817915187
        },
        {
            "start": 817938432,
            "stop": 817940291
        },
        {
            "start": 817941908,
            "stop": 817943228
        },
        {
            "start": 817943607,
            "stop": 817943837
        },
        {
            "start": 817944849,
            "stop": 817953005
        },
        {
            "start": 817959916,
            "stop": 817978570
        },
        {
            "start": 817978573,
            "stop": 818003647
        },
        {
            "start": 818003706,
            "stop": 818006473
        },
        {
            "start": 818006754,
            "stop": 818012224
        },
        {
            "start": 818012256,
            "stop": 818012261
        },
        {
            "start": 818030252,
            "stop": 818034356
        }
    ]
}