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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3588",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3586",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3587,
    "results": [
        {
            "start": 970411446,
            "stop": 970411478
        },
        {
            "start": 970411484,
            "stop": 970411485
        },
        {
            "start": 970411488,
            "stop": 970411507
        },
        {
            "start": 970411513,
            "stop": 970411514
        },
        {
            "start": 970411696,
            "stop": 970411722
        },
        {
            "start": 970411727,
            "stop": 970411771
        },
        {
            "start": 970411774,
            "stop": 970411783
        },
        {
            "start": 970411787,
            "stop": 970411788
        },
        {
            "start": 970411792,
            "stop": 970411826
        },
        {
            "start": 970411860,
            "stop": 970411871
        },
        {
            "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": 970412116
        },
        {
            "start": 970412433,
            "stop": 970412437
        },
        {
            "start": 970412449,
            "stop": 970412450
        }
    ]
}