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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=118",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 119,
    "results": [
        {
            "start": 835991563,
            "stop": 835997883
        },
        {
            "start": 835997898,
            "stop": 835997905
        },
        {
            "start": 835997921,
            "stop": 835997924
        },
        {
            "start": 835997932,
            "stop": 836033503
        },
        {
            "start": 836033508,
            "stop": 836035655
        },
        {
            "start": 836035661,
            "stop": 836038566
        },
        {
            "start": 836038570,
            "stop": 836038574
        },
        {
            "start": 836038576,
            "stop": 836038593
        },
        {
            "start": 836038596,
            "stop": 836038635
        },
        {
            "start": 836038637,
            "stop": 836038638
        },
        {
            "start": 836038640,
            "stop": 836038657
        },
        {
            "start": 836038659,
            "stop": 836038662
        },
        {
            "start": 836038664,
            "stop": 836038676
        },
        {
            "start": 836038677,
            "stop": 836038678
        },
        {
            "start": 836038679,
            "stop": 836038690
        },
        {
            "start": 836038994,
            "stop": 836039009
        },
        {
            "start": 836039013,
            "stop": 836039017
        },
        {
            "start": 836039018,
            "stop": 836039023
        },
        {
            "start": 836039024,
            "stop": 836039130
        },
        {
            "start": 836039131,
            "stop": 836039174
        }
    ]
}