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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=159",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 160,
    "results": [
        {
            "start": 819150503,
            "stop": 819150508
        },
        {
            "start": 819154713,
            "stop": 819154774
        },
        {
            "start": 819154791,
            "stop": 819154816
        },
        {
            "start": 819154833,
            "stop": 819154971
        },
        {
            "start": 819154975,
            "stop": 819155021
        },
        {
            "start": 819155024,
            "stop": 819155196
        },
        {
            "start": 819155213,
            "stop": 819155502
        },
        {
            "start": 819155519,
            "stop": 819155843
        },
        {
            "start": 819155846,
            "stop": 819155853
        },
        {
            "start": 819155870,
            "stop": 819156177
        },
        {
            "start": 819156194,
            "stop": 819156220
        },
        {
            "start": 819156237,
            "stop": 819157286
        },
        {
            "start": 819157303,
            "stop": 819157355
        },
        {
            "start": 819157372,
            "stop": 819157737
        },
        {
            "start": 819157760,
            "stop": 819159354
        },
        {
            "start": 819159357,
            "stop": 819159830
        },
        {
            "start": 819159833,
            "stop": 819160187
        },
        {
            "start": 819160205,
            "stop": 819160255
        },
        {
            "start": 819160272,
            "stop": 819161020
        },
        {
            "start": 819161140,
            "stop": 819161155
        }
    ]
}