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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=148",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 149,
    "results": [
        {
            "start": 1131170341,
            "stop": 1131170349
        },
        {
            "start": 1131170350,
            "stop": 1131170376
        },
        {
            "start": 1131170377,
            "stop": 1131170404
        },
        {
            "start": 1131170405,
            "stop": 1131170409
        },
        {
            "start": 1131170410,
            "stop": 1131170445
        },
        {
            "start": 1131170446,
            "stop": 1131170535
        },
        {
            "start": 1131170536,
            "stop": 1131170567
        },
        {
            "start": 1131170568,
            "stop": 1131170633
        },
        {
            "start": 1131170634,
            "stop": 1131170669
        },
        {
            "start": 1131170670,
            "stop": 1131170671
        },
        {
            "start": 1131170672,
            "stop": 1131170747
        },
        {
            "start": 1131170748,
            "stop": 1131170809
        },
        {
            "start": 1131170810,
            "stop": 1131170885
        },
        {
            "start": 1131170886,
            "stop": 1131170889
        },
        {
            "start": 1131170890,
            "stop": 1131170904
        },
        {
            "start": 1131170905,
            "stop": 1131170914
        },
        {
            "start": 1131170915,
            "stop": 1131170925
        },
        {
            "start": 1131170926,
            "stop": 1131171031
        },
        {
            "start": 1131171032,
            "stop": 1131171037
        },
        {
            "start": 1131171038,
            "stop": 1131171048
        }
    ]
}