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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=91",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 92,
    "results": [
        {
            "start": 931582611,
            "stop": 931582815
        },
        {
            "start": 931583175,
            "stop": 931583933
        },
        {
            "start": 931583935,
            "stop": 931586137
        },
        {
            "start": 931586139,
            "stop": 931586415
        },
        {
            "start": 931586775,
            "stop": 931586873
        },
        {
            "start": 931586876,
            "stop": 931586908
        },
        {
            "start": 931587429,
            "stop": 931587714
        },
        {
            "start": 931587716,
            "stop": 931587968
        },
        {
            "start": 931587971,
            "stop": 931588057
        },
        {
            "start": 931588061,
            "stop": 931588162
        },
        {
            "start": 931588165,
            "stop": 931588192
        },
        {
            "start": 931588195,
            "stop": 931588207
        },
        {
            "start": 931588210,
            "stop": 931588223
        },
        {
            "start": 931588225,
            "stop": 931588237
        },
        {
            "start": 931588241,
            "stop": 931590015
        },
        {
            "start": 931590375,
            "stop": 931590444
        },
        {
            "start": 931590446,
            "stop": 931590819
        },
        {
            "start": 931590821,
            "stop": 931591223
        },
        {
            "start": 931591225,
            "stop": 931591358
        },
        {
            "start": 931591360,
            "stop": 931591373
        }
    ]
}