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=1060
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=1061",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1059",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1060,
    "results": [
        {
            "start": 1136196670,
            "stop": 1136196680
        },
        {
            "start": 1136196681,
            "stop": 1136196684
        },
        {
            "start": 1136196685,
            "stop": 1136196727
        },
        {
            "start": 1136196728,
            "stop": 1136196766
        },
        {
            "start": 1136196767,
            "stop": 1136196780
        },
        {
            "start": 1136196781,
            "stop": 1136196787
        },
        {
            "start": 1136196788,
            "stop": 1136196805
        },
        {
            "start": 1136196806,
            "stop": 1136196831
        },
        {
            "start": 1136196832,
            "stop": 1136196867
        },
        {
            "start": 1136196868,
            "stop": 1136196897
        },
        {
            "start": 1136196898,
            "stop": 1136196923
        },
        {
            "start": 1136196924,
            "stop": 1136196991
        },
        {
            "start": 1136196992,
            "stop": 1136197039
        },
        {
            "start": 1136197040,
            "stop": 1136197065
        },
        {
            "start": 1136197066,
            "stop": 1136197068
        },
        {
            "start": 1136197069,
            "stop": 1136197085
        },
        {
            "start": 1136197086,
            "stop": 1136197098
        },
        {
            "start": 1136197099,
            "stop": 1136197191
        },
        {
            "start": 1136197192,
            "stop": 1136197203
        },
        {
            "start": 1136197204,
            "stop": 1136197227
        }
    ]
}