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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4194",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4195,
    "results": [
        {
            "start": 874418123,
            "stop": 874418209
        },
        {
            "start": 874418228,
            "stop": 874418262
        },
        {
            "start": 874418285,
            "stop": 874418296
        },
        {
            "start": 874418315,
            "stop": 874418387
        },
        {
            "start": 874418406,
            "stop": 874418416
        },
        {
            "start": 874418439,
            "stop": 874418778
        },
        {
            "start": 874418797,
            "stop": 874418934
        },
        {
            "start": 874418953,
            "stop": 874419202
        },
        {
            "start": 874419221,
            "stop": 874419292
        },
        {
            "start": 874419311,
            "stop": 874419513
        },
        {
            "start": 874419543,
            "stop": 874419617
        },
        {
            "start": 874419640,
            "stop": 874419644
        },
        {
            "start": 874419667,
            "stop": 874419751
        },
        {
            "start": 874419770,
            "stop": 874419820
        },
        {
            "start": 874419839,
            "stop": 874419875
        },
        {
            "start": 874419910,
            "stop": 874419920
        },
        {
            "start": 874419941,
            "stop": 874420056
        },
        {
            "start": 874420087,
            "stop": 874420101
        },
        {
            "start": 874420120,
            "stop": 874420146
        },
        {
            "start": 874420166,
            "stop": 874420347
        }
    ]
}