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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=171",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 172,
    "results": [
        {
            "start": 819833040,
            "stop": 819833113
        },
        {
            "start": 819833116,
            "stop": 819833193
        },
        {
            "start": 819833210,
            "stop": 819833340
        },
        {
            "start": 819833343,
            "stop": 819833485
        },
        {
            "start": 819833502,
            "stop": 819833783
        },
        {
            "start": 819833800,
            "stop": 819833880
        },
        {
            "start": 819833940,
            "stop": 819834014
        },
        {
            "start": 819834017,
            "stop": 819834131
        },
        {
            "start": 819834134,
            "stop": 819834259
        },
        {
            "start": 819834262,
            "stop": 819834660
        },
        {
            "start": 819834840,
            "stop": 819834960
        },
        {
            "start": 819835080,
            "stop": 819835251
        },
        {
            "start": 819835254,
            "stop": 819835620
        },
        {
            "start": 819835680,
            "stop": 819835852
        },
        {
            "start": 819835856,
            "stop": 819835966
        },
        {
            "start": 819836086,
            "stop": 819836383
        },
        {
            "start": 819836387,
            "stop": 819836413
        },
        {
            "start": 819836416,
            "stop": 819836502
        },
        {
            "start": 819836506,
            "stop": 819836634
        },
        {
            "start": 819836637,
            "stop": 819836737
        }
    ]
}