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_CAT2/segments?format=api&page=32
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=31",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 32,
    "results": [
        {
            "start": 1238189689,
            "stop": 1238189694
        },
        {
            "start": 1238189699,
            "stop": 1238189707
        },
        {
            "start": 1238189708,
            "stop": 1238189715
        },
        {
            "start": 1238189717,
            "stop": 1238189719
        },
        {
            "start": 1238189722,
            "stop": 1238189723
        },
        {
            "start": 1238189724,
            "stop": 1238189726
        },
        {
            "start": 1238189727,
            "stop": 1238189732
        },
        {
            "start": 1238189733,
            "stop": 1238189737
        },
        {
            "start": 1238189738,
            "stop": 1238189742
        },
        {
            "start": 1238189743,
            "stop": 1238189744
        },
        {
            "start": 1238189745,
            "stop": 1238189748
        },
        {
            "start": 1238189751,
            "stop": 1238189768
        },
        {
            "start": 1238189770,
            "stop": 1238189774
        },
        {
            "start": 1238189775,
            "stop": 1238189783
        },
        {
            "start": 1238189784,
            "stop": 1238189788
        },
        {
            "start": 1238189790,
            "stop": 1238189800
        },
        {
            "start": 1238189801,
            "stop": 1238189805
        },
        {
            "start": 1238189808,
            "stop": 1238189823
        },
        {
            "start": 1238189824,
            "stop": 1238189827
        },
        {
            "start": 1238189828,
            "stop": 1238189829
        }
    ]
}