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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6508",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6506",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6507,
    "results": [
        {
            "start": 874221786,
            "stop": 874221902
        },
        {
            "start": 874221903,
            "stop": 874222737
        },
        {
            "start": 874222738,
            "stop": 874223067
        },
        {
            "start": 874223068,
            "stop": 874223520
        },
        {
            "start": 874223521,
            "stop": 874223548
        },
        {
            "start": 874223550,
            "stop": 874223595
        },
        {
            "start": 874223596,
            "stop": 874223946
        },
        {
            "start": 874223948,
            "stop": 874224293
        },
        {
            "start": 874224294,
            "stop": 874224736
        },
        {
            "start": 874224738,
            "stop": 874224794
        },
        {
            "start": 874224796,
            "stop": 874225136
        },
        {
            "start": 874225137,
            "stop": 874225189
        },
        {
            "start": 874225191,
            "stop": 874225451
        },
        {
            "start": 874225453,
            "stop": 874225509
        },
        {
            "start": 874225510,
            "stop": 874225943
        },
        {
            "start": 874225944,
            "stop": 874226027
        },
        {
            "start": 874226029,
            "stop": 874226059
        },
        {
            "start": 874226060,
            "stop": 874226247
        },
        {
            "start": 874226248,
            "stop": 874226334
        },
        {
            "start": 874226335,
            "stop": 874226839
        }
    ]
}