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=5229
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=5230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5228",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5229,
    "results": [
        {
            "start": 875142017,
            "stop": 875142103
        },
        {
            "start": 875142110,
            "stop": 875142232
        },
        {
            "start": 875142239,
            "stop": 875142370
        },
        {
            "start": 875142377,
            "stop": 875142420
        },
        {
            "start": 875142427,
            "stop": 875142481
        },
        {
            "start": 875142488,
            "stop": 875142499
        },
        {
            "start": 875142506,
            "stop": 875142568
        },
        {
            "start": 875142575,
            "stop": 875142648
        },
        {
            "start": 875142659,
            "stop": 875142715
        },
        {
            "start": 875142722,
            "stop": 875142738
        },
        {
            "start": 875142746,
            "stop": 875142844
        },
        {
            "start": 875142851,
            "stop": 875142858
        },
        {
            "start": 875142865,
            "stop": 875142963
        },
        {
            "start": 875142971,
            "stop": 875143003
        },
        {
            "start": 875143010,
            "stop": 875143022
        },
        {
            "start": 875143029,
            "stop": 875143037
        },
        {
            "start": 875143044,
            "stop": 875143059
        },
        {
            "start": 875143066,
            "stop": 875143152
        },
        {
            "start": 875143159,
            "stop": 875143287
        },
        {
            "start": 875143294,
            "stop": 875143320
        }
    ]
}