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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=26",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 27,
    "results": [
        {
            "start": 931167135,
            "stop": 931167144
        },
        {
            "start": 931167174,
            "stop": 931167243
        },
        {
            "start": 931167271,
            "stop": 931167301
        },
        {
            "start": 931167319,
            "stop": 931167389
        },
        {
            "start": 931167467,
            "stop": 931167479
        },
        {
            "start": 931167497,
            "stop": 931167518
        },
        {
            "start": 931167536,
            "stop": 931167657
        },
        {
            "start": 931167686,
            "stop": 931167767
        },
        {
            "start": 931167792,
            "stop": 931167823
        },
        {
            "start": 931167852,
            "stop": 931168012
        },
        {
            "start": 931168042,
            "stop": 931168046
        },
        {
            "start": 931168092,
            "stop": 931168100
        },
        {
            "start": 931172775,
            "stop": 931172875
        },
        {
            "start": 931172893,
            "stop": 931173212
        },
        {
            "start": 931173229,
            "stop": 931173628
        },
        {
            "start": 931174641,
            "stop": 931174643
        },
        {
            "start": 931174665,
            "stop": 931174667
        },
        {
            "start": 931174714,
            "stop": 931174721
        },
        {
            "start": 931174738,
            "stop": 931175018
        },
        {
            "start": 931175036,
            "stop": 931175507
        }
    ]
}