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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=90",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 91,
    "results": [
        {
            "start": 1238719191,
            "stop": 1238719221
        },
        {
            "start": 1238724450,
            "stop": 1238731467
        },
        {
            "start": 1238731468,
            "stop": 1238768110
        },
        {
            "start": 1238768205,
            "stop": 1238769589
        },
        {
            "start": 1238769693,
            "stop": 1238770007
        },
        {
            "start": 1238770084,
            "stop": 1238771355
        },
        {
            "start": 1238771446,
            "stop": 1238772909
        },
        {
            "start": 1238773020,
            "stop": 1238787953
        },
        {
            "start": 1238791338,
            "stop": 1238791409
        },
        {
            "start": 1238791520,
            "stop": 1238791882
        },
        {
            "start": 1238792079,
            "stop": 1238792137
        },
        {
            "start": 1238792320,
            "stop": 1238792383
        },
        {
            "start": 1238792729,
            "stop": 1238793482
        },
        {
            "start": 1238793911,
            "stop": 1238794848
        },
        {
            "start": 1238797486,
            "stop": 1238798804
        },
        {
            "start": 1238805509,
            "stop": 1238853963
        },
        {
            "start": 1238881624,
            "stop": 1238881664
        },
        {
            "start": 1238884964,
            "stop": 1238888576
        },
        {
            "start": 1238888588,
            "stop": 1238889304
        },
        {
            "start": 1238896163,
            "stop": 1238949101
        }
    ]
}