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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=33",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 34,
    "results": [
        {
            "start": 1414856935,
            "stop": 1414857622
        },
        {
            "start": 1414889423,
            "stop": 1414889893
        },
        {
            "start": 1414899981,
            "stop": 1414900680
        },
        {
            "start": 1414901334,
            "stop": 1414902537
        },
        {
            "start": 1414917875,
            "stop": 1414940915
        },
        {
            "start": 1415051600,
            "stop": 1415057260
        },
        {
            "start": 1415058209,
            "stop": 1415097553
        },
        {
            "start": 1415097630,
            "stop": 1415099758
        },
        {
            "start": 1415124002,
            "stop": 1415132258
        },
        {
            "start": 1415138762,
            "stop": 1415141119
        },
        {
            "start": 1415144403,
            "stop": 1415145134
        },
        {
            "start": 1415148512,
            "stop": 1415155344
        },
        {
            "start": 1415159623,
            "stop": 1415176329
        },
        {
            "start": 1415184140,
            "stop": 1415184372
        },
        {
            "start": 1415187908,
            "stop": 1415193451
        },
        {
            "start": 1415198409,
            "stop": 1415198546
        },
        {
            "start": 1415222682,
            "stop": 1415232423
        },
        {
            "start": 1415235250,
            "stop": 1415243959
        },
        {
            "start": 1415250203,
            "stop": 1415250491
        },
        {
            "start": 1415250723,
            "stop": 1415250900
        }
    ]
}