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=5274
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=5275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5273",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5274,
    "results": [
        {
            "start": 970377068,
            "stop": 970377858
        },
        {
            "start": 970377861,
            "stop": 970378704
        },
        {
            "start": 970378707,
            "stop": 970378904
        },
        {
            "start": 970378907,
            "stop": 970379430
        },
        {
            "start": 970379433,
            "stop": 970379597
        },
        {
            "start": 970379600,
            "stop": 970379655
        },
        {
            "start": 970379658,
            "stop": 970380296
        },
        {
            "start": 970386032,
            "stop": 970386230
        },
        {
            "start": 970386233,
            "stop": 970388463
        },
        {
            "start": 970388466,
            "stop": 970388493
        },
        {
            "start": 970388496,
            "stop": 970388700
        },
        {
            "start": 970388703,
            "stop": 970388945
        },
        {
            "start": 970388948,
            "stop": 970388967
        },
        {
            "start": 970388972,
            "stop": 970389474
        },
        {
            "start": 970389477,
            "stop": 970389809
        },
        {
            "start": 970389812,
            "stop": 970390146
        },
        {
            "start": 970390149,
            "stop": 970390236
        },
        {
            "start": 970390257,
            "stop": 970390420
        },
        {
            "start": 970390423,
            "stop": 970390528
        },
        {
            "start": 970390531,
            "stop": 970390612
        }
    ]
}