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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=138",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 139,
    "results": [
        {
            "start": 1131165739,
            "stop": 1131165750
        },
        {
            "start": 1131165751,
            "stop": 1131165789
        },
        {
            "start": 1131165790,
            "stop": 1131165791
        },
        {
            "start": 1131165792,
            "stop": 1131165819
        },
        {
            "start": 1131165820,
            "stop": 1131165848
        },
        {
            "start": 1131165849,
            "stop": 1131165888
        },
        {
            "start": 1131165889,
            "stop": 1131165907
        },
        {
            "start": 1131165908,
            "stop": 1131165927
        },
        {
            "start": 1131165929,
            "stop": 1131165948
        },
        {
            "start": 1131165949,
            "stop": 1131165956
        },
        {
            "start": 1131165957,
            "stop": 1131166001
        },
        {
            "start": 1131166002,
            "stop": 1131166071
        },
        {
            "start": 1131166072,
            "stop": 1131166086
        },
        {
            "start": 1131166087,
            "stop": 1131166093
        },
        {
            "start": 1131166094,
            "stop": 1131166112
        },
        {
            "start": 1131166113,
            "stop": 1131166182
        },
        {
            "start": 1131166183,
            "stop": 1131166187
        },
        {
            "start": 1131166188,
            "stop": 1131166194
        },
        {
            "start": 1131166195,
            "stop": 1131166244
        },
        {
            "start": 1131166245,
            "stop": 1131166254
        }
    ]
}