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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=226",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 227,
    "results": [
        {
            "start": 820197583,
            "stop": 820197585
        },
        {
            "start": 820197588,
            "stop": 820197657
        },
        {
            "start": 820197660,
            "stop": 820197776
        },
        {
            "start": 820197780,
            "stop": 820197876
        },
        {
            "start": 820197879,
            "stop": 820197934
        },
        {
            "start": 820197937,
            "stop": 820197976
        },
        {
            "start": 820197979,
            "stop": 820198188
        },
        {
            "start": 820198194,
            "stop": 820198212
        },
        {
            "start": 820198216,
            "stop": 820198218
        },
        {
            "start": 820198221,
            "stop": 820198229
        },
        {
            "start": 820198234,
            "stop": 820198285
        },
        {
            "start": 820198289,
            "stop": 820198330
        },
        {
            "start": 820198333,
            "stop": 820198362
        },
        {
            "start": 820198365,
            "stop": 820198368
        },
        {
            "start": 820198371,
            "stop": 820198400
        },
        {
            "start": 820198403,
            "stop": 820198415
        },
        {
            "start": 820198418,
            "stop": 820198511
        },
        {
            "start": 820198514,
            "stop": 820198548
        },
        {
            "start": 820198551,
            "stop": 820198553
        },
        {
            "start": 820198556,
            "stop": 820198614
        }
    ]
}