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=46706
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=46707",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46705",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46706,
    "results": [
        {
            "start": 875053833,
            "stop": 875053870
        },
        {
            "start": 875053871,
            "stop": 875053886
        },
        {
            "start": 875053888,
            "stop": 875053895
        },
        {
            "start": 875053898,
            "stop": 875053924
        },
        {
            "start": 875053925,
            "stop": 875053939
        },
        {
            "start": 875053940,
            "stop": 875053982
        },
        {
            "start": 875053983,
            "stop": 875053990
        },
        {
            "start": 875053994,
            "stop": 875053995
        },
        {
            "start": 875053996,
            "stop": 875054002
        },
        {
            "start": 875054003,
            "stop": 875054020
        },
        {
            "start": 875054021,
            "stop": 875054033
        },
        {
            "start": 875054034,
            "stop": 875054056
        },
        {
            "start": 875054057,
            "stop": 875054063
        },
        {
            "start": 875054064,
            "stop": 875054074
        },
        {
            "start": 875054075,
            "stop": 875054085
        },
        {
            "start": 875054087,
            "stop": 875054098
        },
        {
            "start": 875054102,
            "stop": 875054115
        },
        {
            "start": 875054116,
            "stop": 875054130
        },
        {
            "start": 875054131,
            "stop": 875054144
        },
        {
            "start": 875054145,
            "stop": 875054151
        }
    ]
}