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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5154",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5155,
    "results": [
        {
            "start": 874792278,
            "stop": 874792326
        },
        {
            "start": 874792346,
            "stop": 874792360
        },
        {
            "start": 874792384,
            "stop": 874792418
        },
        {
            "start": 874792437,
            "stop": 874792441
        },
        {
            "start": 874792460,
            "stop": 874792556
        },
        {
            "start": 874792575,
            "stop": 874792695
        },
        {
            "start": 874792714,
            "stop": 874792754
        },
        {
            "start": 874792773,
            "stop": 874792811
        },
        {
            "start": 874792836,
            "stop": 874792850
        },
        {
            "start": 874792869,
            "stop": 874792886
        },
        {
            "start": 874792916,
            "stop": 874792938
        },
        {
            "start": 874792957,
            "stop": 874792985
        },
        {
            "start": 874793017,
            "stop": 874793093
        },
        {
            "start": 874793117,
            "stop": 874793135
        },
        {
            "start": 874793169,
            "stop": 874793427
        },
        {
            "start": 874793462,
            "stop": 874793547
        },
        {
            "start": 874793566,
            "stop": 874793598
        },
        {
            "start": 874793617,
            "stop": 874793625
        },
        {
            "start": 874793644,
            "stop": 874793726
        },
        {
            "start": 874793745,
            "stop": 874793759
        }
    ]
}