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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1880",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1881,
    "results": [
        {
            "start": 846007380,
            "stop": 846007392
        },
        {
            "start": 846007398,
            "stop": 846008440
        },
        {
            "start": 846008443,
            "stop": 846008446
        },
        {
            "start": 846008450,
            "stop": 846008479
        },
        {
            "start": 846008485,
            "stop": 846008494
        },
        {
            "start": 846008498,
            "stop": 846008524
        },
        {
            "start": 846008527,
            "stop": 846010511
        },
        {
            "start": 846010776,
            "stop": 846012575
        },
        {
            "start": 846012646,
            "stop": 846013022
        },
        {
            "start": 846013482,
            "stop": 846013762
        },
        {
            "start": 846014062,
            "stop": 846016460
        },
        {
            "start": 846016780,
            "stop": 846017722
        },
        {
            "start": 846049150,
            "stop": 846085617
        },
        {
            "start": 846085625,
            "stop": 846085630
        },
        {
            "start": 846085635,
            "stop": 846092302
        },
        {
            "start": 846092536,
            "stop": 846094370
        },
        {
            "start": 846094502,
            "stop": 846094605
        },
        {
            "start": 846094610,
            "stop": 846095279
        },
        {
            "start": 846098927,
            "stop": 846099870
        },
        {
            "start": 846099875,
            "stop": 846101668
        }
    ]
}