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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8023",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8021",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8022,
    "results": [
        {
            "start": 970405306,
            "stop": 970405310
        },
        {
            "start": 970405313,
            "stop": 970405314
        },
        {
            "start": 970405317,
            "stop": 970405337
        },
        {
            "start": 970405389,
            "stop": 970405390
        },
        {
            "start": 970405396,
            "stop": 970405397
        },
        {
            "start": 970405411,
            "stop": 970405421
        },
        {
            "start": 970405427,
            "stop": 970405429
        },
        {
            "start": 970405444,
            "stop": 970405473
        },
        {
            "start": 970405479,
            "stop": 970405480
        },
        {
            "start": 970405486,
            "stop": 970405511
        },
        {
            "start": 970405514,
            "stop": 970405525
        },
        {
            "start": 970405528,
            "stop": 970405562
        },
        {
            "start": 970405565,
            "stop": 970405570
        },
        {
            "start": 970405573,
            "stop": 970405672
        },
        {
            "start": 970405675,
            "stop": 970405687
        },
        {
            "start": 970405692,
            "stop": 970405714
        },
        {
            "start": 970405717,
            "stop": 970405725
        },
        {
            "start": 970405784,
            "stop": 970405787
        },
        {
            "start": 970405798,
            "stop": 970405808
        },
        {
            "start": 970405811,
            "stop": 970405837
        }
    ]
}