Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5221
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5220",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5221,
    "results": [
        {
            "start": 875133207,
            "stop": 875133248
        },
        {
            "start": 875133260,
            "stop": 875133366
        },
        {
            "start": 875133379,
            "stop": 875133392
        },
        {
            "start": 875133399,
            "stop": 875133409
        },
        {
            "start": 875133416,
            "stop": 875133433
        },
        {
            "start": 875133440,
            "stop": 875133474
        },
        {
            "start": 875133481,
            "stop": 875133509
        },
        {
            "start": 875133516,
            "stop": 875133558
        },
        {
            "start": 875133571,
            "stop": 875133587
        },
        {
            "start": 875133594,
            "stop": 875133609
        },
        {
            "start": 875133616,
            "stop": 875133626
        },
        {
            "start": 875133633,
            "stop": 875133679
        },
        {
            "start": 875133686,
            "stop": 875133739
        },
        {
            "start": 875133746,
            "stop": 875133875
        },
        {
            "start": 875133882,
            "stop": 875133929
        },
        {
            "start": 875133936,
            "stop": 875133938
        },
        {
            "start": 875133945,
            "stop": 875133956
        },
        {
            "start": 875133963,
            "stop": 875133990
        },
        {
            "start": 875133997,
            "stop": 875134028
        },
        {
            "start": 875134043,
            "stop": 875134060
        }
    ]
}