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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1315",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1316,
    "results": [
        {
            "start": 962857989,
            "stop": 962858264
        },
        {
            "start": 962858266,
            "stop": 962858448
        },
        {
            "start": 962858450,
            "stop": 962863334
        },
        {
            "start": 962863336,
            "stop": 962863343
        },
        {
            "start": 962863345,
            "stop": 962863380
        },
        {
            "start": 962863382,
            "stop": 962863396
        },
        {
            "start": 962863398,
            "stop": 962863504
        },
        {
            "start": 962863506,
            "stop": 962882411
        },
        {
            "start": 962882413,
            "stop": 962889009
        },
        {
            "start": 962892690,
            "stop": 962894577
        },
        {
            "start": 962897630,
            "stop": 962909278
        },
        {
            "start": 962909279,
            "stop": 962909479
        },
        {
            "start": 962909480,
            "stop": 962909552
        },
        {
            "start": 962909554,
            "stop": 962910335
        },
        {
            "start": 962914185,
            "stop": 962914290
        },
        {
            "start": 962914292,
            "stop": 962914378
        },
        {
            "start": 962914379,
            "stop": 962914427
        },
        {
            "start": 962914429,
            "stop": 962914481
        },
        {
            "start": 962914482,
            "stop": 962914501
        },
        {
            "start": 962914503,
            "stop": 962914526
        }
    ]
}