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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=23",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 24,
    "results": [
        {
            "start": 1170584890,
            "stop": 1170585238
        },
        {
            "start": 1170585245,
            "stop": 1170601514
        },
        {
            "start": 1170601516,
            "stop": 1170602986
        },
        {
            "start": 1170602989,
            "stop": 1170612102
        },
        {
            "start": 1170612104,
            "stop": 1170613264
        },
        {
            "start": 1170613266,
            "stop": 1170619993
        },
        {
            "start": 1170619995,
            "stop": 1170624364
        },
        {
            "start": 1170624366,
            "stop": 1170626301
        },
        {
            "start": 1170626303,
            "stop": 1170634561
        },
        {
            "start": 1170634563,
            "stop": 1170670569
        },
        {
            "start": 1170677563,
            "stop": 1170680718
        },
        {
            "start": 1170693020,
            "stop": 1170700023
        },
        {
            "start": 1170700025,
            "stop": 1170700300
        },
        {
            "start": 1170700302,
            "stop": 1170701305
        },
        {
            "start": 1170701307,
            "stop": 1170702258
        },
        {
            "start": 1170702736,
            "stop": 1170709129
        },
        {
            "start": 1170709131,
            "stop": 1170709284
        },
        {
            "start": 1170709286,
            "stop": 1170709543
        },
        {
            "start": 1170709545,
            "stop": 1170712040
        },
        {
            "start": 1170712042,
            "stop": 1170716450
        }
    ]
}