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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=376",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 377,
    "results": [
        {
            "start": 825824272,
            "stop": 825824669
        },
        {
            "start": 825824783,
            "stop": 825836024
        },
        {
            "start": 825836205,
            "stop": 825837284
        },
        {
            "start": 825837465,
            "stop": 825841433
        },
        {
            "start": 825841612,
            "stop": 825848030
        },
        {
            "start": 825848110,
            "stop": 825856749
        },
        {
            "start": 825856753,
            "stop": 825858410
        },
        {
            "start": 825858490,
            "stop": 825866040
        },
        {
            "start": 825866170,
            "stop": 825869169
        },
        {
            "start": 825869197,
            "stop": 825869737
        },
        {
            "start": 825869766,
            "stop": 825871200
        },
        {
            "start": 825871330,
            "stop": 825873710
        },
        {
            "start": 825877604,
            "stop": 825877640
        },
        {
            "start": 825877657,
            "stop": 825877663
        },
        {
            "start": 825877688,
            "stop": 825877705
        },
        {
            "start": 825877709,
            "stop": 825878296
        },
        {
            "start": 825878300,
            "stop": 825878583
        },
        {
            "start": 825878587,
            "stop": 825878693
        },
        {
            "start": 825878697,
            "stop": 825878853
        },
        {
            "start": 825878857,
            "stop": 825879002
        }
    ]
}