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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5182",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5180",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5181,
    "results": [
        {
            "start": 1136271583,
            "stop": 1136271630
        },
        {
            "start": 1136271633,
            "stop": 1136271645
        },
        {
            "start": 1136271647,
            "stop": 1136271654
        },
        {
            "start": 1136271656,
            "stop": 1136271664
        },
        {
            "start": 1136271666,
            "stop": 1136271674
        },
        {
            "start": 1136271676,
            "stop": 1136271687
        },
        {
            "start": 1136271689,
            "stop": 1136271700
        },
        {
            "start": 1136271702,
            "stop": 1136271729
        },
        {
            "start": 1136271731,
            "stop": 1136271743
        },
        {
            "start": 1136271745,
            "stop": 1136271771
        },
        {
            "start": 1136271773,
            "stop": 1136271792
        },
        {
            "start": 1136271794,
            "stop": 1136271808
        },
        {
            "start": 1136271810,
            "stop": 1136271835
        },
        {
            "start": 1136271837,
            "stop": 1136271849
        },
        {
            "start": 1136271851,
            "stop": 1136271853
        },
        {
            "start": 1136271855,
            "stop": 1136271871
        },
        {
            "start": 1136271873,
            "stop": 1136271875
        },
        {
            "start": 1136271877,
            "stop": 1136271882
        },
        {
            "start": 1136271886,
            "stop": 1136271889
        },
        {
            "start": 1136271891,
            "stop": 1136271892
        }
    ]
}