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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=207",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 208,
    "results": [
        {
            "start": 850109881,
            "stop": 850110106
        },
        {
            "start": 850110110,
            "stop": 850110114
        },
        {
            "start": 850110117,
            "stop": 850110266
        },
        {
            "start": 850110269,
            "stop": 850111910
        },
        {
            "start": 850111911,
            "stop": 850137733
        },
        {
            "start": 850140362,
            "stop": 850148312
        },
        {
            "start": 850148313,
            "stop": 850148318
        },
        {
            "start": 850148319,
            "stop": 850153185
        },
        {
            "start": 850153186,
            "stop": 850153551
        },
        {
            "start": 850154106,
            "stop": 850156642
        },
        {
            "start": 850156648,
            "stop": 850161548
        },
        {
            "start": 850162212,
            "stop": 850164433
        },
        {
            "start": 850165236,
            "stop": 850165888
        },
        {
            "start": 850165891,
            "stop": 850166832
        },
        {
            "start": 850166833,
            "stop": 850170191
        },
        {
            "start": 850170765,
            "stop": 850172953
        },
        {
            "start": 850174329,
            "stop": 850177244
        },
        {
            "start": 850177247,
            "stop": 850177250
        },
        {
            "start": 850177261,
            "stop": 850182133
        },
        {
            "start": 850182741,
            "stop": 850187405
        }
    ]
}