Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=185
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=184",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 185,
    "results": [
        {
            "start": 847952938,
            "stop": 847954775
        },
        {
            "start": 847957965,
            "stop": 847958164
        },
        {
            "start": 847958166,
            "stop": 847998406
        },
        {
            "start": 848001235,
            "stop": 848004624
        },
        {
            "start": 848005122,
            "stop": 848014671
        },
        {
            "start": 848015191,
            "stop": 848030775
        },
        {
            "start": 848030777,
            "stop": 848031224
        },
        {
            "start": 848037920,
            "stop": 848069410
        },
        {
            "start": 848072037,
            "stop": 848086215
        },
        {
            "start": 848088503,
            "stop": 848095190
        },
        {
            "start": 848096268,
            "stop": 848099911
        },
        {
            "start": 848102931,
            "stop": 848116299
        },
        {
            "start": 848117703,
            "stop": 848155986
        },
        {
            "start": 848198645,
            "stop": 848219958
        },
        {
            "start": 848221955,
            "stop": 848229912
        },
        {
            "start": 848234927,
            "stop": 848237075
        },
        {
            "start": 848238106,
            "stop": 848255929
        },
        {
            "start": 848289871,
            "stop": 848302616
        },
        {
            "start": 848305733,
            "stop": 848311639
        },
        {
            "start": 848312977,
            "stop": 848317882
        }
    ]
}