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_CAT4/segments?format=api&page=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=315",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 316,
    "results": [
        {
            "start": 931746062,
            "stop": 931746063
        },
        {
            "start": 931746065,
            "stop": 931746066
        },
        {
            "start": 931746068,
            "stop": 931746087
        },
        {
            "start": 931746089,
            "stop": 931746100
        },
        {
            "start": 931746102,
            "stop": 931746111
        },
        {
            "start": 931746113,
            "stop": 931746150
        },
        {
            "start": 931746152,
            "stop": 931746153
        },
        {
            "start": 931746156,
            "stop": 931746246
        },
        {
            "start": 931746250,
            "stop": 931746257
        },
        {
            "start": 931746261,
            "stop": 931746342
        },
        {
            "start": 931746344,
            "stop": 931746468
        },
        {
            "start": 931746470,
            "stop": 931746758
        },
        {
            "start": 931746760,
            "stop": 931746983
        },
        {
            "start": 931746985,
            "stop": 931746997
        },
        {
            "start": 931746999,
            "stop": 931747098
        },
        {
            "start": 931747101,
            "stop": 931747219
        },
        {
            "start": 931747221,
            "stop": 931747243
        },
        {
            "start": 931747244,
            "stop": 931747333
        },
        {
            "start": 931747336,
            "stop": 931747337
        },
        {
            "start": 931747339,
            "stop": 931747344
        }
    ]
}