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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=294",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 295,
    "results": [
        {
            "start": 934860670,
            "stop": 934861073
        },
        {
            "start": 934861380,
            "stop": 934861647
        },
        {
            "start": 934861767,
            "stop": 934862384
        },
        {
            "start": 934862655,
            "stop": 934862747
        },
        {
            "start": 934862867,
            "stop": 934863124
        },
        {
            "start": 934863244,
            "stop": 934863408
        },
        {
            "start": 934863558,
            "stop": 934863696
        },
        {
            "start": 934863816,
            "stop": 934863966
        },
        {
            "start": 934864086,
            "stop": 934865678
        },
        {
            "start": 934865858,
            "stop": 934865918
        },
        {
            "start": 934865978,
            "stop": 934866015
        },
        {
            "start": 934866338,
            "stop": 934866758
        },
        {
            "start": 934866818,
            "stop": 934866938
        },
        {
            "start": 934867058,
            "stop": 934867178
        },
        {
            "start": 934867358,
            "stop": 934867538
        },
        {
            "start": 934867658,
            "stop": 934867838
        },
        {
            "start": 934867898,
            "stop": 934867958
        },
        {
            "start": 934868018,
            "stop": 934868078
        },
        {
            "start": 934868138,
            "stop": 934868198
        },
        {
            "start": 934868258,
            "stop": 934868318
        }
    ]
}