Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=48
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=47",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 48,
    "results": [
        {
            "start": 830115115,
            "stop": 830116584
        },
        {
            "start": 830117642,
            "stop": 830120694
        },
        {
            "start": 830121082,
            "stop": 830124686
        },
        {
            "start": 830125439,
            "stop": 830127362
        },
        {
            "start": 830127464,
            "stop": 830143873
        },
        {
            "start": 830143932,
            "stop": 830144020
        },
        {
            "start": 830145054,
            "stop": 830145334
        },
        {
            "start": 830145999,
            "stop": 830187348
        },
        {
            "start": 830189505,
            "stop": 830191976
        },
        {
            "start": 830193419,
            "stop": 830194160
        },
        {
            "start": 830194993,
            "stop": 830200518
        },
        {
            "start": 830201315,
            "stop": 830202555
        },
        {
            "start": 830202642,
            "stop": 830204588
        },
        {
            "start": 830206691,
            "stop": 830210489
        },
        {
            "start": 830211315,
            "stop": 830211972
        },
        {
            "start": 830212034,
            "stop": 830273072
        },
        {
            "start": 830274210,
            "stop": 830277628
        },
        {
            "start": 830277760,
            "stop": 830280113
        },
        {
            "start": 830281250,
            "stop": 830283480
        },
        {
            "start": 830283548,
            "stop": 830291809
        }
    ]
}