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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=56",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 57,
    "results": [
        {
            "start": 817222538,
            "stop": 817222542
        },
        {
            "start": 817222545,
            "stop": 817222575
        },
        {
            "start": 817222578,
            "stop": 817222694
        },
        {
            "start": 817222697,
            "stop": 817223156
        },
        {
            "start": 817223159,
            "stop": 817223377
        },
        {
            "start": 817223380,
            "stop": 817223469
        },
        {
            "start": 817223589,
            "stop": 817223949
        },
        {
            "start": 817228513,
            "stop": 817228677
        },
        {
            "start": 817228680,
            "stop": 817228714
        },
        {
            "start": 817228718,
            "stop": 817228731
        },
        {
            "start": 817228734,
            "stop": 817228920
        },
        {
            "start": 817228980,
            "stop": 817229068
        },
        {
            "start": 817229069,
            "stop": 817229220
        },
        {
            "start": 817229280,
            "stop": 817229580
        },
        {
            "start": 817229700,
            "stop": 817229802
        },
        {
            "start": 817229806,
            "stop": 817230180
        },
        {
            "start": 817230240,
            "stop": 817230300
        },
        {
            "start": 817230480,
            "stop": 817230660
        },
        {
            "start": 817230720,
            "stop": 817231080
        },
        {
            "start": 817231140,
            "stop": 817231257
        }
    ]
}