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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4972",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4973,
    "results": [
        {
            "start": 874414305,
            "stop": 874414420
        },
        {
            "start": 874414439,
            "stop": 874414560
        },
        {
            "start": 874414580,
            "stop": 874414583
        },
        {
            "start": 874414602,
            "stop": 874414677
        },
        {
            "start": 874414696,
            "stop": 874414751
        },
        {
            "start": 874414770,
            "stop": 874414775
        },
        {
            "start": 874414794,
            "stop": 874414854
        },
        {
            "start": 874414873,
            "stop": 874414972
        },
        {
            "start": 874414991,
            "stop": 874415054
        },
        {
            "start": 874415073,
            "stop": 874415100
        },
        {
            "start": 874415120,
            "stop": 874415228
        },
        {
            "start": 874415247,
            "stop": 874415270
        },
        {
            "start": 874415289,
            "stop": 874415590
        },
        {
            "start": 874415611,
            "stop": 874415682
        },
        {
            "start": 874415701,
            "stop": 874416173
        },
        {
            "start": 874416193,
            "stop": 874416227
        },
        {
            "start": 874416247,
            "stop": 874416578
        },
        {
            "start": 874416598,
            "stop": 874416626
        },
        {
            "start": 874416645,
            "stop": 874416648
        },
        {
            "start": 874416667,
            "stop": 874416883
        }
    ]
}