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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=118",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 119,
    "results": [
        {
            "start": 819930752,
            "stop": 819930853
        },
        {
            "start": 819931087,
            "stop": 819933731
        },
        {
            "start": 819933735,
            "stop": 819933783
        },
        {
            "start": 819933786,
            "stop": 819938413
        },
        {
            "start": 819938768,
            "stop": 819941653
        },
        {
            "start": 819941790,
            "stop": 819942944
        },
        {
            "start": 819942947,
            "stop": 819944038
        },
        {
            "start": 819944042,
            "stop": 819944045
        },
        {
            "start": 819944048,
            "stop": 819944566
        },
        {
            "start": 819944569,
            "stop": 819946264
        },
        {
            "start": 819946268,
            "stop": 819946793
        },
        {
            "start": 819946796,
            "stop": 819948937
        },
        {
            "start": 819948940,
            "stop": 819949004
        },
        {
            "start": 819949007,
            "stop": 819949567
        },
        {
            "start": 819949570,
            "stop": 819951076
        },
        {
            "start": 819951079,
            "stop": 819951198
        },
        {
            "start": 819951201,
            "stop": 819951644
        },
        {
            "start": 819951666,
            "stop": 819951795
        },
        {
            "start": 819951798,
            "stop": 819952093
        },
        {
            "start": 819952096,
            "stop": 819952674
        }
    ]
}