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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=648",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 649,
    "results": [
        {
            "start": 848030777,
            "stop": 848031224
        },
        {
            "start": 848037920,
            "stop": 848069410
        },
        {
            "start": 848072037,
            "stop": 848086213
        },
        {
            "start": 848088503,
            "stop": 848095190
        },
        {
            "start": 848096268,
            "stop": 848099893
        },
        {
            "start": 848102931,
            "stop": 848116299
        },
        {
            "start": 848117703,
            "stop": 848155986
        },
        {
            "start": 848198645,
            "stop": 848219953
        },
        {
            "start": 848221955,
            "stop": 848229912
        },
        {
            "start": 848234927,
            "stop": 848237053
        },
        {
            "start": 848238106,
            "stop": 848241496
        },
        {
            "start": 848241498,
            "stop": 848255929
        },
        {
            "start": 848289871,
            "stop": 848302616
        },
        {
            "start": 848305733,
            "stop": 848311633
        },
        {
            "start": 848312977,
            "stop": 848317873
        },
        {
            "start": 848318823,
            "stop": 848319473
        },
        {
            "start": 848319474,
            "stop": 848319553
        },
        {
            "start": 848324697,
            "stop": 848324935
        },
        {
            "start": 848325568,
            "stop": 848325646
        },
        {
            "start": 848326670,
            "stop": 848327865
        }
    ]
}