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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=11",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 12,
    "results": [
        {
            "start": 1169477757,
            "stop": 1169477957
        },
        {
            "start": 1169487936,
            "stop": 1169489567
        },
        {
            "start": 1169498029,
            "stop": 1169499410
        },
        {
            "start": 1169501179,
            "stop": 1169503929
        },
        {
            "start": 1169504719,
            "stop": 1169547547
        },
        {
            "start": 1169548287,
            "stop": 1169564005
        },
        {
            "start": 1169570984,
            "stop": 1169574220
        },
        {
            "start": 1169581340,
            "stop": 1169584818
        },
        {
            "start": 1169590978,
            "stop": 1169601817
        },
        {
            "start": 1169605235,
            "stop": 1169616026
        },
        {
            "start": 1169619328,
            "stop": 1169656065
        },
        {
            "start": 1169664796,
            "stop": 1169664928
        },
        {
            "start": 1169674408,
            "stop": 1169675640
        },
        {
            "start": 1169679456,
            "stop": 1169680643
        },
        {
            "start": 1169685684,
            "stop": 1169695954
        },
        {
            "start": 1169701249,
            "stop": 1169738875
        },
        {
            "start": 1169778870,
            "stop": 1169798047
        },
        {
            "start": 1169803376,
            "stop": 1169820366
        },
        {
            "start": 1169825556,
            "stop": 1169838186
        },
        {
            "start": 1169843790,
            "stop": 1169859173
        }
    ]
}