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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=353",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 354,
    "results": [
        {
            "start": 824844179,
            "stop": 824844199
        },
        {
            "start": 824844247,
            "stop": 824844248
        },
        {
            "start": 824844447,
            "stop": 824844647
        },
        {
            "start": 824844675,
            "stop": 824844845
        },
        {
            "start": 824844852,
            "stop": 824844853
        },
        {
            "start": 824844894,
            "stop": 824844895
        },
        {
            "start": 824846398,
            "stop": 824846452
        },
        {
            "start": 824846851,
            "stop": 824846892
        },
        {
            "start": 824847726,
            "stop": 824849810
        },
        {
            "start": 824849890,
            "stop": 824851610
        },
        {
            "start": 824851690,
            "stop": 824853824
        },
        {
            "start": 824854005,
            "stop": 824855337
        },
        {
            "start": 824857591,
            "stop": 824858233
        },
        {
            "start": 824858569,
            "stop": 824863730
        },
        {
            "start": 824863810,
            "stop": 824865580
        },
        {
            "start": 824866073,
            "stop": 824866077
        },
        {
            "start": 824866375,
            "stop": 824866383
        },
        {
            "start": 824866415,
            "stop": 824866435
        },
        {
            "start": 824866871,
            "stop": 824867810
        },
        {
            "start": 824867890,
            "stop": 824867978
        }
    ]
}