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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8036",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8034",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8035,
    "results": [
        {
            "start": 970411666,
            "stop": 970411684
        },
        {
            "start": 970411690,
            "stop": 970411691
        },
        {
            "start": 970411694,
            "stop": 970411722
        },
        {
            "start": 970411727,
            "stop": 970411771
        },
        {
            "start": 970411774,
            "stop": 970411783
        },
        {
            "start": 970411787,
            "stop": 970411788
        },
        {
            "start": 970411792,
            "stop": 970411826
        },
        {
            "start": 970411860,
            "stop": 970411871
        },
        {
            "start": 970411883,
            "stop": 970411886
        },
        {
            "start": 970411889,
            "stop": 970411893
        },
        {
            "start": 970411914,
            "stop": 970411915
        },
        {
            "start": 970411936,
            "stop": 970411948
        },
        {
            "start": 970411951,
            "stop": 970411959
        },
        {
            "start": 970411962,
            "stop": 970411986
        },
        {
            "start": 970411989,
            "stop": 970411990
        },
        {
            "start": 970411994,
            "stop": 970412008
        },
        {
            "start": 970412011,
            "stop": 970412018
        },
        {
            "start": 970412035,
            "stop": 970412050
        },
        {
            "start": 970412058,
            "stop": 970412121
        },
        {
            "start": 970412129,
            "stop": 970412144
        }
    ]
}