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=6044
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=6045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6043",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6044,
    "results": [
        {
            "start": 873723861,
            "stop": 873723882
        },
        {
            "start": 873723885,
            "stop": 873724444
        },
        {
            "start": 873724447,
            "stop": 873724648
        },
        {
            "start": 873724649,
            "stop": 873724726
        },
        {
            "start": 873724727,
            "stop": 873724849
        },
        {
            "start": 873728672,
            "stop": 873728673
        },
        {
            "start": 873728682,
            "stop": 873728683
        },
        {
            "start": 873728790,
            "stop": 873728791
        },
        {
            "start": 873728792,
            "stop": 873728794
        },
        {
            "start": 873728796,
            "stop": 873728797
        },
        {
            "start": 873728802,
            "stop": 873728815
        },
        {
            "start": 873728817,
            "stop": 873728819
        },
        {
            "start": 873728821,
            "stop": 873728825
        },
        {
            "start": 873728827,
            "stop": 873728833
        },
        {
            "start": 873728834,
            "stop": 873728838
        },
        {
            "start": 873728840,
            "stop": 873728842
        },
        {
            "start": 873728844,
            "stop": 873728848
        },
        {
            "start": 873728849,
            "stop": 873728852
        },
        {
            "start": 873728854,
            "stop": 873728859
        },
        {
            "start": 873728860,
            "stop": 873728863
        }
    ]
}