Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7349
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7350",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7348",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7349,
    "results": [
        {
            "start": 969372624,
            "stop": 969372626
        },
        {
            "start": 969372707,
            "stop": 969373007
        },
        {
            "start": 969373127,
            "stop": 969373367
        },
        {
            "start": 969373487,
            "stop": 969373537
        },
        {
            "start": 969373540,
            "stop": 969373661
        },
        {
            "start": 969373664,
            "stop": 969373723
        },
        {
            "start": 969373847,
            "stop": 969373885
        },
        {
            "start": 969373888,
            "stop": 969373896
        },
        {
            "start": 969373902,
            "stop": 969373916
        },
        {
            "start": 969373941,
            "stop": 969374125
        },
        {
            "start": 969374128,
            "stop": 969374345
        },
        {
            "start": 969374348,
            "stop": 969374927
        },
        {
            "start": 969375287,
            "stop": 969375407
        },
        {
            "start": 969375527,
            "stop": 969375647
        },
        {
            "start": 969375707,
            "stop": 969375776
        },
        {
            "start": 969375797,
            "stop": 969375820
        },
        {
            "start": 969375860,
            "stop": 969376051
        },
        {
            "start": 969376072,
            "stop": 969376073
        },
        {
            "start": 969376078,
            "stop": 969376102
        },
        {
            "start": 969376128,
            "stop": 969376140
        }
    ]
}