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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=119",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 120,
    "results": [
        {
            "start": 931612979,
            "stop": 931612987
        },
        {
            "start": 931612993,
            "stop": 931612996
        },
        {
            "start": 931613004,
            "stop": 931613055
        },
        {
            "start": 931613060,
            "stop": 931613081
        },
        {
            "start": 931613086,
            "stop": 931613126
        },
        {
            "start": 931613132,
            "stop": 931613733
        },
        {
            "start": 931613739,
            "stop": 931613756
        },
        {
            "start": 931613761,
            "stop": 931613818
        },
        {
            "start": 931613824,
            "stop": 931613869
        },
        {
            "start": 931613881,
            "stop": 931613892
        },
        {
            "start": 931613912,
            "stop": 931613929
        },
        {
            "start": 931613935,
            "stop": 931614118
        },
        {
            "start": 931614124,
            "stop": 931614162
        },
        {
            "start": 931614168,
            "stop": 931614176
        },
        {
            "start": 931614182,
            "stop": 931614190
        },
        {
            "start": 931614195,
            "stop": 931614221
        },
        {
            "start": 931614231,
            "stop": 931614262
        },
        {
            "start": 931614270,
            "stop": 931614402
        },
        {
            "start": 931614407,
            "stop": 931614519
        },
        {
            "start": 931614531,
            "stop": 931614534
        }
    ]
}