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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4033",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4034,
    "results": [
        {
            "start": 875097537,
            "stop": 875097539
        },
        {
            "start": 875097542,
            "stop": 875097584
        },
        {
            "start": 875097587,
            "stop": 875097618
        },
        {
            "start": 875097624,
            "stop": 875097746
        },
        {
            "start": 875097749,
            "stop": 875097750
        },
        {
            "start": 875097754,
            "stop": 875097830
        },
        {
            "start": 875097833,
            "stop": 875097895
        },
        {
            "start": 875097898,
            "stop": 875098724
        },
        {
            "start": 875098727,
            "stop": 875099366
        },
        {
            "start": 875099371,
            "stop": 875099377
        },
        {
            "start": 875099380,
            "stop": 875099753
        },
        {
            "start": 875099756,
            "stop": 875099835
        },
        {
            "start": 875099842,
            "stop": 875099843
        },
        {
            "start": 875099850,
            "stop": 875099856
        },
        {
            "start": 875099859,
            "stop": 875099865
        },
        {
            "start": 875099868,
            "stop": 875099884
        },
        {
            "start": 875099890,
            "stop": 875099898
        },
        {
            "start": 875099906,
            "stop": 875100028
        },
        {
            "start": 875100031,
            "stop": 875100316
        },
        {
            "start": 875100319,
            "stop": 875100326
        }
    ]
}