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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6209",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6210,
    "results": [
        {
            "start": 874653911,
            "stop": 874653913
        },
        {
            "start": 874653916,
            "stop": 874653958
        },
        {
            "start": 874653961,
            "stop": 874654256
        },
        {
            "start": 874654259,
            "stop": 874654359
        },
        {
            "start": 874654362,
            "stop": 874654369
        },
        {
            "start": 874654372,
            "stop": 874654376
        },
        {
            "start": 874654379,
            "stop": 874654509
        },
        {
            "start": 874654512,
            "stop": 874654513
        },
        {
            "start": 874654516,
            "stop": 874654521
        },
        {
            "start": 874654524,
            "stop": 874654525
        },
        {
            "start": 874654528,
            "stop": 874654801
        },
        {
            "start": 874654809,
            "stop": 874654811
        },
        {
            "start": 874654816,
            "stop": 874655582
        },
        {
            "start": 874655586,
            "stop": 874655686
        },
        {
            "start": 874655687,
            "stop": 874655721
        },
        {
            "start": 874655724,
            "stop": 874656041
        },
        {
            "start": 874656044,
            "stop": 874656938
        },
        {
            "start": 874656941,
            "stop": 874657011
        },
        {
            "start": 874657015,
            "stop": 874657295
        },
        {
            "start": 874657298,
            "stop": 874657789
        }
    ]
}