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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=88",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 89,
    "results": [
        {
            "start": 817842900,
            "stop": 817843080
        },
        {
            "start": 817843200,
            "stop": 817843320
        },
        {
            "start": 817843456,
            "stop": 817843620
        },
        {
            "start": 817843680,
            "stop": 817844040
        },
        {
            "start": 817844166,
            "stop": 817844220
        },
        {
            "start": 817844280,
            "stop": 817844293
        },
        {
            "start": 817844763,
            "stop": 817844940
        },
        {
            "start": 817845000,
            "stop": 817845060
        },
        {
            "start": 817845120,
            "stop": 817845217
        },
        {
            "start": 817845234,
            "stop": 817845240
        },
        {
            "start": 817845300,
            "stop": 817845358
        },
        {
            "start": 817850070,
            "stop": 817850400
        },
        {
            "start": 817850520,
            "stop": 817850580
        },
        {
            "start": 817850820,
            "stop": 817850880
        },
        {
            "start": 817851000,
            "stop": 817851060
        },
        {
            "start": 817851120,
            "stop": 817851240
        },
        {
            "start": 817851600,
            "stop": 817851660
        },
        {
            "start": 817851720,
            "stop": 817851900
        },
        {
            "start": 817852080,
            "stop": 817852140
        },
        {
            "start": 817852200,
            "stop": 817852295
        }
    ]
}