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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=29",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 30,
    "results": [
        {
            "start": 1238189389,
            "stop": 1238189395
        },
        {
            "start": 1238189397,
            "stop": 1238189401
        },
        {
            "start": 1238189405,
            "stop": 1238189408
        },
        {
            "start": 1238189409,
            "stop": 1238189426
        },
        {
            "start": 1238189428,
            "stop": 1238189429
        },
        {
            "start": 1238189430,
            "stop": 1238189431
        },
        {
            "start": 1238189433,
            "stop": 1238189440
        },
        {
            "start": 1238189444,
            "stop": 1238189449
        },
        {
            "start": 1238189450,
            "stop": 1238189456
        },
        {
            "start": 1238189457,
            "stop": 1238189460
        },
        {
            "start": 1238189464,
            "stop": 1238189472
        },
        {
            "start": 1238189474,
            "stop": 1238189480
        },
        {
            "start": 1238189481,
            "stop": 1238189489
        },
        {
            "start": 1238189491,
            "stop": 1238189500
        },
        {
            "start": 1238189502,
            "stop": 1238189505
        },
        {
            "start": 1238189510,
            "stop": 1238189515
        },
        {
            "start": 1238189519,
            "stop": 1238189522
        },
        {
            "start": 1238189524,
            "stop": 1238189526
        },
        {
            "start": 1238189528,
            "stop": 1238189532
        },
        {
            "start": 1238189535,
            "stop": 1238189537
        }
    ]
}