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=859
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=860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=858",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 859,
    "results": [
        {
            "start": 861808988,
            "stop": 861812228
        },
        {
            "start": 861812387,
            "stop": 861816527
        },
        {
            "start": 861818804,
            "stop": 861819314
        },
        {
            "start": 861819464,
            "stop": 861822164
        },
        {
            "start": 861822413,
            "stop": 861824093
        },
        {
            "start": 861825125,
            "stop": 861832625
        },
        {
            "start": 861832818,
            "stop": 861834408
        },
        {
            "start": 861834558,
            "stop": 861842898
        },
        {
            "start": 861844419,
            "stop": 861846339
        },
        {
            "start": 861846483,
            "stop": 861849483
        },
        {
            "start": 861849633,
            "stop": 861864783
        },
        {
            "start": 861868482,
            "stop": 861869802
        },
        {
            "start": 861869967,
            "stop": 861885987
        },
        {
            "start": 861891667,
            "stop": 861897367
        },
        {
            "start": 861897523,
            "stop": 861899803
        },
        {
            "start": 861899937,
            "stop": 861904197
        },
        {
            "start": 861904347,
            "stop": 861904677
        },
        {
            "start": 861904896,
            "stop": 861908676
        },
        {
            "start": 861909345,
            "stop": 861915945
        },
        {
            "start": 861916089,
            "stop": 861919809
        }
    ]
}