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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=584",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=582",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 583,
    "results": [
        {
            "start": 839305531,
            "stop": 839305594
        },
        {
            "start": 839305602,
            "stop": 839305610
        },
        {
            "start": 839305622,
            "stop": 839305660
        },
        {
            "start": 839305669,
            "stop": 839305671
        },
        {
            "start": 839305679,
            "stop": 839305706
        },
        {
            "start": 839305711,
            "stop": 839306133
        },
        {
            "start": 839306138,
            "stop": 839311118
        },
        {
            "start": 839311135,
            "stop": 839311146
        },
        {
            "start": 839311153,
            "stop": 839311154
        },
        {
            "start": 839311159,
            "stop": 839311183
        },
        {
            "start": 839311190,
            "stop": 839337942
        },
        {
            "start": 839338799,
            "stop": 839342240
        },
        {
            "start": 839344887,
            "stop": 839347372
        },
        {
            "start": 839349098,
            "stop": 839361778
        },
        {
            "start": 839361864,
            "stop": 839361983
        },
        {
            "start": 839363863,
            "stop": 839371054
        },
        {
            "start": 839371705,
            "stop": 839375317
        },
        {
            "start": 839375323,
            "stop": 839443926
        },
        {
            "start": 839443931,
            "stop": 839512083
        },
        {
            "start": 839512089,
            "stop": 839564690
        }
    ]
}