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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=38",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 39,
    "results": [
        {
            "start": 817222538,
            "stop": 817222542
        },
        {
            "start": 817222545,
            "stop": 817222575
        },
        {
            "start": 817222578,
            "stop": 817222694
        },
        {
            "start": 817222697,
            "stop": 817223156
        },
        {
            "start": 817223159,
            "stop": 817223377
        },
        {
            "start": 817223380,
            "stop": 817223494
        },
        {
            "start": 817223497,
            "stop": 817223579
        },
        {
            "start": 817223582,
            "stop": 817223949
        },
        {
            "start": 817228513,
            "stop": 817228677
        },
        {
            "start": 817228680,
            "stop": 817228714
        },
        {
            "start": 817228718,
            "stop": 817228731
        },
        {
            "start": 817228734,
            "stop": 817229068
        },
        {
            "start": 817229069,
            "stop": 817229802
        },
        {
            "start": 817229806,
            "stop": 817231257
        },
        {
            "start": 817231260,
            "stop": 817231526
        },
        {
            "start": 817231529,
            "stop": 817231831
        },
        {
            "start": 817231834,
            "stop": 817231906
        },
        {
            "start": 817236172,
            "stop": 817236643
        },
        {
            "start": 817236943,
            "stop": 817236980
        },
        {
            "start": 817239402,
            "stop": 817239956
        }
    ]
}