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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=232",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 233,
    "results": [
        {
            "start": 1259284020,
            "stop": 1259284021
        },
        {
            "start": 1259284024,
            "stop": 1259284027
        },
        {
            "start": 1259284030,
            "stop": 1259284111
        },
        {
            "start": 1259284114,
            "stop": 1259284156
        },
        {
            "start": 1259284162,
            "stop": 1259284165
        },
        {
            "start": 1259284168,
            "stop": 1259284179
        },
        {
            "start": 1259284188,
            "stop": 1259284195
        },
        {
            "start": 1259284198,
            "stop": 1259284273
        },
        {
            "start": 1259284279,
            "stop": 1259284414
        },
        {
            "start": 1259284417,
            "stop": 1259284482
        },
        {
            "start": 1259284485,
            "stop": 1259284844
        },
        {
            "start": 1259284847,
            "stop": 1259284895
        },
        {
            "start": 1259284898,
            "stop": 1259284933
        },
        {
            "start": 1259284936,
            "stop": 1259284950
        },
        {
            "start": 1259284953,
            "stop": 1259285019
        },
        {
            "start": 1259285022,
            "stop": 1259285083
        },
        {
            "start": 1259285086,
            "stop": 1259285132
        },
        {
            "start": 1259285135,
            "stop": 1259285157
        },
        {
            "start": 1259285160,
            "stop": 1259285307
        },
        {
            "start": 1259285310,
            "stop": 1259285351
        }
    ]
}