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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=90",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 91,
    "results": [
        {
            "start": 819204688,
            "stop": 819205295
        },
        {
            "start": 819205298,
            "stop": 819205430
        },
        {
            "start": 819205433,
            "stop": 819205599
        },
        {
            "start": 819205602,
            "stop": 819205772
        },
        {
            "start": 819205775,
            "stop": 819206103
        },
        {
            "start": 819206106,
            "stop": 819206321
        },
        {
            "start": 819206324,
            "stop": 819207659
        },
        {
            "start": 819207662,
            "stop": 819208069
        },
        {
            "start": 819208072,
            "stop": 819208075
        },
        {
            "start": 819208079,
            "stop": 819208535
        },
        {
            "start": 819208552,
            "stop": 819208746
        },
        {
            "start": 819208749,
            "stop": 819208875
        },
        {
            "start": 819208879,
            "stop": 819208926
        },
        {
            "start": 819208930,
            "stop": 819208933
        },
        {
            "start": 819208936,
            "stop": 819209251
        },
        {
            "start": 819209268,
            "stop": 819210013
        },
        {
            "start": 819210534,
            "stop": 819211043
        },
        {
            "start": 819211061,
            "stop": 819211196
        },
        {
            "start": 819212082,
            "stop": 819212562
        },
        {
            "start": 819212582,
            "stop": 819212661
        }
    ]
}