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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=124",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 125,
    "results": [
        {
            "start": 832956078,
            "stop": 832992599
        },
        {
            "start": 832992601,
            "stop": 833007591
        },
        {
            "start": 833007911,
            "stop": 833009580
        },
        {
            "start": 833011437,
            "stop": 833016144
        },
        {
            "start": 833017570,
            "stop": 833020501
        },
        {
            "start": 833021306,
            "stop": 833026154
        },
        {
            "start": 833027870,
            "stop": 833035381
        },
        {
            "start": 833036093,
            "stop": 833036550
        },
        {
            "start": 833060467,
            "stop": 833061164
        },
        {
            "start": 833062624,
            "stop": 833068925
        },
        {
            "start": 833069493,
            "stop": 833089470
        },
        {
            "start": 833089965,
            "stop": 833091085
        },
        {
            "start": 833091485,
            "stop": 833122107
        },
        {
            "start": 833122534,
            "stop": 833137574
        },
        {
            "start": 833138983,
            "stop": 833140424
        },
        {
            "start": 833141296,
            "stop": 833144668
        },
        {
            "start": 833145484,
            "stop": 833146879
        },
        {
            "start": 833147789,
            "stop": 833148467
        },
        {
            "start": 833149017,
            "stop": 833149023
        },
        {
            "start": 833149032,
            "stop": 833149041
        }
    ]
}