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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=107",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 108,
    "results": [
        {
            "start": 825170443,
            "stop": 825170449
        },
        {
            "start": 825170452,
            "stop": 825170479
        },
        {
            "start": 825170482,
            "stop": 825170485
        },
        {
            "start": 825170489,
            "stop": 825170490
        },
        {
            "start": 825170493,
            "stop": 825170498
        },
        {
            "start": 825175459,
            "stop": 825176864
        },
        {
            "start": 825176867,
            "stop": 825177817
        },
        {
            "start": 825204167,
            "stop": 825204174
        },
        {
            "start": 825204176,
            "stop": 825204194
        },
        {
            "start": 825204195,
            "stop": 825204214
        },
        {
            "start": 825204216,
            "stop": 825204242
        },
        {
            "start": 825204244,
            "stop": 825204245
        },
        {
            "start": 825204247,
            "stop": 825204257
        },
        {
            "start": 825204259,
            "stop": 825204268
        },
        {
            "start": 825204271,
            "stop": 825204321
        },
        {
            "start": 825204323,
            "stop": 825204375
        },
        {
            "start": 825204377,
            "stop": 825204813
        },
        {
            "start": 825205113,
            "stop": 825205500
        },
        {
            "start": 825205502,
            "stop": 825205569
        },
        {
            "start": 825205572,
            "stop": 825208204
        }
    ]
}