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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=10",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 11,
    "results": [
        {
            "start": 1238184591,
            "stop": 1238184593
        },
        {
            "start": 1238184594,
            "stop": 1238184606
        },
        {
            "start": 1238184607,
            "stop": 1238184625
        },
        {
            "start": 1238184627,
            "stop": 1238184630
        },
        {
            "start": 1238184631,
            "stop": 1238184643
        },
        {
            "start": 1238184646,
            "stop": 1238184647
        },
        {
            "start": 1238184649,
            "stop": 1238184660
        },
        {
            "start": 1238184662,
            "stop": 1238184666
        },
        {
            "start": 1238184667,
            "stop": 1238184678
        },
        {
            "start": 1238184679,
            "stop": 1238184680
        },
        {
            "start": 1238184683,
            "stop": 1238184696
        },
        {
            "start": 1238184697,
            "stop": 1238184701
        },
        {
            "start": 1238184702,
            "stop": 1238184722
        },
        {
            "start": 1238184724,
            "stop": 1238184732
        },
        {
            "start": 1238184733,
            "stop": 1238184745
        },
        {
            "start": 1238184750,
            "stop": 1238184765
        },
        {
            "start": 1238184768,
            "stop": 1238184784
        },
        {
            "start": 1238184785,
            "stop": 1238184801
        },
        {
            "start": 1238184803,
            "stop": 1238184818
        },
        {
            "start": 1238184823,
            "stop": 1238184844
        }
    ]
}