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/O2/timelines/H1_CBC_CAT2/segments?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=34",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 35,
    "results": [
        {
            "start": 1172076823,
            "stop": 1172082802
        },
        {
            "start": 1172082804,
            "stop": 1172135301
        },
        {
            "start": 1172135803,
            "stop": 1172152802
        },
        {
            "start": 1172154191,
            "stop": 1172183912
        },
        {
            "start": 1172183913,
            "stop": 1172183976
        },
        {
            "start": 1172183977,
            "stop": 1172183999
        },
        {
            "start": 1172184000,
            "stop": 1172184021
        },
        {
            "start": 1172184023,
            "stop": 1172184256
        },
        {
            "start": 1172184258,
            "stop": 1172184411
        },
        {
            "start": 1172184412,
            "stop": 1172184414
        },
        {
            "start": 1172184415,
            "stop": 1172184511
        },
        {
            "start": 1172184516,
            "stop": 1172184717
        },
        {
            "start": 1172184718,
            "stop": 1172184719
        },
        {
            "start": 1172184720,
            "stop": 1172201394
        },
        {
            "start": 1172201395,
            "stop": 1172201409
        },
        {
            "start": 1172201411,
            "stop": 1172201424
        },
        {
            "start": 1172201425,
            "stop": 1172201426
        },
        {
            "start": 1172201427,
            "stop": 1172201429
        },
        {
            "start": 1172201430,
            "stop": 1172201431
        },
        {
            "start": 1172201432,
            "stop": 1172201445
        }
    ]
}