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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=345",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 346,
    "results": [
        {
            "start": 862853623,
            "stop": 862855260
        },
        {
            "start": 862855718,
            "stop": 862857304
        },
        {
            "start": 862857604,
            "stop": 862858223
        },
        {
            "start": 862858736,
            "stop": 862863397
        },
        {
            "start": 862863466,
            "stop": 862865552
        },
        {
            "start": 862865576,
            "stop": 862865587
        },
        {
            "start": 862865608,
            "stop": 862869831
        },
        {
            "start": 862870295,
            "stop": 862870313
        },
        {
            "start": 862871876,
            "stop": 862872193
        },
        {
            "start": 862872886,
            "stop": 862873214
        },
        {
            "start": 862873318,
            "stop": 862879802
        },
        {
            "start": 862881022,
            "stop": 862895209
        },
        {
            "start": 862895231,
            "stop": 862896825
        },
        {
            "start": 862897537,
            "stop": 862928919
        },
        {
            "start": 862928941,
            "stop": 862932644
        },
        {
            "start": 862932666,
            "stop": 862932667
        },
        {
            "start": 862932791,
            "stop": 862934370
        },
        {
            "start": 862934482,
            "stop": 862935536
        },
        {
            "start": 862935555,
            "stop": 862937062
        },
        {
            "start": 862937083,
            "stop": 862942194
        }
    ]
}