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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=4",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 5,
    "results": [
        {
            "start": 931776790,
            "stop": 931777311
        },
        {
            "start": 931778453,
            "stop": 931785714
        },
        {
            "start": 931788493,
            "stop": 931789948
        },
        {
            "start": 931793105,
            "stop": 931795269
        },
        {
            "start": 931806644,
            "stop": 931807077
        },
        {
            "start": 931811212,
            "stop": 931811695
        },
        {
            "start": 931814270,
            "stop": 931816095
        },
        {
            "start": 931817031,
            "stop": 931819923
        },
        {
            "start": 931819959,
            "stop": 931822815
        },
        {
            "start": 931826475,
            "stop": 931832026
        },
        {
            "start": 931836793,
            "stop": 931842637
        },
        {
            "start": 931842932,
            "stop": 931843473
        },
        {
            "start": 931845510,
            "stop": 931846600
        },
        {
            "start": 931851319,
            "stop": 931856052
        },
        {
            "start": 931857948,
            "stop": 931859834
        },
        {
            "start": 931862953,
            "stop": 931873902
        },
        {
            "start": 931876107,
            "stop": 931878032
        },
        {
            "start": 931882589,
            "stop": 931882704
        },
        {
            "start": 931883485,
            "stop": 931885126
        },
        {
            "start": 931886238,
            "stop": 931888036
        }
    ]
}