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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=319",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 320,
    "results": [
        {
            "start": 868634936,
            "stop": 868638463
        },
        {
            "start": 868639138,
            "stop": 868651560
        },
        {
            "start": 868653548,
            "stop": 868653578
        },
        {
            "start": 868653949,
            "stop": 868654759
        },
        {
            "start": 868654939,
            "stop": 868655500
        },
        {
            "start": 868656031,
            "stop": 868660873
        },
        {
            "start": 868661097,
            "stop": 868661469
        },
        {
            "start": 868661817,
            "stop": 868662464
        },
        {
            "start": 868664226,
            "stop": 868701136
        },
        {
            "start": 868701749,
            "stop": 868719526
        },
        {
            "start": 868735878,
            "stop": 868744740
        },
        {
            "start": 868746343,
            "stop": 868748345
        },
        {
            "start": 868748557,
            "stop": 868752977
        },
        {
            "start": 868754245,
            "stop": 868770567
        },
        {
            "start": 868770569,
            "stop": 868790389
        },
        {
            "start": 868790391,
            "stop": 868793912
        },
        {
            "start": 868842015,
            "stop": 868851330
        },
        {
            "start": 868851682,
            "stop": 868864950
        },
        {
            "start": 868866193,
            "stop": 868896977
        },
        {
            "start": 868897091,
            "stop": 868903670
        }
    ]
}