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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=158",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 159,
    "results": [
        {
            "start": 818078348,
            "stop": 818078349
        },
        {
            "start": 818078369,
            "stop": 818078370
        },
        {
            "start": 818078374,
            "stop": 818078378
        },
        {
            "start": 818078404,
            "stop": 818078405
        },
        {
            "start": 818078411,
            "stop": 818078412
        },
        {
            "start": 818078416,
            "stop": 818078417
        },
        {
            "start": 818078421,
            "stop": 818078424
        },
        {
            "start": 818078428,
            "stop": 818078429
        },
        {
            "start": 818078436,
            "stop": 818078437
        },
        {
            "start": 818078451,
            "stop": 818078454
        },
        {
            "start": 818078457,
            "stop": 818078460
        },
        {
            "start": 818078469,
            "stop": 818078474
        },
        {
            "start": 818078478,
            "stop": 818078480
        },
        {
            "start": 818078489,
            "stop": 818078490
        },
        {
            "start": 818078506,
            "stop": 818078508
        },
        {
            "start": 818078512,
            "stop": 818078516
        },
        {
            "start": 818078519,
            "stop": 818078523
        },
        {
            "start": 818078528,
            "stop": 818078532
        },
        {
            "start": 818078536,
            "stop": 818078537
        },
        {
            "start": 818078540,
            "stop": 818078544
        }
    ]
}