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_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_CBCLOW_CAT3/segments?format=api&page=5156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5154",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5155,
    "results": [
        {
            "start": 874727624,
            "stop": 874727769
        },
        {
            "start": 874727776,
            "stop": 874727780
        },
        {
            "start": 874727787,
            "stop": 874727863
        },
        {
            "start": 874727875,
            "stop": 874727879
        },
        {
            "start": 874727886,
            "stop": 874727996
        },
        {
            "start": 874728004,
            "stop": 874728029
        },
        {
            "start": 874728036,
            "stop": 874728144
        },
        {
            "start": 874728157,
            "stop": 874728242
        },
        {
            "start": 874728249,
            "stop": 874728420
        },
        {
            "start": 874728427,
            "stop": 874728440
        },
        {
            "start": 874728447,
            "stop": 874728542
        },
        {
            "start": 874728549,
            "stop": 874728592
        },
        {
            "start": 874728599,
            "stop": 874728733
        },
        {
            "start": 874728741,
            "stop": 874728787
        },
        {
            "start": 874728795,
            "stop": 874728908
        },
        {
            "start": 874728916,
            "stop": 874729019
        },
        {
            "start": 874729027,
            "stop": 874729240
        },
        {
            "start": 874729247,
            "stop": 874729275
        },
        {
            "start": 874729289,
            "stop": 874729615
        },
        {
            "start": 874729622,
            "stop": 874729647
        }
    ]
}