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=5910
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=5911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5909",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5910,
    "results": [
        {
            "start": 875136818,
            "stop": 875136853
        },
        {
            "start": 875136856,
            "stop": 875136881
        },
        {
            "start": 875136884,
            "stop": 875136893
        },
        {
            "start": 875136896,
            "stop": 875136927
        },
        {
            "start": 875136930,
            "stop": 875136939
        },
        {
            "start": 875136942,
            "stop": 875136991
        },
        {
            "start": 875136994,
            "stop": 875137159
        },
        {
            "start": 875137162,
            "stop": 875137212
        },
        {
            "start": 875137216,
            "stop": 875137217
        },
        {
            "start": 875137221,
            "stop": 875137313
        },
        {
            "start": 875137316,
            "stop": 875137373
        },
        {
            "start": 875137376,
            "stop": 875137411
        },
        {
            "start": 875137417,
            "stop": 875137704
        },
        {
            "start": 875137707,
            "stop": 875137738
        },
        {
            "start": 875137741,
            "stop": 875137743
        },
        {
            "start": 875137749,
            "stop": 875137779
        },
        {
            "start": 875137782,
            "stop": 875137784
        },
        {
            "start": 875137787,
            "stop": 875137808
        },
        {
            "start": 875137811,
            "stop": 875137825
        },
        {
            "start": 875137828,
            "stop": 875137849
        }
    ]
}