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=6178
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=6179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6177",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6178,
    "results": [
        {
            "start": 874450729,
            "stop": 874450730
        },
        {
            "start": 874450734,
            "stop": 874450738
        },
        {
            "start": 874450741,
            "stop": 874450742
        },
        {
            "start": 874450751,
            "stop": 874450753
        },
        {
            "start": 874450756,
            "stop": 874450757
        },
        {
            "start": 874450760,
            "stop": 874450763
        },
        {
            "start": 874450766,
            "stop": 874450768
        },
        {
            "start": 874450770,
            "stop": 874450774
        },
        {
            "start": 874450780,
            "stop": 874450782
        },
        {
            "start": 874450785,
            "stop": 874450787
        },
        {
            "start": 874450794,
            "stop": 874450795
        },
        {
            "start": 874450797,
            "stop": 874450818
        },
        {
            "start": 874450819,
            "stop": 874450833
        },
        {
            "start": 874450834,
            "stop": 874450857
        },
        {
            "start": 874450858,
            "stop": 874450861
        },
        {
            "start": 874450863,
            "stop": 874450870
        },
        {
            "start": 874450871,
            "stop": 874450879
        },
        {
            "start": 874450880,
            "stop": 874450883
        },
        {
            "start": 874450884,
            "stop": 874450894
        },
        {
            "start": 874450895,
            "stop": 874450897
        }
    ]
}