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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=407",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 408,
    "results": [
        {
            "start": 826565254,
            "stop": 826565390
        },
        {
            "start": 826565470,
            "stop": 826567130
        },
        {
            "start": 826567210,
            "stop": 826568700
        },
        {
            "start": 826568760,
            "stop": 826568830
        },
        {
            "start": 826568944,
            "stop": 826569060
        },
        {
            "start": 826569120,
            "stop": 826569480
        },
        {
            "start": 826570013,
            "stop": 826570586
        },
        {
            "start": 826570593,
            "stop": 826570701
        },
        {
            "start": 826572313,
            "stop": 826573753
        },
        {
            "start": 826573948,
            "stop": 826574349
        },
        {
            "start": 826574378,
            "stop": 826576250
        },
        {
            "start": 826576380,
            "stop": 826579260
        },
        {
            "start": 826579320,
            "stop": 826579440
        },
        {
            "start": 826579680,
            "stop": 826580406
        },
        {
            "start": 826580770,
            "stop": 826581001
        },
        {
            "start": 826581008,
            "stop": 826581012
        },
        {
            "start": 826581019,
            "stop": 826582960
        },
        {
            "start": 826583231,
            "stop": 826585440
        },
        {
            "start": 826585500,
            "stop": 826587060
        },
        {
            "start": 826587120,
            "stop": 826587240
        }
    ]
}