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=9903
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=9904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9902",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9903,
    "results": [
        {
            "start": 874610117,
            "stop": 874610974
        },
        {
            "start": 874610991,
            "stop": 874611521
        },
        {
            "start": 874611538,
            "stop": 874611652
        },
        {
            "start": 874611669,
            "stop": 874611676
        },
        {
            "start": 874611693,
            "stop": 874611960
        },
        {
            "start": 874612020,
            "stop": 874612740
        },
        {
            "start": 874612800,
            "stop": 874613640
        },
        {
            "start": 874613760,
            "stop": 874614060
        },
        {
            "start": 874614120,
            "stop": 874614125
        },
        {
            "start": 874614245,
            "stop": 874614300
        },
        {
            "start": 874614420,
            "stop": 874615247
        },
        {
            "start": 874615524,
            "stop": 874615556
        },
        {
            "start": 874615713,
            "stop": 874615770
        },
        {
            "start": 874615860,
            "stop": 874617284
        },
        {
            "start": 874617301,
            "stop": 874617360
        },
        {
            "start": 874617420,
            "stop": 874617840
        },
        {
            "start": 874617960,
            "stop": 874618307
        },
        {
            "start": 874618324,
            "stop": 874618440
        },
        {
            "start": 874618500,
            "stop": 874619040
        },
        {
            "start": 874619100,
            "stop": 874619280
        }
    ]
}