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=5169
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=5170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5168",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5169,
    "results": [
        {
            "start": 874749981,
            "stop": 874750032
        },
        {
            "start": 874750039,
            "stop": 874750200
        },
        {
            "start": 874750213,
            "stop": 874750218
        },
        {
            "start": 874750225,
            "stop": 874750290
        },
        {
            "start": 874750297,
            "stop": 874750357
        },
        {
            "start": 874750364,
            "stop": 874750452
        },
        {
            "start": 874750465,
            "stop": 874750506
        },
        {
            "start": 874750513,
            "stop": 874750547
        },
        {
            "start": 874750554,
            "stop": 874750608
        },
        {
            "start": 874750615,
            "stop": 874750739
        },
        {
            "start": 874750746,
            "stop": 874750812
        },
        {
            "start": 874750824,
            "stop": 874750886
        },
        {
            "start": 874750894,
            "stop": 874750952
        },
        {
            "start": 874750959,
            "stop": 874750975
        },
        {
            "start": 874750982,
            "stop": 874751051
        },
        {
            "start": 874751058,
            "stop": 874751163
        },
        {
            "start": 874751170,
            "stop": 874751232
        },
        {
            "start": 874751247,
            "stop": 874751338
        },
        {
            "start": 874751345,
            "stop": 874751428
        },
        {
            "start": 874751436,
            "stop": 874751510
        }
    ]
}