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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=115",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 116,
    "results": [
        {
            "start": 931351188,
            "stop": 931351203
        },
        {
            "start": 931351204,
            "stop": 931351205
        },
        {
            "start": 931351207,
            "stop": 931351231
        },
        {
            "start": 931351235,
            "stop": 931351239
        },
        {
            "start": 931351241,
            "stop": 931351258
        },
        {
            "start": 931351260,
            "stop": 931351268
        },
        {
            "start": 931351269,
            "stop": 931351287
        },
        {
            "start": 931351306,
            "stop": 931351318
        },
        {
            "start": 931351320,
            "stop": 931351323
        },
        {
            "start": 931351324,
            "stop": 931351334
        },
        {
            "start": 931351335,
            "stop": 931351373
        },
        {
            "start": 931351375,
            "stop": 931351376
        },
        {
            "start": 931351377,
            "stop": 931351383
        },
        {
            "start": 931351386,
            "stop": 931351391
        },
        {
            "start": 931351392,
            "stop": 931351394
        },
        {
            "start": 931351396,
            "stop": 931351454
        },
        {
            "start": 931351456,
            "stop": 931351461
        },
        {
            "start": 931351463,
            "stop": 931351494
        },
        {
            "start": 931351496,
            "stop": 931351531
        },
        {
            "start": 931351532,
            "stop": 931351541
        }
    ]
}