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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=240",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 241,
    "results": [
        {
            "start": 820893860,
            "stop": 820893863
        },
        {
            "start": 820893870,
            "stop": 820893881
        },
        {
            "start": 820893884,
            "stop": 820893956
        },
        {
            "start": 820893963,
            "stop": 820894025
        },
        {
            "start": 820894032,
            "stop": 820894054
        },
        {
            "start": 820894058,
            "stop": 820894064
        },
        {
            "start": 820894072,
            "stop": 820894074
        },
        {
            "start": 820894078,
            "stop": 820894090
        },
        {
            "start": 820894101,
            "stop": 820894118
        },
        {
            "start": 820894122,
            "stop": 820894143
        },
        {
            "start": 820894499,
            "stop": 820894507
        },
        {
            "start": 820894510,
            "stop": 820894516
        },
        {
            "start": 820894520,
            "stop": 820894530
        },
        {
            "start": 820894549,
            "stop": 820894567
        },
        {
            "start": 820894577,
            "stop": 820894613
        },
        {
            "start": 820894914,
            "stop": 820894930
        },
        {
            "start": 820894938,
            "stop": 820894944
        },
        {
            "start": 820894976,
            "stop": 820894992
        },
        {
            "start": 820894996,
            "stop": 820895011
        },
        {
            "start": 820895016,
            "stop": 820895021
        }
    ]
}