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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=290",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 291,
    "results": [
        {
            "start": 822630292,
            "stop": 822630344
        },
        {
            "start": 822630351,
            "stop": 822630586
        },
        {
            "start": 822630593,
            "stop": 822630626
        },
        {
            "start": 822630634,
            "stop": 822630719
        },
        {
            "start": 822630726,
            "stop": 822630907
        },
        {
            "start": 822630914,
            "stop": 822631705
        },
        {
            "start": 822631712,
            "stop": 822631723
        },
        {
            "start": 822631730,
            "stop": 822632163
        },
        {
            "start": 822632170,
            "stop": 822632438
        },
        {
            "start": 822632446,
            "stop": 822632800
        },
        {
            "start": 822632808,
            "stop": 822632844
        },
        {
            "start": 822633261,
            "stop": 822633269
        },
        {
            "start": 822633374,
            "stop": 822633432
        },
        {
            "start": 822633440,
            "stop": 822633584
        },
        {
            "start": 822633765,
            "stop": 822633824
        },
        {
            "start": 822634005,
            "stop": 822634011
        },
        {
            "start": 822634018,
            "stop": 822634124
        },
        {
            "start": 822637533,
            "stop": 822637775
        },
        {
            "start": 822637782,
            "stop": 822637993
        },
        {
            "start": 822638011,
            "stop": 822638012
        }
    ]
}