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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6023",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6024,
    "results": [
        {
            "start": 873604706,
            "stop": 873604731
        },
        {
            "start": 873604734,
            "stop": 873604738
        },
        {
            "start": 873604741,
            "stop": 873604742
        },
        {
            "start": 873604747,
            "stop": 873604780
        },
        {
            "start": 873604783,
            "stop": 873604785
        },
        {
            "start": 873604788,
            "stop": 873604791
        },
        {
            "start": 873604794,
            "stop": 873604833
        },
        {
            "start": 873604836,
            "stop": 873604900
        },
        {
            "start": 873604903,
            "stop": 873604927
        },
        {
            "start": 873604930,
            "stop": 873605081
        },
        {
            "start": 873605084,
            "stop": 873605143
        },
        {
            "start": 873605146,
            "stop": 873605187
        },
        {
            "start": 873605191,
            "stop": 873605193
        },
        {
            "start": 873605196,
            "stop": 873605198
        },
        {
            "start": 873605208,
            "stop": 873605294
        },
        {
            "start": 873605297,
            "stop": 873605440
        },
        {
            "start": 873605443,
            "stop": 873605519
        },
        {
            "start": 873605522,
            "stop": 873605773
        },
        {
            "start": 873605776,
            "stop": 873605779
        },
        {
            "start": 873605782,
            "stop": 873606010
        }
    ]
}