Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=379
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=378",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 379,
    "results": [
        {
            "start": 821761789,
            "stop": 821761791
        },
        {
            "start": 821761795,
            "stop": 821761802
        },
        {
            "start": 821761805,
            "stop": 821761813
        },
        {
            "start": 821761816,
            "stop": 821761819
        },
        {
            "start": 821761822,
            "stop": 821761823
        },
        {
            "start": 821761826,
            "stop": 821761835
        },
        {
            "start": 821761838,
            "stop": 821761841
        },
        {
            "start": 821761852,
            "stop": 821761857
        },
        {
            "start": 821761862,
            "stop": 821761863
        },
        {
            "start": 821761868,
            "stop": 821761869
        },
        {
            "start": 821761872,
            "stop": 821761873
        },
        {
            "start": 821761876,
            "stop": 821761878
        },
        {
            "start": 821761889,
            "stop": 821761891
        },
        {
            "start": 821761896,
            "stop": 821761902
        },
        {
            "start": 821761905,
            "stop": 821761913
        },
        {
            "start": 821761919,
            "stop": 821761927
        },
        {
            "start": 821761933,
            "stop": 821761937
        },
        {
            "start": 821761946,
            "stop": 821761947
        },
        {
            "start": 821761950,
            "stop": 821761955
        },
        {
            "start": 821761960,
            "stop": 821761962
        }
    ]
}