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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7233",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7234,
    "results": [
        {
            "start": 874798915,
            "stop": 874799326
        },
        {
            "start": 874799327,
            "stop": 874799518
        },
        {
            "start": 874799519,
            "stop": 874799678
        },
        {
            "start": 874799679,
            "stop": 874799748
        },
        {
            "start": 874799749,
            "stop": 874799772
        },
        {
            "start": 874799774,
            "stop": 874800243
        },
        {
            "start": 874800245,
            "stop": 874800679
        },
        {
            "start": 874800680,
            "stop": 874801221
        },
        {
            "start": 874801222,
            "stop": 874801328
        },
        {
            "start": 874801330,
            "stop": 874801345
        },
        {
            "start": 874801347,
            "stop": 874801728
        },
        {
            "start": 874801729,
            "stop": 874801965
        },
        {
            "start": 874802689,
            "stop": 874802774
        },
        {
            "start": 874802775,
            "stop": 874802873
        },
        {
            "start": 874802875,
            "stop": 874802986
        },
        {
            "start": 874802987,
            "stop": 874803104
        },
        {
            "start": 874803106,
            "stop": 874803164
        },
        {
            "start": 874803165,
            "stop": 874803194
        },
        {
            "start": 874803195,
            "stop": 874803644
        },
        {
            "start": 874803645,
            "stop": 874803720
        }
    ]
}