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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=163",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 164,
    "results": [
        {
            "start": 819977695,
            "stop": 819977746
        },
        {
            "start": 819978487,
            "stop": 819978509
        },
        {
            "start": 819978516,
            "stop": 819978677
        },
        {
            "start": 819978684,
            "stop": 819978703
        },
        {
            "start": 819978710,
            "stop": 819978740
        },
        {
            "start": 819978747,
            "stop": 819978936
        },
        {
            "start": 819978950,
            "stop": 819979147
        },
        {
            "start": 819979155,
            "stop": 819979247
        },
        {
            "start": 819979254,
            "stop": 819979285
        },
        {
            "start": 819981115,
            "stop": 819981524
        },
        {
            "start": 819981532,
            "stop": 819981582
        },
        {
            "start": 819981594,
            "stop": 819981941
        },
        {
            "start": 819981948,
            "stop": 819982187
        },
        {
            "start": 819982194,
            "stop": 819982407
        },
        {
            "start": 819982415,
            "stop": 819982419
        },
        {
            "start": 819982427,
            "stop": 819982656
        },
        {
            "start": 819982663,
            "stop": 819982738
        },
        {
            "start": 819982745,
            "stop": 819982802
        },
        {
            "start": 819982809,
            "stop": 819983208
        },
        {
            "start": 819983215,
            "stop": 819983223
        }
    ]
}