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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=136",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 137,
    "results": [
        {
            "start": 819829140,
            "stop": 819829260
        },
        {
            "start": 819829320,
            "stop": 819829440
        },
        {
            "start": 819829500,
            "stop": 819829933
        },
        {
            "start": 819830689,
            "stop": 819830708
        },
        {
            "start": 819830717,
            "stop": 819831180
        },
        {
            "start": 819831240,
            "stop": 819831366
        },
        {
            "start": 819831373,
            "stop": 819831814
        },
        {
            "start": 819831822,
            "stop": 819831941
        },
        {
            "start": 819831949,
            "stop": 819831950
        },
        {
            "start": 819832030,
            "stop": 819832049
        },
        {
            "start": 819832056,
            "stop": 819832169
        },
        {
            "start": 819832176,
            "stop": 819832841
        },
        {
            "start": 819832849,
            "stop": 819832859
        },
        {
            "start": 819832866,
            "stop": 819832910
        },
        {
            "start": 819833050,
            "stop": 819833111
        },
        {
            "start": 819833118,
            "stop": 819833338
        },
        {
            "start": 819833345,
            "stop": 819833870
        },
        {
            "start": 819833950,
            "stop": 819834012
        },
        {
            "start": 819834019,
            "stop": 819834129
        },
        {
            "start": 819834136,
            "stop": 819834257
        }
    ]
}