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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=514",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=512",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 513,
    "results": [
        {
            "start": 867068132,
            "stop": 867068965
        },
        {
            "start": 867069828,
            "stop": 867070714
        },
        {
            "start": 867075980,
            "stop": 867076001
        },
        {
            "start": 867086017,
            "stop": 867088796
        },
        {
            "start": 867116975,
            "stop": 867136245
        },
        {
            "start": 867136980,
            "stop": 867137271
        },
        {
            "start": 867137273,
            "stop": 867155682
        },
        {
            "start": 867162469,
            "stop": 867182679
        },
        {
            "start": 867182681,
            "stop": 867190341
        },
        {
            "start": 867190450,
            "stop": 867222798
        },
        {
            "start": 867223498,
            "stop": 867223639
        },
        {
            "start": 867223641,
            "stop": 867249660
        },
        {
            "start": 867249662,
            "stop": 867249818
        },
        {
            "start": 867249820,
            "stop": 867249827
        },
        {
            "start": 867249829,
            "stop": 867249905
        },
        {
            "start": 867249907,
            "stop": 867250303
        },
        {
            "start": 867250305,
            "stop": 867250313
        },
        {
            "start": 867250316,
            "stop": 867250317
        },
        {
            "start": 867250318,
            "stop": 867250321
        },
        {
            "start": 867250322,
            "stop": 867250324
        }
    ]
}