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=1003
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=1004",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1002",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1003,
    "results": [
        {
            "start": 1251926317,
            "stop": 1251927283
        },
        {
            "start": 1251927286,
            "stop": 1251927972
        },
        {
            "start": 1251927976,
            "stop": 1251928357
        },
        {
            "start": 1251928359,
            "stop": 1251930193
        },
        {
            "start": 1251930198,
            "stop": 1251930986
        },
        {
            "start": 1251930989,
            "stop": 1251931215
        },
        {
            "start": 1251931219,
            "stop": 1251933051
        },
        {
            "start": 1251933056,
            "stop": 1251933259
        },
        {
            "start": 1251933262,
            "stop": 1251933622
        },
        {
            "start": 1251933627,
            "stop": 1251934351
        },
        {
            "start": 1251934354,
            "stop": 1251934432
        },
        {
            "start": 1251934435,
            "stop": 1251936730
        },
        {
            "start": 1251936735,
            "stop": 1251937422
        },
        {
            "start": 1251937426,
            "stop": 1251937533
        },
        {
            "start": 1251937536,
            "stop": 1251938111
        },
        {
            "start": 1251938115,
            "stop": 1251938813
        },
        {
            "start": 1251938818,
            "stop": 1251938913
        },
        {
            "start": 1251938917,
            "stop": 1251939446
        },
        {
            "start": 1251939450,
            "stop": 1251939777
        },
        {
            "start": 1251939784,
            "stop": 1251939900
        }
    ]
}