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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3748",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3746",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3747,
    "results": [
        {
            "start": 971446842,
            "stop": 971446933
        },
        {
            "start": 971446937,
            "stop": 971446948
        },
        {
            "start": 971446951,
            "stop": 971446989
        },
        {
            "start": 971446992,
            "stop": 971446999
        },
        {
            "start": 971447002,
            "stop": 971447056
        },
        {
            "start": 971447236,
            "stop": 971447244
        },
        {
            "start": 971447248,
            "stop": 971447276
        },
        {
            "start": 971447279,
            "stop": 971447296
        },
        {
            "start": 971447476,
            "stop": 971447482
        },
        {
            "start": 971447485,
            "stop": 971447502
        },
        {
            "start": 971447505,
            "stop": 971447536
        },
        {
            "start": 971447539,
            "stop": 971447570
        },
        {
            "start": 971447573,
            "stop": 971447575
        },
        {
            "start": 971447579,
            "stop": 971447595
        },
        {
            "start": 971447716,
            "stop": 971447777
        },
        {
            "start": 971447780,
            "stop": 971447807
        },
        {
            "start": 971447810,
            "stop": 971447830
        },
        {
            "start": 971447833,
            "stop": 971447921
        },
        {
            "start": 971447924,
            "stop": 971447963
        },
        {
            "start": 971447971,
            "stop": 971448016
        }
    ]
}