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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=213",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 214,
    "results": [
        {
            "start": 820236481,
            "stop": 820236588
        },
        {
            "start": 820236591,
            "stop": 820236702
        },
        {
            "start": 820236705,
            "stop": 820237391
        },
        {
            "start": 820237394,
            "stop": 820237554
        },
        {
            "start": 820237557,
            "stop": 820237668
        },
        {
            "start": 820237672,
            "stop": 820237681
        },
        {
            "start": 820237684,
            "stop": 820237802
        },
        {
            "start": 820237806,
            "stop": 820237908
        },
        {
            "start": 820237911,
            "stop": 820238120
        },
        {
            "start": 820238123,
            "stop": 820238717
        },
        {
            "start": 820238720,
            "stop": 820238897
        },
        {
            "start": 820238898,
            "stop": 820239121
        },
        {
            "start": 820239125,
            "stop": 820239339
        },
        {
            "start": 820239342,
            "stop": 820239353
        },
        {
            "start": 820239356,
            "stop": 820239371
        },
        {
            "start": 820239374,
            "stop": 820239387
        },
        {
            "start": 820239390,
            "stop": 820239475
        },
        {
            "start": 820239478,
            "stop": 820239481
        },
        {
            "start": 820239484,
            "stop": 820239713
        },
        {
            "start": 820239716,
            "stop": 820240397
        }
    ]
}