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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3202",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3203,
    "results": [
        {
            "start": 870892394,
            "stop": 870892684
        },
        {
            "start": 870892688,
            "stop": 870900508
        },
        {
            "start": 870900661,
            "stop": 870902619
        },
        {
            "start": 870902623,
            "stop": 870905831
        },
        {
            "start": 870907314,
            "stop": 870907418
        },
        {
            "start": 870907421,
            "stop": 870925630
        },
        {
            "start": 870925635,
            "stop": 870939620
        },
        {
            "start": 870941887,
            "stop": 870952020
        },
        {
            "start": 870952080,
            "stop": 870956303
        },
        {
            "start": 870961223,
            "stop": 870980881
        },
        {
            "start": 870982122,
            "stop": 870991050
        },
        {
            "start": 870991110,
            "stop": 870991627
        },
        {
            "start": 870992785,
            "stop": 870994410
        },
        {
            "start": 870994530,
            "stop": 871002883
        },
        {
            "start": 871002886,
            "stop": 871005540
        },
        {
            "start": 871005600,
            "stop": 871006020
        },
        {
            "start": 871006080,
            "stop": 871006380
        },
        {
            "start": 871006440,
            "stop": 871007220
        },
        {
            "start": 871007280,
            "stop": 871007400
        },
        {
            "start": 871007460,
            "stop": 871016525
        }
    ]
}