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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5825",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5826,
    "results": [
        {
            "start": 874715553,
            "stop": 874715566
        },
        {
            "start": 874715569,
            "stop": 874715637
        },
        {
            "start": 874715640,
            "stop": 874715732
        },
        {
            "start": 874715735,
            "stop": 874715763
        },
        {
            "start": 874715766,
            "stop": 874715771
        },
        {
            "start": 874715774,
            "stop": 874715801
        },
        {
            "start": 874715804,
            "stop": 874715828
        },
        {
            "start": 874715831,
            "stop": 874715859
        },
        {
            "start": 874715863,
            "stop": 874715876
        },
        {
            "start": 874715879,
            "stop": 874715979
        },
        {
            "start": 874715982,
            "stop": 874715986
        },
        {
            "start": 874715989,
            "stop": 874716033
        },
        {
            "start": 874716036,
            "stop": 874716049
        },
        {
            "start": 874716053,
            "stop": 874716054
        },
        {
            "start": 874716058,
            "stop": 874716059
        },
        {
            "start": 874716063,
            "stop": 874716182
        },
        {
            "start": 874716185,
            "stop": 874716198
        },
        {
            "start": 874716202,
            "stop": 874716224
        },
        {
            "start": 874716227,
            "stop": 874716254
        },
        {
            "start": 874716257,
            "stop": 874716259
        }
    ]
}