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=3025
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=3026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3024",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3025,
    "results": [
        {
            "start": 863636940,
            "stop": 863637059
        },
        {
            "start": 863639399,
            "stop": 863639400
        },
        {
            "start": 863639520,
            "stop": 863639640
        },
        {
            "start": 863640000,
            "stop": 863640060
        },
        {
            "start": 863640120,
            "stop": 863640300
        },
        {
            "start": 863640600,
            "stop": 863640660
        },
        {
            "start": 863640900,
            "stop": 863640960
        },
        {
            "start": 863641020,
            "stop": 863641125
        },
        {
            "start": 863641128,
            "stop": 863641140
        },
        {
            "start": 863641200,
            "stop": 863641380
        },
        {
            "start": 863641440,
            "stop": 863641833
        },
        {
            "start": 863641842,
            "stop": 863641920
        },
        {
            "start": 863641980,
            "stop": 863642040
        },
        {
            "start": 863642220,
            "stop": 863642280
        },
        {
            "start": 863642460,
            "stop": 863642700
        },
        {
            "start": 863642940,
            "stop": 863643149
        },
        {
            "start": 863643152,
            "stop": 863643180
        },
        {
            "start": 863656674,
            "stop": 863666159
        },
        {
            "start": 863666162,
            "stop": 863667815
        },
        {
            "start": 863668115,
            "stop": 863668380
        }
    ]
}