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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=426",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=424",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 425,
    "results": [
        {
            "start": 941500300,
            "stop": 941502862
        },
        {
            "start": 941505841,
            "stop": 941510554
        },
        {
            "start": 941510555,
            "stop": 941512102
        },
        {
            "start": 941515078,
            "stop": 941517329
        },
        {
            "start": 941517331,
            "stop": 941524133
        },
        {
            "start": 941684461,
            "stop": 941684747
        },
        {
            "start": 941686481,
            "stop": 941686610
        },
        {
            "start": 941690956,
            "stop": 941698663
        },
        {
            "start": 941703004,
            "stop": 941703040
        },
        {
            "start": 941703042,
            "stop": 941704803
        },
        {
            "start": 941704804,
            "stop": 941706692
        },
        {
            "start": 941706693,
            "stop": 941723093
        },
        {
            "start": 941723095,
            "stop": 941729962
        },
        {
            "start": 941729963,
            "stop": 941735001
        },
        {
            "start": 941738578,
            "stop": 941744782
        },
        {
            "start": 941744783,
            "stop": 941746867
        },
        {
            "start": 941746869,
            "stop": 941747663
        },
        {
            "start": 941747664,
            "stop": 941749281
        },
        {
            "start": 941754198,
            "stop": 941757110
        },
        {
            "start": 941764675,
            "stop": 941772802
        }
    ]
}