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=401
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=402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=400",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 401,
    "results": [
        {
            "start": 829821055,
            "stop": 829842595
        },
        {
            "start": 829842705,
            "stop": 829843780
        },
        {
            "start": 829844434,
            "stop": 829856134
        },
        {
            "start": 829857179,
            "stop": 829859605
        },
        {
            "start": 829859610,
            "stop": 829860185
        },
        {
            "start": 829863585,
            "stop": 829886910
        },
        {
            "start": 829887210,
            "stop": 829887216
        },
        {
            "start": 829887326,
            "stop": 829888143
        },
        {
            "start": 829888443,
            "stop": 829890260
        },
        {
            "start": 829891799,
            "stop": 829893910
        },
        {
            "start": 829894020,
            "stop": 829895412
        },
        {
            "start": 829895712,
            "stop": 829920697
        },
        {
            "start": 829920703,
            "stop": 829920757
        },
        {
            "start": 829920765,
            "stop": 829920767
        },
        {
            "start": 829920775,
            "stop": 829920797
        },
        {
            "start": 829920803,
            "stop": 829923280
        },
        {
            "start": 829923290,
            "stop": 829923302
        },
        {
            "start": 829923310,
            "stop": 829923315
        },
        {
            "start": 829923320,
            "stop": 829923327
        },
        {
            "start": 829923333,
            "stop": 829928501
        }
    ]
}