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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=105",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 106,
    "results": [
        {
            "start": 931712256,
            "stop": 931712260
        },
        {
            "start": 931712283,
            "stop": 931712390
        },
        {
            "start": 931722628,
            "stop": 931722816
        },
        {
            "start": 931722845,
            "stop": 931722864
        },
        {
            "start": 931722887,
            "stop": 931722937
        },
        {
            "start": 931722955,
            "stop": 931722992
        },
        {
            "start": 931723010,
            "stop": 931723073
        },
        {
            "start": 931723076,
            "stop": 931723172
        },
        {
            "start": 931723195,
            "stop": 931723215
        },
        {
            "start": 931723583,
            "stop": 931723585
        },
        {
            "start": 931723622,
            "stop": 931723628
        },
        {
            "start": 931723687,
            "stop": 931723693
        },
        {
            "start": 931723730,
            "stop": 931723738
        },
        {
            "start": 931723884,
            "stop": 931723885
        },
        {
            "start": 931724093,
            "stop": 931724109
        },
        {
            "start": 931724183,
            "stop": 931724193
        },
        {
            "start": 931724211,
            "stop": 931724257
        },
        {
            "start": 931724275,
            "stop": 931724276
        },
        {
            "start": 931724315,
            "stop": 931724322
        },
        {
            "start": 931724371,
            "stop": 931724375
        }
    ]
}