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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5791",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5792,
    "results": [
        {
            "start": 874681775,
            "stop": 874681831
        },
        {
            "start": 874681835,
            "stop": 874681968
        },
        {
            "start": 874681971,
            "stop": 874682007
        },
        {
            "start": 874682011,
            "stop": 874682019
        },
        {
            "start": 874682022,
            "stop": 874682040
        },
        {
            "start": 874682044,
            "stop": 874682082
        },
        {
            "start": 874682085,
            "stop": 874682142
        },
        {
            "start": 874682147,
            "stop": 874682194
        },
        {
            "start": 874682197,
            "stop": 874682200
        },
        {
            "start": 874682203,
            "stop": 874682216
        },
        {
            "start": 874682220,
            "stop": 874682246
        },
        {
            "start": 874682249,
            "stop": 874682258
        },
        {
            "start": 874682262,
            "stop": 874682296
        },
        {
            "start": 874682299,
            "stop": 874682349
        },
        {
            "start": 874682352,
            "stop": 874682359
        },
        {
            "start": 874682362,
            "stop": 874682474
        },
        {
            "start": 874682479,
            "stop": 874682551
        },
        {
            "start": 874682554,
            "stop": 874682624
        },
        {
            "start": 874682627,
            "stop": 874682654
        },
        {
            "start": 874682657,
            "stop": 874682697
        }
    ]
}