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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=534",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=532",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 533,
    "results": [
        {
            "start": 969980999,
            "stop": 969989919
        },
        {
            "start": 969989959,
            "stop": 969990639
        },
        {
            "start": 969990679,
            "stop": 970006427
        },
        {
            "start": 970007824,
            "stop": 970026346
        },
        {
            "start": 970027693,
            "stop": 970041229
        },
        {
            "start": 970042980,
            "stop": 970083733
        },
        {
            "start": 970085607,
            "stop": 970090148
        },
        {
            "start": 970091735,
            "stop": 970093192
        },
        {
            "start": 970097402,
            "stop": 970134214
        },
        {
            "start": 970137093,
            "stop": 970144836
        },
        {
            "start": 970146859,
            "stop": 970168254
        },
        {
            "start": 970170027,
            "stop": 970174373
        },
        {
            "start": 970175589,
            "stop": 970176371
        },
        {
            "start": 970177579,
            "stop": 970207117
        },
        {
            "start": 970207118,
            "stop": 970207147
        },
        {
            "start": 970207149,
            "stop": 970207154
        },
        {
            "start": 970207155,
            "stop": 970207176
        },
        {
            "start": 970208876,
            "stop": 970217534
        },
        {
            "start": 970217535,
            "stop": 970227406
        },
        {
            "start": 970228894,
            "stop": 970234888
        }
    ]
}