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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=160",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 161,
    "results": [
        {
            "start": 820210161,
            "stop": 820210190
        },
        {
            "start": 820210194,
            "stop": 820210202
        },
        {
            "start": 820210206,
            "stop": 820210281
        },
        {
            "start": 820210284,
            "stop": 820210300
        },
        {
            "start": 820210303,
            "stop": 820210445
        },
        {
            "start": 820210448,
            "stop": 820210521
        },
        {
            "start": 820216753,
            "stop": 820216776
        },
        {
            "start": 820216781,
            "stop": 820216814
        },
        {
            "start": 820216817,
            "stop": 820216915
        },
        {
            "start": 820216919,
            "stop": 820216945
        },
        {
            "start": 820216948,
            "stop": 820216977
        },
        {
            "start": 820216980,
            "stop": 820217000
        },
        {
            "start": 820217003,
            "stop": 820217005
        },
        {
            "start": 820217008,
            "stop": 820217145
        },
        {
            "start": 820217148,
            "stop": 820217151
        },
        {
            "start": 820217154,
            "stop": 820217157
        },
        {
            "start": 820217160,
            "stop": 820217174
        },
        {
            "start": 820217177,
            "stop": 820217193
        },
        {
            "start": 820217197,
            "stop": 820217200
        },
        {
            "start": 820217204,
            "stop": 820217214
        }
    ]
}