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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=40",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 41,
    "results": [
        {
            "start": 943952214,
            "stop": 943955099
        },
        {
            "start": 943957016,
            "stop": 943965059
        },
        {
            "start": 943968273,
            "stop": 943971159
        },
        {
            "start": 943973209,
            "stop": 943977749
        },
        {
            "start": 943980402,
            "stop": 943983185
        },
        {
            "start": 943983878,
            "stop": 944004157
        },
        {
            "start": 944006081,
            "stop": 944015009
        },
        {
            "start": 944017658,
            "stop": 944033532
        },
        {
            "start": 944035346,
            "stop": 944044683
        },
        {
            "start": 944046357,
            "stop": 944056631
        },
        {
            "start": 944059041,
            "stop": 944081162
        },
        {
            "start": 944083917,
            "stop": 944106011
        },
        {
            "start": 944108679,
            "stop": 944126198
        },
        {
            "start": 944178927,
            "stop": 944178942
        },
        {
            "start": 944183787,
            "stop": 944190302
        },
        {
            "start": 944191727,
            "stop": 944203039
        },
        {
            "start": 944203261,
            "stop": 944232061
        },
        {
            "start": 944235341,
            "stop": 944235817
        },
        {
            "start": 944236765,
            "stop": 944237881
        },
        {
            "start": 944239307,
            "stop": 944245270
        }
    ]
}