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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3254",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3255,
    "results": [
        {
            "start": 872817775,
            "stop": 872824920
        },
        {
            "start": 872824980,
            "stop": 872827680
        },
        {
            "start": 872827740,
            "stop": 872871611
        },
        {
            "start": 872873583,
            "stop": 872877720
        },
        {
            "start": 872877780,
            "stop": 872880435
        },
        {
            "start": 872880439,
            "stop": 872885040
        },
        {
            "start": 872885100,
            "stop": 872885477
        },
        {
            "start": 872887290,
            "stop": 872887296
        },
        {
            "start": 872887909,
            "stop": 872890182
        },
        {
            "start": 872890188,
            "stop": 872890255
        },
        {
            "start": 872890260,
            "stop": 872893260
        },
        {
            "start": 872893320,
            "stop": 872894726
        },
        {
            "start": 872895568,
            "stop": 872895588
        },
        {
            "start": 872895646,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872918013
        },
        {
            "start": 872920365,
            "stop": 872939160
        },
        {
            "start": 872939220,
            "stop": 872939400
        },
        {
            "start": 872939460,
            "stop": 872939551
        },
        {
            "start": 872939557,
            "stop": 872948020
        },
        {
            "start": 872948024,
            "stop": 872948520
        }
    ]
}