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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7954",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7952",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7953,
    "results": [
        {
            "start": 970120402,
            "stop": 970120596
        },
        {
            "start": 970120602,
            "stop": 970120887
        },
        {
            "start": 970120890,
            "stop": 970121298
        },
        {
            "start": 970121301,
            "stop": 970122528
        },
        {
            "start": 970122531,
            "stop": 970122575
        },
        {
            "start": 970122578,
            "stop": 970122582
        },
        {
            "start": 970122585,
            "stop": 970122598
        },
        {
            "start": 970122601,
            "stop": 970122646
        },
        {
            "start": 970122648,
            "stop": 970123580
        },
        {
            "start": 970123583,
            "stop": 970124225
        },
        {
            "start": 970124228,
            "stop": 970124315
        },
        {
            "start": 970124318,
            "stop": 970124324
        },
        {
            "start": 970124327,
            "stop": 970124329
        },
        {
            "start": 970124332,
            "stop": 970124438
        },
        {
            "start": 970124441,
            "stop": 970124472
        },
        {
            "start": 970124479,
            "stop": 970124523
        },
        {
            "start": 970124526,
            "stop": 970124548
        },
        {
            "start": 970124552,
            "stop": 970124634
        },
        {
            "start": 970124637,
            "stop": 970124713
        },
        {
            "start": 970124718,
            "stop": 970125552
        }
    ]
}