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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=84",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 85,
    "results": [
        {
            "start": 1238976047,
            "stop": 1238976067
        },
        {
            "start": 1238976068,
            "stop": 1238976072
        },
        {
            "start": 1238976073,
            "stop": 1238976123
        },
        {
            "start": 1238976125,
            "stop": 1238976132
        },
        {
            "start": 1238976135,
            "stop": 1238976220
        },
        {
            "start": 1238976223,
            "stop": 1238976330
        },
        {
            "start": 1238976331,
            "stop": 1238976347
        },
        {
            "start": 1238976350,
            "stop": 1238976355
        },
        {
            "start": 1238976358,
            "stop": 1238976375
        },
        {
            "start": 1238976378,
            "stop": 1238976421
        },
        {
            "start": 1238976425,
            "stop": 1238976427
        },
        {
            "start": 1238976428,
            "stop": 1238976429
        },
        {
            "start": 1238976430,
            "stop": 1238976462
        },
        {
            "start": 1238976463,
            "stop": 1238976493
        },
        {
            "start": 1238976494,
            "stop": 1238976497
        },
        {
            "start": 1238976500,
            "stop": 1238976561
        },
        {
            "start": 1238976563,
            "stop": 1238976567
        },
        {
            "start": 1238976570,
            "stop": 1238976571
        },
        {
            "start": 1238976573,
            "stop": 1238976591
        },
        {
            "start": 1238976599,
            "stop": 1238976653
        }
    ]
}