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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3931",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3932,
    "results": [
        {
            "start": 874224159,
            "stop": 874224235
        },
        {
            "start": 874224238,
            "stop": 874224242
        },
        {
            "start": 874224245,
            "stop": 874224247
        },
        {
            "start": 874224250,
            "stop": 874224255
        },
        {
            "start": 874224260,
            "stop": 874224261
        },
        {
            "start": 874224264,
            "stop": 874224278
        },
        {
            "start": 874224281,
            "stop": 874224286
        },
        {
            "start": 874224289,
            "stop": 874224294
        },
        {
            "start": 874224301,
            "stop": 874224323
        },
        {
            "start": 874224328,
            "stop": 874224333
        },
        {
            "start": 874224336,
            "stop": 874224413
        },
        {
            "start": 874224418,
            "stop": 874224440
        },
        {
            "start": 874224443,
            "stop": 874224478
        },
        {
            "start": 874224481,
            "stop": 874224492
        },
        {
            "start": 874224495,
            "stop": 874224499
        },
        {
            "start": 874224502,
            "stop": 874224505
        },
        {
            "start": 874224510,
            "stop": 874224512
        },
        {
            "start": 874224515,
            "stop": 874224528
        },
        {
            "start": 874224531,
            "stop": 874224597
        },
        {
            "start": 874224600,
            "stop": 874224693
        }
    ]
}