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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 45,
    "results": [
        {
            "start": 1129271725,
            "stop": 1129287227
        },
        {
            "start": 1129287234,
            "stop": 1129288104
        },
        {
            "start": 1129288111,
            "stop": 1129294877
        },
        {
            "start": 1129294937,
            "stop": 1129307344
        },
        {
            "start": 1129307351,
            "stop": 1129309339
        },
        {
            "start": 1129309347,
            "stop": 1129311485
        },
        {
            "start": 1129311486,
            "stop": 1129311614
        },
        {
            "start": 1129311621,
            "stop": 1129317900
        },
        {
            "start": 1129317907,
            "stop": 1129320488
        },
        {
            "start": 1129328003,
            "stop": 1129335454
        },
        {
            "start": 1129335461,
            "stop": 1129339675
        },
        {
            "start": 1129339676,
            "stop": 1129341964
        },
        {
            "start": 1129341971,
            "stop": 1129345144
        },
        {
            "start": 1129345151,
            "stop": 1129347529
        },
        {
            "start": 1129347536,
            "stop": 1129354755
        },
        {
            "start": 1129354756,
            "stop": 1129356887
        },
        {
            "start": 1129356894,
            "stop": 1129362416
        },
        {
            "start": 1129362423,
            "stop": 1129364653
        },
        {
            "start": 1129364661,
            "stop": 1129368182
        },
        {
            "start": 1129368190,
            "stop": 1129370000
        }
    ]
}