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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=746",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 747,
    "results": [
        {
            "start": 855833736,
            "stop": 855834036
        },
        {
            "start": 855835898,
            "stop": 855836558
        },
        {
            "start": 855836884,
            "stop": 855837064
        },
        {
            "start": 855837245,
            "stop": 855837665
        },
        {
            "start": 855837836,
            "stop": 855837896
        },
        {
            "start": 855838069,
            "stop": 855838489
        },
        {
            "start": 855838717,
            "stop": 855839167
        },
        {
            "start": 855839368,
            "stop": 855839788
        },
        {
            "start": 855840084,
            "stop": 855840984
        },
        {
            "start": 855841560,
            "stop": 855841680
        },
        {
            "start": 855842134,
            "stop": 855842194
        },
        {
            "start": 855842368,
            "stop": 855842488
        },
        {
            "start": 855843082,
            "stop": 855843322
        },
        {
            "start": 855844228,
            "stop": 855844288
        },
        {
            "start": 855844427,
            "stop": 855845087
        },
        {
            "start": 855845259,
            "stop": 855845379
        },
        {
            "start": 855845700,
            "stop": 855845760
        },
        {
            "start": 855846274,
            "stop": 855846394
        },
        {
            "start": 855847150,
            "stop": 855847270
        },
        {
            "start": 855847401,
            "stop": 855847551
        }
    ]
}