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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=72",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 73,
    "results": [
        {
            "start": 1238796473,
            "stop": 1238796481
        },
        {
            "start": 1238796482,
            "stop": 1238796491
        },
        {
            "start": 1238796492,
            "stop": 1238796525
        },
        {
            "start": 1238796527,
            "stop": 1238797031
        },
        {
            "start": 1238797038,
            "stop": 1238797733
        },
        {
            "start": 1238797735,
            "stop": 1238797830
        },
        {
            "start": 1238797831,
            "stop": 1238797856
        },
        {
            "start": 1238797859,
            "stop": 1238797862
        },
        {
            "start": 1238797866,
            "stop": 1238797867
        },
        {
            "start": 1238797869,
            "stop": 1238797909
        },
        {
            "start": 1238797911,
            "stop": 1238799298
        },
        {
            "start": 1238799301,
            "stop": 1238799596
        },
        {
            "start": 1238799597,
            "stop": 1238799633
        },
        {
            "start": 1238799636,
            "stop": 1238799698
        },
        {
            "start": 1238799699,
            "stop": 1238799860
        },
        {
            "start": 1238799863,
            "stop": 1238800270
        },
        {
            "start": 1238800272,
            "stop": 1238801024
        },
        {
            "start": 1238801026,
            "stop": 1238801057
        },
        {
            "start": 1238801060,
            "stop": 1238801087
        },
        {
            "start": 1238801089,
            "stop": 1238801106
        }
    ]
}