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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46835",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46836,
    "results": [
        {
            "start": 875134625,
            "stop": 875134645
        },
        {
            "start": 875134647,
            "stop": 875134651
        },
        {
            "start": 875134655,
            "stop": 875134663
        },
        {
            "start": 875134664,
            "stop": 875134700
        },
        {
            "start": 875134703,
            "stop": 875134712
        },
        {
            "start": 875134713,
            "stop": 875134717
        },
        {
            "start": 875134720,
            "stop": 875134745
        },
        {
            "start": 875134749,
            "stop": 875134751
        },
        {
            "start": 875134753,
            "stop": 875134758
        },
        {
            "start": 875134761,
            "stop": 875134773
        },
        {
            "start": 875134774,
            "stop": 875134781
        },
        {
            "start": 875134783,
            "stop": 875134821
        },
        {
            "start": 875134822,
            "stop": 875134824
        },
        {
            "start": 875134827,
            "stop": 875134883
        },
        {
            "start": 875134884,
            "stop": 875134885
        },
        {
            "start": 875134888,
            "stop": 875134904
        },
        {
            "start": 875135085,
            "stop": 875135095
        },
        {
            "start": 875135096,
            "stop": 875135102
        },
        {
            "start": 875135103,
            "stop": 875135117
        },
        {
            "start": 875135120,
            "stop": 875135133
        }
    ]
}