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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=65",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 66,
    "results": [
        {
            "start": 817851406,
            "stop": 817852393
        },
        {
            "start": 817857283,
            "stop": 817858714
        },
        {
            "start": 817858721,
            "stop": 817858910
        },
        {
            "start": 817858990,
            "stop": 817859413
        },
        {
            "start": 817859420,
            "stop": 817859421
        },
        {
            "start": 817861772,
            "stop": 817870618
        },
        {
            "start": 817870625,
            "stop": 817870633
        },
        {
            "start": 817873174,
            "stop": 817874990
        },
        {
            "start": 817875130,
            "stop": 817879326
        },
        {
            "start": 817879333,
            "stop": 817879603
        },
        {
            "start": 817879784,
            "stop": 817903123
        },
        {
            "start": 817903304,
            "stop": 817911632
        },
        {
            "start": 817911636,
            "stop": 817911866
        },
        {
            "start": 817911873,
            "stop": 817915213
        },
        {
            "start": 817915216,
            "stop": 817915217
        },
        {
            "start": 817938432,
            "stop": 817940220
        },
        {
            "start": 817940280,
            "stop": 817940293
        },
        {
            "start": 817941908,
            "stop": 817941950
        },
        {
            "start": 817942030,
            "stop": 817943228
        },
        {
            "start": 817943607,
            "stop": 817943750
        }
    ]
}