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=46761
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=46762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46760",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46761,
    "results": [
        {
            "start": 875088427,
            "stop": 875088455
        },
        {
            "start": 875088456,
            "stop": 875088484
        },
        {
            "start": 875088485,
            "stop": 875088511
        },
        {
            "start": 875088513,
            "stop": 875088525
        },
        {
            "start": 875088526,
            "stop": 875088550
        },
        {
            "start": 875088551,
            "stop": 875088554
        },
        {
            "start": 875088555,
            "stop": 875088573
        },
        {
            "start": 875088574,
            "stop": 875088585
        },
        {
            "start": 875088586,
            "stop": 875088607
        },
        {
            "start": 875088608,
            "stop": 875088635
        },
        {
            "start": 875088636,
            "stop": 875088643
        },
        {
            "start": 875088645,
            "stop": 875088685
        },
        {
            "start": 875088686,
            "stop": 875088797
        },
        {
            "start": 875088799,
            "stop": 875088815
        },
        {
            "start": 875088816,
            "stop": 875088846
        },
        {
            "start": 875088847,
            "stop": 875088852
        },
        {
            "start": 875088853,
            "stop": 875088865
        },
        {
            "start": 875088866,
            "stop": 875088874
        },
        {
            "start": 875088875,
            "stop": 875088923
        },
        {
            "start": 875088924,
            "stop": 875088946
        }
    ]
}