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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=143",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 144,
    "results": [
        {
            "start": 1131167800,
            "stop": 1131167806
        },
        {
            "start": 1131167807,
            "stop": 1131167820
        },
        {
            "start": 1131167821,
            "stop": 1131167822
        },
        {
            "start": 1131167823,
            "stop": 1131167826
        },
        {
            "start": 1131167827,
            "stop": 1131167855
        },
        {
            "start": 1131167856,
            "stop": 1131167890
        },
        {
            "start": 1131167891,
            "stop": 1131167894
        },
        {
            "start": 1131167895,
            "stop": 1131167942
        },
        {
            "start": 1131167943,
            "stop": 1131167949
        },
        {
            "start": 1131167950,
            "stop": 1131167974
        },
        {
            "start": 1131167975,
            "stop": 1131168020
        },
        {
            "start": 1131168021,
            "stop": 1131168054
        },
        {
            "start": 1131168055,
            "stop": 1131168057
        },
        {
            "start": 1131168058,
            "stop": 1131168075
        },
        {
            "start": 1131168076,
            "stop": 1131168092
        },
        {
            "start": 1131168093,
            "stop": 1131168116
        },
        {
            "start": 1131168117,
            "stop": 1131168160
        },
        {
            "start": 1131168161,
            "stop": 1131168182
        },
        {
            "start": 1131168183,
            "stop": 1131168205
        },
        {
            "start": 1131168206,
            "stop": 1131168215
        }
    ]
}