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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=175",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 176,
    "results": [
        {
            "start": 820464032,
            "stop": 820464129
        },
        {
            "start": 820464137,
            "stop": 820464477
        },
        {
            "start": 820464484,
            "stop": 820464762
        },
        {
            "start": 820464769,
            "stop": 820465206
        },
        {
            "start": 820465213,
            "stop": 820465295
        },
        {
            "start": 820465310,
            "stop": 820465406
        },
        {
            "start": 820465414,
            "stop": 820465756
        },
        {
            "start": 820465763,
            "stop": 820466115
        },
        {
            "start": 820466122,
            "stop": 820466208
        },
        {
            "start": 820466215,
            "stop": 820466588
        },
        {
            "start": 820466595,
            "stop": 820467356
        },
        {
            "start": 820467363,
            "stop": 820467502
        },
        {
            "start": 820467509,
            "stop": 820468473
        },
        {
            "start": 820468482,
            "stop": 820468749
        },
        {
            "start": 820468763,
            "stop": 820468968
        },
        {
            "start": 820468975,
            "stop": 820469010
        },
        {
            "start": 820469018,
            "stop": 820469111
        },
        {
            "start": 820469118,
            "stop": 820469329
        },
        {
            "start": 820469336,
            "stop": 820469646
        },
        {
            "start": 820469653,
            "stop": 820469682
        }
    ]
}