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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=93",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 94,
    "results": [
        {
            "start": 825490093,
            "stop": 825490180
        },
        {
            "start": 825490183,
            "stop": 825490686
        },
        {
            "start": 825490692,
            "stop": 825490698
        },
        {
            "start": 825490703,
            "stop": 825491200
        },
        {
            "start": 825491232,
            "stop": 825491456
        },
        {
            "start": 825491488,
            "stop": 825491616
        },
        {
            "start": 825491648,
            "stop": 825498792
        },
        {
            "start": 825498797,
            "stop": 825500064
        },
        {
            "start": 825500096,
            "stop": 825516000
        },
        {
            "start": 825516032,
            "stop": 825516429
        },
        {
            "start": 825517016,
            "stop": 825517493
        },
        {
            "start": 825517496,
            "stop": 825517537
        },
        {
            "start": 825517541,
            "stop": 825524032
        },
        {
            "start": 825524064,
            "stop": 825526333
        },
        {
            "start": 825526563,
            "stop": 825528733
        },
        {
            "start": 825528896,
            "stop": 825529213
        },
        {
            "start": 825534332,
            "stop": 825534890
        },
        {
            "start": 825534893,
            "stop": 825534926
        },
        {
            "start": 825534929,
            "stop": 825534970
        },
        {
            "start": 825534973,
            "stop": 825535029
        }
    ]
}