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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=44",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 45,
    "results": [
        {
            "start": 1238191668,
            "stop": 1238191669
        },
        {
            "start": 1238191670,
            "stop": 1238191683
        },
        {
            "start": 1238191684,
            "stop": 1238191690
        },
        {
            "start": 1238191692,
            "stop": 1238191703
        },
        {
            "start": 1238191705,
            "stop": 1238191710
        },
        {
            "start": 1238191713,
            "stop": 1238191723
        },
        {
            "start": 1238191725,
            "stop": 1238191730
        },
        {
            "start": 1238191732,
            "stop": 1238191740
        },
        {
            "start": 1238191741,
            "stop": 1238191748
        },
        {
            "start": 1238191749,
            "stop": 1238191759
        },
        {
            "start": 1238191762,
            "stop": 1238191771
        },
        {
            "start": 1238191773,
            "stop": 1238191779
        },
        {
            "start": 1238191781,
            "stop": 1238191789
        },
        {
            "start": 1238191791,
            "stop": 1238191797
        },
        {
            "start": 1238191798,
            "stop": 1238191808
        },
        {
            "start": 1238191809,
            "stop": 1238191815
        },
        {
            "start": 1238191816,
            "stop": 1238191818
        },
        {
            "start": 1238191820,
            "stop": 1238191826
        },
        {
            "start": 1238191828,
            "stop": 1238191834
        },
        {
            "start": 1238191836,
            "stop": 1238191841
        }
    ]
}