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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=995",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=993",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 994,
    "results": [
        {
            "start": 1251834858,
            "stop": 1251834899
        },
        {
            "start": 1251834904,
            "stop": 1251834913
        },
        {
            "start": 1251834916,
            "stop": 1251835008
        },
        {
            "start": 1251835013,
            "stop": 1251835165
        },
        {
            "start": 1251835170,
            "stop": 1251835596
        },
        {
            "start": 1251835601,
            "stop": 1251835677
        },
        {
            "start": 1251835682,
            "stop": 1251835787
        },
        {
            "start": 1251835792,
            "stop": 1251835860
        },
        {
            "start": 1251835865,
            "stop": 1251835930
        },
        {
            "start": 1251835936,
            "stop": 1251836024
        },
        {
            "start": 1251836027,
            "stop": 1251836119
        },
        {
            "start": 1251836124,
            "stop": 1251836126
        },
        {
            "start": 1251836129,
            "stop": 1251836281
        },
        {
            "start": 1251836285,
            "stop": 1251836398
        },
        {
            "start": 1251836403,
            "stop": 1251836445
        },
        {
            "start": 1251836449,
            "stop": 1251836722
        },
        {
            "start": 1251836727,
            "stop": 1251836882
        },
        {
            "start": 1251836886,
            "stop": 1251837163
        },
        {
            "start": 1251837168,
            "stop": 1251837438
        },
        {
            "start": 1251837443,
            "stop": 1251838241
        }
    ]
}