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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=162",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 163,
    "results": [
        {
            "start": 1131178392,
            "stop": 1131178401
        },
        {
            "start": 1131178403,
            "stop": 1131178405
        },
        {
            "start": 1131178406,
            "stop": 1131178415
        },
        {
            "start": 1131178416,
            "stop": 1131178418
        },
        {
            "start": 1131178419,
            "stop": 1131178423
        },
        {
            "start": 1131178424,
            "stop": 1131178467
        },
        {
            "start": 1131178468,
            "stop": 1131178495
        },
        {
            "start": 1131178496,
            "stop": 1131178536
        },
        {
            "start": 1131178537,
            "stop": 1131178633
        },
        {
            "start": 1131178634,
            "stop": 1131178742
        },
        {
            "start": 1131178743,
            "stop": 1131178796
        },
        {
            "start": 1131178797,
            "stop": 1131178799
        },
        {
            "start": 1131178800,
            "stop": 1131178803
        },
        {
            "start": 1131178804,
            "stop": 1131178820
        },
        {
            "start": 1131178821,
            "stop": 1131178823
        },
        {
            "start": 1131178824,
            "stop": 1131178861
        },
        {
            "start": 1131178862,
            "stop": 1131178869
        },
        {
            "start": 1131178870,
            "stop": 1131178872
        },
        {
            "start": 1131178873,
            "stop": 1131178982
        },
        {
            "start": 1131178983,
            "stop": 1131178991
        }
    ]
}