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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=343",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 344,
    "results": [
        {
            "start": 1250879737,
            "stop": 1250879785
        },
        {
            "start": 1250879787,
            "stop": 1250879795
        },
        {
            "start": 1250879799,
            "stop": 1250879835
        },
        {
            "start": 1250879837,
            "stop": 1250879846
        },
        {
            "start": 1250879848,
            "stop": 1250879907
        },
        {
            "start": 1250879908,
            "stop": 1250879909
        },
        {
            "start": 1250879910,
            "stop": 1250879923
        },
        {
            "start": 1250879924,
            "stop": 1250879928
        },
        {
            "start": 1250879929,
            "stop": 1250879932
        },
        {
            "start": 1250879934,
            "stop": 1250879938
        },
        {
            "start": 1250879939,
            "stop": 1250879989
        },
        {
            "start": 1250879990,
            "stop": 1250880264
        },
        {
            "start": 1250880265,
            "stop": 1250880267
        },
        {
            "start": 1250880268,
            "stop": 1250880276
        },
        {
            "start": 1250880277,
            "stop": 1250880278
        },
        {
            "start": 1250880280,
            "stop": 1250881793
        },
        {
            "start": 1250881794,
            "stop": 1250887172
        },
        {
            "start": 1250887173,
            "stop": 1250888430
        },
        {
            "start": 1250888431,
            "stop": 1250892521
        },
        {
            "start": 1250894561,
            "stop": 1250894904
        }
    ]
}