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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=224",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 225,
    "results": [
        {
            "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
        },
        {
            "start": 820217217,
            "stop": 820217247
        },
        {
            "start": 820217250,
            "stop": 820217270
        },
        {
            "start": 820217274,
            "stop": 820217277
        },
        {
            "start": 820217280,
            "stop": 820217312
        },
        {
            "start": 820217315,
            "stop": 820217407
        },
        {
            "start": 820217410,
            "stop": 820217429
        },
        {
            "start": 820217433,
            "stop": 820217436
        },
        {
            "start": 820217440,
            "stop": 820217443
        }
    ]
}