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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=223",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 224,
    "results": [
        {
            "start": 820209902,
            "stop": 820209903
        },
        {
            "start": 820209908,
            "stop": 820209911
        },
        {
            "start": 820209914,
            "stop": 820209918
        },
        {
            "start": 820209922,
            "stop": 820209971
        },
        {
            "start": 820209974,
            "stop": 820210011
        },
        {
            "start": 820210015,
            "stop": 820210041
        },
        {
            "start": 820210045,
            "stop": 820210048
        },
        {
            "start": 820210051,
            "stop": 820210101
        },
        {
            "start": 820210104,
            "stop": 820210139
        },
        {
            "start": 820210142,
            "stop": 820210145
        },
        {
            "start": 820210148,
            "stop": 820210151
        },
        {
            "start": 820210154,
            "stop": 820210158
        },
        {
            "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
        }
    ]
}