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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=750",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 751,
    "results": [
        {
            "start": 873698608,
            "stop": 873698610
        },
        {
            "start": 873698670,
            "stop": 873713256
        },
        {
            "start": 873715250,
            "stop": 873733410
        },
        {
            "start": 873735693,
            "stop": 873736107
        },
        {
            "start": 873737305,
            "stop": 873745530
        },
        {
            "start": 873745590,
            "stop": 873745608
        },
        {
            "start": 873746535,
            "stop": 873749331
        },
        {
            "start": 873749350,
            "stop": 873757770
        },
        {
            "start": 873757830,
            "stop": 873759089
        },
        {
            "start": 873759733,
            "stop": 873764370
        },
        {
            "start": 873764490,
            "stop": 873769276
        },
        {
            "start": 873770484,
            "stop": 873786055
        },
        {
            "start": 873787903,
            "stop": 873792270
        },
        {
            "start": 873792390,
            "stop": 873797843
        },
        {
            "start": 873797857,
            "stop": 873806613
        },
        {
            "start": 873807365,
            "stop": 873814248
        },
        {
            "start": 873815483,
            "stop": 873828407
        },
        {
            "start": 873828429,
            "stop": 873834757
        },
        {
            "start": 873835513,
            "stop": 873844502
        },
        {
            "start": 873845494,
            "stop": 873903825
        }
    ]
}