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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=209",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 210,
    "results": [
        {
            "start": 1177046419,
            "stop": 1177046435
        },
        {
            "start": 1177046439,
            "stop": 1177046440
        },
        {
            "start": 1177046441,
            "stop": 1177046592
        },
        {
            "start": 1177046601,
            "stop": 1177046602
        },
        {
            "start": 1177046605,
            "stop": 1177046980
        },
        {
            "start": 1177046981,
            "stop": 1177047078
        },
        {
            "start": 1177047080,
            "stop": 1177047085
        },
        {
            "start": 1177047088,
            "stop": 1177047104
        },
        {
            "start": 1177047107,
            "stop": 1177047108
        },
        {
            "start": 1177047111,
            "stop": 1177047112
        },
        {
            "start": 1177047122,
            "stop": 1177047125
        },
        {
            "start": 1177047128,
            "stop": 1177047374
        },
        {
            "start": 1177047380,
            "stop": 1177047406
        },
        {
            "start": 1177047411,
            "stop": 1177047418
        },
        {
            "start": 1177047423,
            "stop": 1177047479
        },
        {
            "start": 1177047480,
            "stop": 1177047486
        },
        {
            "start": 1177047487,
            "stop": 1177047524
        },
        {
            "start": 1177047526,
            "stop": 1177047949
        },
        {
            "start": 1177047950,
            "stop": 1177047952
        },
        {
            "start": 1177047953,
            "stop": 1177047954
        }
    ]
}