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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=9",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 10,
    "results": [
        {
            "start": 1372723874,
            "stop": 1372737705
        },
        {
            "start": 1372746355,
            "stop": 1372797738
        },
        {
            "start": 1372797773,
            "stop": 1372798942
        },
        {
            "start": 1372807866,
            "stop": 1372912494
        },
        {
            "start": 1372912651,
            "stop": 1372924077
        },
        {
            "start": 1372924158,
            "stop": 1372942871
        },
        {
            "start": 1373002217,
            "stop": 1373011074
        },
        {
            "start": 1373022137,
            "stop": 1373039882
        },
        {
            "start": 1373047498,
            "stop": 1373057154
        },
        {
            "start": 1373073541,
            "stop": 1373120488
        },
        {
            "start": 1373142881,
            "stop": 1373149467
        },
        {
            "start": 1373149576,
            "stop": 1373149786
        },
        {
            "start": 1373157108,
            "stop": 1373208546
        },
        {
            "start": 1373245842,
            "stop": 1373271010
        },
        {
            "start": 1373277824,
            "stop": 1373300715
        },
        {
            "start": 1373302884,
            "stop": 1373307261
        },
        {
            "start": 1373324597,
            "stop": 1373362621
        },
        {
            "start": 1373376025,
            "stop": 1373386700
        },
        {
            "start": 1373394762,
            "stop": 1373400141
        },
        {
            "start": 1373417088,
            "stop": 1373483208
        }
    ]
}