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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=216",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 217,
    "results": [
        {
            "start": 934164168,
            "stop": 934164169
        },
        {
            "start": 934164171,
            "stop": 934164185
        },
        {
            "start": 934164187,
            "stop": 934164216
        },
        {
            "start": 934164219,
            "stop": 934164226
        },
        {
            "start": 934164228,
            "stop": 934164234
        },
        {
            "start": 934164238,
            "stop": 934167734
        },
        {
            "start": 934167736,
            "stop": 934167752
        },
        {
            "start": 934167756,
            "stop": 934167757
        },
        {
            "start": 934167759,
            "stop": 934167764
        },
        {
            "start": 934167766,
            "stop": 934167782
        },
        {
            "start": 934167785,
            "stop": 934167809
        },
        {
            "start": 934167811,
            "stop": 934167815
        },
        {
            "start": 934167817,
            "stop": 934167831
        },
        {
            "start": 934167836,
            "stop": 934171363
        },
        {
            "start": 934171366,
            "stop": 934171367
        },
        {
            "start": 934171369,
            "stop": 934171383
        },
        {
            "start": 934171385,
            "stop": 934171390
        },
        {
            "start": 934171392,
            "stop": 934171432
        },
        {
            "start": 934171436,
            "stop": 934174954
        },
        {
            "start": 934174959,
            "stop": 934174982
        }
    ]
}