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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33291",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33292,
    "results": [
        {
            "start": 971006716,
            "stop": 971006720
        },
        {
            "start": 971006721,
            "stop": 971006754
        },
        {
            "start": 971006758,
            "stop": 971006767
        },
        {
            "start": 971006768,
            "stop": 971006772
        },
        {
            "start": 971006775,
            "stop": 971006798
        },
        {
            "start": 971006802,
            "stop": 971006805
        },
        {
            "start": 971006806,
            "stop": 971006808
        },
        {
            "start": 971006809,
            "stop": 971006827
        },
        {
            "start": 971006828,
            "stop": 971006830
        },
        {
            "start": 971006832,
            "stop": 971006843
        },
        {
            "start": 971006850,
            "stop": 971006860
        },
        {
            "start": 971006863,
            "stop": 971006869
        },
        {
            "start": 971006871,
            "stop": 971006880
        },
        {
            "start": 971006883,
            "stop": 971006885
        },
        {
            "start": 971006886,
            "stop": 971006891
        },
        {
            "start": 971006894,
            "stop": 971006917
        },
        {
            "start": 971006921,
            "stop": 971006922
        },
        {
            "start": 971006925,
            "stop": 971006930
        },
        {
            "start": 971006934,
            "stop": 971006941
        },
        {
            "start": 971006944,
            "stop": 971006955
        }
    ]
}