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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=112",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 113,
    "results": [
        {
            "start": 931747101,
            "stop": 931747211
        },
        {
            "start": 931747229,
            "stop": 931747235
        },
        {
            "start": 931747252,
            "stop": 931747325
        },
        {
            "start": 931747373,
            "stop": 931747386
        },
        {
            "start": 931747420,
            "stop": 931747423
        },
        {
            "start": 931747465,
            "stop": 931747466
        },
        {
            "start": 931747483,
            "stop": 931747578
        },
        {
            "start": 931747595,
            "stop": 931747614
        },
        {
            "start": 931747637,
            "stop": 931747700
        },
        {
            "start": 931747717,
            "stop": 931747821
        },
        {
            "start": 931747839,
            "stop": 931747886
        },
        {
            "start": 931747909,
            "stop": 931747911
        },
        {
            "start": 931747967,
            "stop": 931748010
        },
        {
            "start": 931748028,
            "stop": 931748069
        },
        {
            "start": 931748105,
            "stop": 931748124
        },
        {
            "start": 931748148,
            "stop": 931748163
        },
        {
            "start": 931748203,
            "stop": 931748229
        },
        {
            "start": 931755984,
            "stop": 931755985
        },
        {
            "start": 931756022,
            "stop": 931756663
        },
        {
            "start": 931756681,
            "stop": 931756820
        }
    ]
}