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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=41",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 42,
    "results": [
        {
            "start": 817223582,
            "stop": 817223949
        },
        {
            "start": 817228513,
            "stop": 817228677
        },
        {
            "start": 817228680,
            "stop": 817228714
        },
        {
            "start": 817228718,
            "stop": 817228731
        },
        {
            "start": 817228734,
            "stop": 817229068
        },
        {
            "start": 817229069,
            "stop": 817229802
        },
        {
            "start": 817229806,
            "stop": 817231257
        },
        {
            "start": 817231260,
            "stop": 817231526
        },
        {
            "start": 817231529,
            "stop": 817231831
        },
        {
            "start": 817231834,
            "stop": 817231906
        },
        {
            "start": 817236172,
            "stop": 817236643
        },
        {
            "start": 817236943,
            "stop": 817236980
        },
        {
            "start": 817237090,
            "stop": 817237236
        },
        {
            "start": 817237240,
            "stop": 817237242
        },
        {
            "start": 817237245,
            "stop": 817237304
        },
        {
            "start": 817237323,
            "stop": 817237560
        },
        {
            "start": 817237563,
            "stop": 817237675
        },
        {
            "start": 817239402,
            "stop": 817239808
        },
        {
            "start": 817239825,
            "stop": 817239956
        },
        {
            "start": 817239959,
            "stop": 817240438
        }
    ]
}