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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=615",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=613",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 614,
    "results": [
        {
            "start": 839965703,
            "stop": 839971573
        },
        {
            "start": 839972277,
            "stop": 839977270
        },
        {
            "start": 839978764,
            "stop": 840039305
        },
        {
            "start": 840041157,
            "stop": 840047203
        },
        {
            "start": 840047255,
            "stop": 840047560
        },
        {
            "start": 840047584,
            "stop": 840047679
        },
        {
            "start": 840047724,
            "stop": 840047807
        },
        {
            "start": 840047931,
            "stop": 840047954
        },
        {
            "start": 840049816,
            "stop": 840078646
        },
        {
            "start": 840080385,
            "stop": 840081666
        },
        {
            "start": 840082942,
            "stop": 840083558
        },
        {
            "start": 840086139,
            "stop": 840144746
        },
        {
            "start": 840144748,
            "stop": 840144750
        },
        {
            "start": 840144751,
            "stop": 840176689
        },
        {
            "start": 840177622,
            "stop": 840194113
        },
        {
            "start": 840194901,
            "stop": 840196447
        },
        {
            "start": 840197206,
            "stop": 840197516
        },
        {
            "start": 840198112,
            "stop": 840200712
        },
        {
            "start": 840201288,
            "stop": 840206226
        },
        {
            "start": 840206764,
            "stop": 840222253
        }
    ]
}