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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=118",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 119,
    "results": [
        {
            "start": 1131156861,
            "stop": 1131156870
        },
        {
            "start": 1131156871,
            "stop": 1131156874
        },
        {
            "start": 1131156875,
            "stop": 1131156887
        },
        {
            "start": 1131156888,
            "stop": 1131156917
        },
        {
            "start": 1131156918,
            "stop": 1131156937
        },
        {
            "start": 1131156938,
            "stop": 1131156946
        },
        {
            "start": 1131156947,
            "stop": 1131156982
        },
        {
            "start": 1131156983,
            "stop": 1131157018
        },
        {
            "start": 1131157019,
            "stop": 1131157021
        },
        {
            "start": 1131157022,
            "stop": 1131157024
        },
        {
            "start": 1131157025,
            "stop": 1131157063
        },
        {
            "start": 1131157064,
            "stop": 1131157070
        },
        {
            "start": 1131157071,
            "stop": 1131157083
        },
        {
            "start": 1131157084,
            "stop": 1131157099
        },
        {
            "start": 1131157100,
            "stop": 1131157118
        },
        {
            "start": 1131157119,
            "stop": 1131157122
        },
        {
            "start": 1131157123,
            "stop": 1131157153
        },
        {
            "start": 1131157154,
            "stop": 1131157155
        },
        {
            "start": 1131157156,
            "stop": 1131157160
        },
        {
            "start": 1131157161,
            "stop": 1131157197
        }
    ]
}