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/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1989
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1988",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1989,
    "results": [
        {
            "start": 856523035,
            "stop": 856527421
        },
        {
            "start": 856530556,
            "stop": 856536219
        },
        {
            "start": 856536540,
            "stop": 856544304
        },
        {
            "start": 856545849,
            "stop": 856549070
        },
        {
            "start": 856549075,
            "stop": 856549117
        },
        {
            "start": 856549123,
            "stop": 856549125
        },
        {
            "start": 856549130,
            "stop": 856549475
        },
        {
            "start": 856549480,
            "stop": 856551700
        },
        {
            "start": 856551705,
            "stop": 856552117
        },
        {
            "start": 856552123,
            "stop": 856552125
        },
        {
            "start": 856552130,
            "stop": 856552142
        },
        {
            "start": 856552148,
            "stop": 856552207
        },
        {
            "start": 856552213,
            "stop": 856561165
        },
        {
            "start": 856561168,
            "stop": 856565377
        },
        {
            "start": 856565383,
            "stop": 856565400
        },
        {
            "start": 856565405,
            "stop": 856571244
        },
        {
            "start": 856576042,
            "stop": 856583372
        },
        {
            "start": 856583723,
            "stop": 856590859
        },
        {
            "start": 856591165,
            "stop": 856613294
        },
        {
            "start": 856613594,
            "stop": 856618095
        }
    ]
}