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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4922",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4923,
    "results": [
        {
            "start": 874301554,
            "stop": 874301802
        },
        {
            "start": 874301834,
            "stop": 874301874
        },
        {
            "start": 874301893,
            "stop": 874302152
        },
        {
            "start": 874302176,
            "stop": 874302304
        },
        {
            "start": 874302330,
            "stop": 874302412
        },
        {
            "start": 874302432,
            "stop": 874302433
        },
        {
            "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
        }
    ]
}