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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=154",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 155,
    "results": [
        {
            "start": 840312031,
            "stop": 840312430
        },
        {
            "start": 840312938,
            "stop": 840317043
        },
        {
            "start": 840317051,
            "stop": 840317226
        },
        {
            "start": 840318092,
            "stop": 840319120
        },
        {
            "start": 840319127,
            "stop": 840319152
        },
        {
            "start": 840320034,
            "stop": 840320359
        },
        {
            "start": 840320367,
            "stop": 840327129
        },
        {
            "start": 840327136,
            "stop": 840327196
        },
        {
            "start": 840328820,
            "stop": 840332329
        },
        {
            "start": 840333605,
            "stop": 840336350
        },
        {
            "start": 840338047,
            "stop": 840339442
        },
        {
            "start": 840340810,
            "stop": 840342184
        },
        {
            "start": 840343536,
            "stop": 840344359
        },
        {
            "start": 840346070,
            "stop": 840347095
        },
        {
            "start": 840351035,
            "stop": 840354120
        },
        {
            "start": 840355179,
            "stop": 840363264
        },
        {
            "start": 840364082,
            "stop": 840366408
        },
        {
            "start": 840366414,
            "stop": 840366504
        },
        {
            "start": 840367867,
            "stop": 840368214
        },
        {
            "start": 840368221,
            "stop": 840368565
        }
    ]
}