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=699
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=700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=698",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 699,
    "results": [
        {
            "start": 855838717,
            "stop": 855839197
        },
        {
            "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": 855847431,
            "stop": 855847581
        },
        {
            "start": 855847756,
            "stop": 855847816
        },
        {
            "start": 855847962,
            "stop": 855848202
        },
        {
            "start": 855848341,
            "stop": 855848641
        },
        {
            "start": 855848774,
            "stop": 855849014
        },
        {
            "start": 855849323,
            "stop": 855849503
        },
        {
            "start": 855849800,
            "stop": 855849920
        }
    ]
}