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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16690",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16691,
    "results": [
        {
            "start": 874927516,
            "stop": 874927779
        },
        {
            "start": 874927780,
            "stop": 874927817
        },
        {
            "start": 874927818,
            "stop": 874927900
        },
        {
            "start": 874927901,
            "stop": 874928167
        },
        {
            "start": 874928168,
            "stop": 874928438
        },
        {
            "start": 874928440,
            "stop": 874928498
        },
        {
            "start": 874928499,
            "stop": 874928778
        },
        {
            "start": 874928780,
            "stop": 874928926
        },
        {
            "start": 874928927,
            "stop": 874928979
        },
        {
            "start": 874928981,
            "stop": 874929085
        },
        {
            "start": 874929086,
            "stop": 874929131
        },
        {
            "start": 874929133,
            "stop": 874929135
        },
        {
            "start": 874929136,
            "stop": 874929441
        },
        {
            "start": 874929443,
            "stop": 874929459
        },
        {
            "start": 874929460,
            "stop": 874929485
        },
        {
            "start": 874929487,
            "stop": 874929537
        },
        {
            "start": 874929538,
            "stop": 874929568
        },
        {
            "start": 874929570,
            "stop": 874929578
        },
        {
            "start": 874929579,
            "stop": 874929754
        },
        {
            "start": 874929756,
            "stop": 874930090
        }
    ]
}