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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=145",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 146,
    "results": [
        {
            "start": 819292663,
            "stop": 819293700
        },
        {
            "start": 819293760,
            "stop": 819294957
        },
        {
            "start": 819295717,
            "stop": 819296457
        },
        {
            "start": 819296577,
            "stop": 819298279
        },
        {
            "start": 819298283,
            "stop": 819298458
        },
        {
            "start": 819298461,
            "stop": 819298489
        },
        {
            "start": 819298493,
            "stop": 819298737
        },
        {
            "start": 819298740,
            "stop": 819299640
        },
        {
            "start": 819300449,
            "stop": 819300844
        },
        {
            "start": 819300847,
            "stop": 819301857
        },
        {
            "start": 819301977,
            "stop": 819301984
        },
        {
            "start": 819302104,
            "stop": 819302120
        },
        {
            "start": 819302240,
            "stop": 819302460
        },
        {
            "start": 819302520,
            "stop": 819303300
        },
        {
            "start": 819303360,
            "stop": 819304020
        },
        {
            "start": 819304080,
            "stop": 819304260
        },
        {
            "start": 819304320,
            "stop": 819304558
        },
        {
            "start": 819304620,
            "stop": 819305100
        },
        {
            "start": 819305160,
            "stop": 819305220
        },
        {
            "start": 819305280,
            "stop": 819305340
        }
    ]
}