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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=571",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=569",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 570,
    "results": [
        {
            "start": 832888219,
            "stop": 832889590
        },
        {
            "start": 832889591,
            "stop": 832923567
        },
        {
            "start": 832923887,
            "stop": 832923935
        },
        {
            "start": 832924335,
            "stop": 832925876
        },
        {
            "start": 832926459,
            "stop": 832939982
        },
        {
            "start": 832943096,
            "stop": 832950545
        },
        {
            "start": 832950945,
            "stop": 832950990
        },
        {
            "start": 832951393,
            "stop": 832953045
        },
        {
            "start": 832953703,
            "stop": 832954132
        },
        {
            "start": 832956078,
            "stop": 832992599
        },
        {
            "start": 832992601,
            "stop": 833007591
        },
        {
            "start": 833007911,
            "stop": 833009580
        },
        {
            "start": 833011437,
            "stop": 833016133
        },
        {
            "start": 833017570,
            "stop": 833020501
        },
        {
            "start": 833021306,
            "stop": 833021390
        },
        {
            "start": 833021391,
            "stop": 833026153
        },
        {
            "start": 833027870,
            "stop": 833035381
        },
        {
            "start": 833036093,
            "stop": 833036550
        },
        {
            "start": 833060467,
            "stop": 833061164
        },
        {
            "start": 833062624,
            "stop": 833064654
        }
    ]
}