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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4666",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4667,
    "results": [
        {
            "start": 874302452,
            "stop": 874302654
        },
        {
            "start": 874302690,
            "stop": 874302781
        },
        {
            "start": 874302803,
            "stop": 874302871
        },
        {
            "start": 874302890,
            "stop": 874302949
        },
        {
            "start": 874302968,
            "stop": 874303036
        },
        {
            "start": 874303055,
            "stop": 874303136
        },
        {
            "start": 874303160,
            "stop": 874303236
        },
        {
            "start": 874303256,
            "stop": 874303349
        },
        {
            "start": 874303368,
            "stop": 874303412
        },
        {
            "start": 874303432,
            "stop": 874303640
        },
        {
            "start": 874303659,
            "stop": 874303826
        },
        {
            "start": 874303845,
            "stop": 874303902
        },
        {
            "start": 874303921,
            "stop": 874303954
        },
        {
            "start": 874303974,
            "stop": 874304029
        },
        {
            "start": 874304048,
            "stop": 874304189
        },
        {
            "start": 874304208,
            "stop": 874304361
        },
        {
            "start": 874304380,
            "stop": 874304544
        },
        {
            "start": 874304563,
            "stop": 874304571
        },
        {
            "start": 874304590,
            "stop": 874304723
        },
        {
            "start": 874304774,
            "stop": 874304794
        }
    ]
}