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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=87",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 88,
    "results": [
        {
            "start": 1131062985,
            "stop": 1131062987
        },
        {
            "start": 1131062989,
            "stop": 1131062990
        },
        {
            "start": 1131062991,
            "stop": 1131062999
        },
        {
            "start": 1131063001,
            "stop": 1131063004
        },
        {
            "start": 1131063005,
            "stop": 1131063007
        },
        {
            "start": 1131063008,
            "stop": 1131063009
        },
        {
            "start": 1131063011,
            "stop": 1131063015
        },
        {
            "start": 1131063016,
            "stop": 1131063020
        },
        {
            "start": 1131063022,
            "stop": 1131063028
        },
        {
            "start": 1131063030,
            "stop": 1131063031
        },
        {
            "start": 1131063032,
            "stop": 1131063034
        },
        {
            "start": 1131063035,
            "stop": 1131063037
        },
        {
            "start": 1131063038,
            "stop": 1131063039
        },
        {
            "start": 1131063042,
            "stop": 1131063053
        },
        {
            "start": 1131063055,
            "stop": 1131063117
        },
        {
            "start": 1131063118,
            "stop": 1131063141
        },
        {
            "start": 1131063143,
            "stop": 1131063145
        },
        {
            "start": 1131063147,
            "stop": 1131063153
        },
        {
            "start": 1131063154,
            "stop": 1131063155
        },
        {
            "start": 1131063157,
            "stop": 1131063160
        }
    ]
}