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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=123",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 124,
    "results": [
        {
            "start": 931423109,
            "stop": 931423165
        },
        {
            "start": 931423167,
            "stop": 931423192
        },
        {
            "start": 931423193,
            "stop": 931423234
        },
        {
            "start": 931423236,
            "stop": 931423296
        },
        {
            "start": 931423298,
            "stop": 931423399
        },
        {
            "start": 931423401,
            "stop": 931423420
        },
        {
            "start": 931423422,
            "stop": 931423482
        },
        {
            "start": 931423484,
            "stop": 931423515
        },
        {
            "start": 931423517,
            "stop": 931423543
        },
        {
            "start": 931423545,
            "stop": 931423617
        },
        {
            "start": 931423619,
            "stop": 931423716
        },
        {
            "start": 931423717,
            "stop": 931423742
        },
        {
            "start": 931423743,
            "stop": 931423914
        },
        {
            "start": 931423916,
            "stop": 931424068
        },
        {
            "start": 931424070,
            "stop": 931424097
        },
        {
            "start": 931424099,
            "stop": 931424116
        },
        {
            "start": 931424118,
            "stop": 931424151
        },
        {
            "start": 931424153,
            "stop": 931424290
        },
        {
            "start": 931424291,
            "stop": 931424305
        },
        {
            "start": 931424306,
            "stop": 931424337
        }
    ]
}