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=4194
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=4195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4193",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4194,
    "results": [
        {
            "start": 874415120,
            "stop": 874415228
        },
        {
            "start": 874415247,
            "stop": 874415270
        },
        {
            "start": 874415289,
            "stop": 874415590
        },
        {
            "start": 874415611,
            "stop": 874415682
        },
        {
            "start": 874415701,
            "stop": 874416173
        },
        {
            "start": 874416193,
            "stop": 874416227
        },
        {
            "start": 874416247,
            "stop": 874416360
        },
        {
            "start": 874416420,
            "stop": 874416578
        },
        {
            "start": 874416598,
            "stop": 874416626
        },
        {
            "start": 874416645,
            "stop": 874416648
        },
        {
            "start": 874416667,
            "stop": 874416883
        },
        {
            "start": 874416904,
            "stop": 874417012
        },
        {
            "start": 874417031,
            "stop": 874417069
        },
        {
            "start": 874417088,
            "stop": 874417100
        },
        {
            "start": 874417119,
            "stop": 874417124
        },
        {
            "start": 874417143,
            "stop": 874417635
        },
        {
            "start": 874417655,
            "stop": 874417696
        },
        {
            "start": 874417734,
            "stop": 874418016
        },
        {
            "start": 874418035,
            "stop": 874418039
        },
        {
            "start": 874418058,
            "stop": 874418104
        }
    ]
}