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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=23",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 24,
    "results": [
        {
            "start": 1168282312,
            "stop": 1168282747
        },
        {
            "start": 1168282751,
            "stop": 1168285481
        },
        {
            "start": 1168285485,
            "stop": 1168286285
        },
        {
            "start": 1168286289,
            "stop": 1168288117
        },
        {
            "start": 1168288121,
            "stop": 1168289372
        },
        {
            "start": 1168289376,
            "stop": 1168290310
        },
        {
            "start": 1168290313,
            "stop": 1168290350
        },
        {
            "start": 1168290353,
            "stop": 1168291434
        },
        {
            "start": 1168291437,
            "stop": 1168293022
        },
        {
            "start": 1168293025,
            "stop": 1168293739
        },
        {
            "start": 1168301796,
            "stop": 1168302054
        },
        {
            "start": 1168302057,
            "stop": 1168305182
        },
        {
            "start": 1168305185,
            "stop": 1168305882
        },
        {
            "start": 1168305885,
            "stop": 1168306176
        },
        {
            "start": 1168306242,
            "stop": 1168307374
        },
        {
            "start": 1168307377,
            "stop": 1168316575
        },
        {
            "start": 1168316578,
            "stop": 1168320724
        },
        {
            "start": 1168320725,
            "stop": 1168322967
        },
        {
            "start": 1168322971,
            "stop": 1168323217
        },
        {
            "start": 1168323221,
            "stop": 1168324169
        }
    ]
}