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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5067",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5068,
    "results": [
        {
            "start": 873041936,
            "stop": 873042517
        },
        {
            "start": 873042534,
            "stop": 873042769
        },
        {
            "start": 873042786,
            "stop": 873043039
        },
        {
            "start": 873043056,
            "stop": 873044677
        },
        {
            "start": 873044684,
            "stop": 873044711
        },
        {
            "start": 873044728,
            "stop": 873049320
        },
        {
            "start": 873049354,
            "stop": 873049905
        },
        {
            "start": 873049939,
            "stop": 873052585
        },
        {
            "start": 873052602,
            "stop": 873056441
        },
        {
            "start": 873056475,
            "stop": 873057952
        },
        {
            "start": 873060464,
            "stop": 873061560
        },
        {
            "start": 873061659,
            "stop": 873062184
        },
        {
            "start": 873062201,
            "stop": 873062254
        },
        {
            "start": 873062271,
            "stop": 873062277
        },
        {
            "start": 873062299,
            "stop": 873062336
        },
        {
            "start": 873062353,
            "stop": 873064055
        },
        {
            "start": 873064072,
            "stop": 873064759
        },
        {
            "start": 873064766,
            "stop": 873065278
        },
        {
            "start": 873065285,
            "stop": 873065870
        },
        {
            "start": 873065877,
            "stop": 873069900
        }
    ]
}