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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5276",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5277,
    "results": [
        {
            "start": 970406978,
            "stop": 970407062
        },
        {
            "start": 970407065,
            "stop": 970407108
        },
        {
            "start": 970407111,
            "stop": 970407518
        },
        {
            "start": 970408120,
            "stop": 970408161
        },
        {
            "start": 970408538,
            "stop": 970408591
        },
        {
            "start": 970408594,
            "stop": 970408799
        },
        {
            "start": 970408802,
            "stop": 970409072
        },
        {
            "start": 970409075,
            "stop": 970409120
        },
        {
            "start": 970409123,
            "stop": 970409143
        },
        {
            "start": 970409147,
            "stop": 970409151
        },
        {
            "start": 970409154,
            "stop": 970409155
        },
        {
            "start": 970409158,
            "stop": 970409184
        },
        {
            "start": 970409187,
            "stop": 970409250
        },
        {
            "start": 970409253,
            "stop": 970409564
        },
        {
            "start": 970409567,
            "stop": 970409576
        },
        {
            "start": 970409579,
            "stop": 970409582
        },
        {
            "start": 970409587,
            "stop": 970409603
        },
        {
            "start": 970409606,
            "stop": 970409735
        },
        {
            "start": 970409738,
            "stop": 970409753
        },
        {
            "start": 970409756,
            "stop": 970409872
        }
    ]
}