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=5216
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=5217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5215",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5216,
    "results": [
        {
            "start": 875128091,
            "stop": 875128106
        },
        {
            "start": 875128113,
            "stop": 875128133
        },
        {
            "start": 875128140,
            "stop": 875128176
        },
        {
            "start": 875128183,
            "stop": 875128217
        },
        {
            "start": 875128227,
            "stop": 875128254
        },
        {
            "start": 875128269,
            "stop": 875128278
        },
        {
            "start": 875128285,
            "stop": 875128314
        },
        {
            "start": 875128321,
            "stop": 875128329
        },
        {
            "start": 875128343,
            "stop": 875128344
        },
        {
            "start": 875128351,
            "stop": 875128352
        },
        {
            "start": 875128359,
            "stop": 875128367
        },
        {
            "start": 875128374,
            "stop": 875128380
        },
        {
            "start": 875128390,
            "stop": 875128413
        },
        {
            "start": 875128420,
            "stop": 875128452
        },
        {
            "start": 875128460,
            "stop": 875128490
        },
        {
            "start": 875128498,
            "stop": 875128517
        },
        {
            "start": 875128524,
            "stop": 875128545
        },
        {
            "start": 875128553,
            "stop": 875128596
        },
        {
            "start": 875128603,
            "stop": 875128679
        },
        {
            "start": 875128691,
            "stop": 875128828
        }
    ]
}