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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1889",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1887",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1888,
    "results": [
        {
            "start": 970114546,
            "stop": 970125675
        },
        {
            "start": 970125676,
            "stop": 970128642
        },
        {
            "start": 970128643,
            "stop": 970146601
        },
        {
            "start": 970150347,
            "stop": 970155253
        },
        {
            "start": 970155254,
            "stop": 970162062
        },
        {
            "start": 970162063,
            "stop": 970164094
        },
        {
            "start": 970164095,
            "stop": 970169411
        },
        {
            "start": 970169412,
            "stop": 970169512
        },
        {
            "start": 970171022,
            "stop": 970174373
        },
        {
            "start": 970175589,
            "stop": 970176363
        },
        {
            "start": 970177579,
            "stop": 970188688
        },
        {
            "start": 970190537,
            "stop": 970192416
        },
        {
            "start": 970192417,
            "stop": 970197609
        },
        {
            "start": 970197610,
            "stop": 970210089
        },
        {
            "start": 970211832,
            "stop": 970218138
        },
        {
            "start": 970218139,
            "stop": 970219912
        },
        {
            "start": 970221002,
            "stop": 970227382
        },
        {
            "start": 970228735,
            "stop": 970228759
        },
        {
            "start": 970230445,
            "stop": 970230524
        },
        {
            "start": 970230525,
            "stop": 970236098
        }
    ]
}