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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1816",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1814",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1815,
    "results": [
        {
            "start": 1250188601,
            "stop": 1250188781
        },
        {
            "start": 1250196962,
            "stop": 1250198296
        },
        {
            "start": 1250198299,
            "stop": 1250198524
        },
        {
            "start": 1250198532,
            "stop": 1250198584
        },
        {
            "start": 1250198586,
            "stop": 1250199090
        },
        {
            "start": 1250199093,
            "stop": 1250200507
        },
        {
            "start": 1250200510,
            "stop": 1250200643
        },
        {
            "start": 1250200646,
            "stop": 1250201545
        },
        {
            "start": 1250201548,
            "stop": 1250203309
        },
        {
            "start": 1250203312,
            "stop": 1250205652
        },
        {
            "start": 1250205655,
            "stop": 1250207181
        },
        {
            "start": 1250207184,
            "stop": 1250210141
        },
        {
            "start": 1250210144,
            "stop": 1250211704
        },
        {
            "start": 1250211707,
            "stop": 1250212681
        },
        {
            "start": 1250212682,
            "stop": 1250213626
        },
        {
            "start": 1250213634,
            "stop": 1250216061
        },
        {
            "start": 1250216063,
            "stop": 1250218474
        },
        {
            "start": 1250218477,
            "stop": 1250218812
        },
        {
            "start": 1250218815,
            "stop": 1250218935
        },
        {
            "start": 1250218938,
            "stop": 1250219077
        }
    ]
}