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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=21",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 22,
    "results": [
        {
            "start": 1238188638,
            "stop": 1238188641
        },
        {
            "start": 1238188645,
            "stop": 1238188655
        },
        {
            "start": 1238188661,
            "stop": 1238188671
        },
        {
            "start": 1238188684,
            "stop": 1238188697
        },
        {
            "start": 1238188700,
            "stop": 1238188705
        },
        {
            "start": 1238188707,
            "stop": 1238188710
        },
        {
            "start": 1238188711,
            "stop": 1238188712
        },
        {
            "start": 1238188714,
            "stop": 1238188722
        },
        {
            "start": 1238188724,
            "stop": 1238188726
        },
        {
            "start": 1238188729,
            "stop": 1238188732
        },
        {
            "start": 1238188733,
            "stop": 1238188734
        },
        {
            "start": 1238188736,
            "stop": 1238188737
        },
        {
            "start": 1238188740,
            "stop": 1238188743
        },
        {
            "start": 1238188745,
            "stop": 1238188746
        },
        {
            "start": 1238188752,
            "stop": 1238188764
        },
        {
            "start": 1238188766,
            "stop": 1238188768
        },
        {
            "start": 1238188769,
            "stop": 1238188774
        },
        {
            "start": 1238188775,
            "stop": 1238188786
        },
        {
            "start": 1238188787,
            "stop": 1238188789
        },
        {
            "start": 1238188792,
            "stop": 1238188800
        }
    ]
}