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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=326",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 327,
    "results": [
        {
            "start": 863509570,
            "stop": 863524914
        },
        {
            "start": 863525666,
            "stop": 863533264
        },
        {
            "start": 863534286,
            "stop": 863539838
        },
        {
            "start": 863540862,
            "stop": 863543162
        },
        {
            "start": 863543370,
            "stop": 863548834
        },
        {
            "start": 863561473,
            "stop": 863563091
        },
        {
            "start": 863564445,
            "stop": 863579507
        },
        {
            "start": 863579579,
            "stop": 863594485
        },
        {
            "start": 863595577,
            "stop": 863613938
        },
        {
            "start": 863614378,
            "stop": 863620597
        },
        {
            "start": 863620744,
            "stop": 863629820
        },
        {
            "start": 863630945,
            "stop": 863632251
        },
        {
            "start": 863633103,
            "stop": 863642924
        },
        {
            "start": 863643894,
            "stop": 863658714
        },
        {
            "start": 863658763,
            "stop": 863679240
        },
        {
            "start": 863680162,
            "stop": 863700434
        },
        {
            "start": 863701520,
            "stop": 863706046
        },
        {
            "start": 863706323,
            "stop": 863708507
        },
        {
            "start": 863710689,
            "stop": 863722775
        },
        {
            "start": 863723078,
            "stop": 863728924
        }
    ]
}