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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40928",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40929,
    "results": [
        {
            "start": 875105670,
            "stop": 875105674
        },
        {
            "start": 875105675,
            "stop": 875105679
        },
        {
            "start": 875105681,
            "stop": 875105685
        },
        {
            "start": 875105686,
            "stop": 875105690
        },
        {
            "start": 875105691,
            "stop": 875105695
        },
        {
            "start": 875105697,
            "stop": 875105701
        },
        {
            "start": 875105702,
            "stop": 875105706
        },
        {
            "start": 875105708,
            "stop": 875105712
        },
        {
            "start": 875105713,
            "stop": 875105717
        },
        {
            "start": 875105718,
            "stop": 875105722
        },
        {
            "start": 875105724,
            "stop": 875105728
        },
        {
            "start": 875105729,
            "stop": 875105733
        },
        {
            "start": 875105734,
            "stop": 875105738
        },
        {
            "start": 875105740,
            "stop": 875105788
        },
        {
            "start": 875105789,
            "stop": 875105893
        },
        {
            "start": 875105894,
            "stop": 875105913
        },
        {
            "start": 875105915,
            "stop": 875105921
        },
        {
            "start": 875105922,
            "stop": 875106034
        },
        {
            "start": 875106037,
            "stop": 875106043
        },
        {
            "start": 875106046,
            "stop": 875106065
        }
    ]
}