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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=347",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 348,
    "results": [
        {
            "start": 1251480906,
            "stop": 1251480907
        },
        {
            "start": 1251480934,
            "stop": 1251487381
        },
        {
            "start": 1251487458,
            "stop": 1251487459
        },
        {
            "start": 1251487461,
            "stop": 1251487463
        },
        {
            "start": 1251487464,
            "stop": 1251487467
        },
        {
            "start": 1251487468,
            "stop": 1251487472
        },
        {
            "start": 1251487474,
            "stop": 1251493614
        },
        {
            "start": 1251493615,
            "stop": 1251493617
        },
        {
            "start": 1251493618,
            "stop": 1251493625
        },
        {
            "start": 1251493726,
            "stop": 1251493727
        },
        {
            "start": 1251493733,
            "stop": 1251493735
        },
        {
            "start": 1251493738,
            "stop": 1251493741
        },
        {
            "start": 1251493749,
            "stop": 1251493753
        },
        {
            "start": 1251493755,
            "stop": 1251500743
        },
        {
            "start": 1251507353,
            "stop": 1251520874
        },
        {
            "start": 1251521139,
            "stop": 1251532168
        },
        {
            "start": 1251538098,
            "stop": 1251554433
        },
        {
            "start": 1251585577,
            "stop": 1251646108
        },
        {
            "start": 1251646109,
            "stop": 1251646132
        },
        {
            "start": 1251646176,
            "stop": 1251646177
        }
    ]
}