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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=35",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 36,
    "results": [
        {
            "start": 1415722656,
            "stop": 1415730984
        },
        {
            "start": 1415734896,
            "stop": 1415749226
        },
        {
            "start": 1415754705,
            "stop": 1415758099
        },
        {
            "start": 1415770474,
            "stop": 1415819277
        },
        {
            "start": 1415831744,
            "stop": 1415840296
        },
        {
            "start": 1415849447,
            "stop": 1415855531
        },
        {
            "start": 1415864311,
            "stop": 1415875800
        },
        {
            "start": 1415951522,
            "stop": 1415953201
        },
        {
            "start": 1415969039,
            "stop": 1415975021
        },
        {
            "start": 1416001506,
            "stop": 1416003317
        },
        {
            "start": 1416010654,
            "stop": 1416016686
        },
        {
            "start": 1416020667,
            "stop": 1416025231
        },
        {
            "start": 1416029371,
            "stop": 1416041351
        },
        {
            "start": 1416041428,
            "stop": 1416064949
        },
        {
            "start": 1416386564,
            "stop": 1416389221
        },
        {
            "start": 1416393646,
            "stop": 1416414850
        },
        {
            "start": 1416420052,
            "stop": 1416429427
        },
        {
            "start": 1416429480,
            "stop": 1416430820
        },
        {
            "start": 1416432738,
            "stop": 1416435720
        },
        {
            "start": 1416439801,
            "stop": 1416461226
        }
    ]
}