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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=486",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=484",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 485,
    "results": [
        {
            "start": 826554241,
            "stop": 826554308
        },
        {
            "start": 826554342,
            "stop": 826554346
        },
        {
            "start": 826554365,
            "stop": 826554391
        },
        {
            "start": 826554410,
            "stop": 826554451
        },
        {
            "start": 826554470,
            "stop": 826554562
        },
        {
            "start": 826554581,
            "stop": 826555604
        },
        {
            "start": 826555623,
            "stop": 826555872
        },
        {
            "start": 826565265,
            "stop": 826565267
        },
        {
            "start": 826565286,
            "stop": 826565287
        },
        {
            "start": 826565325,
            "stop": 826565331
        },
        {
            "start": 826565366,
            "stop": 826565387
        },
        {
            "start": 826565406,
            "stop": 826565450
        },
        {
            "start": 826565469,
            "stop": 826567080
        },
        {
            "start": 826567143,
            "stop": 826568700
        },
        {
            "start": 826568760,
            "stop": 826568822
        },
        {
            "start": 826568944,
            "stop": 826569060
        },
        {
            "start": 826569120,
            "stop": 826569480
        },
        {
            "start": 826569649,
            "stop": 826569713
        },
        {
            "start": 826570013,
            "stop": 826570588
        },
        {
            "start": 826570591,
            "stop": 826570706
        }
    ]
}