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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 75,
    "results": [
        {
            "start": 1173207542,
            "stop": 1173208958
        },
        {
            "start": 1173208962,
            "stop": 1173215275
        },
        {
            "start": 1173215279,
            "stop": 1173220839
        },
        {
            "start": 1173220842,
            "stop": 1173222630
        },
        {
            "start": 1173222633,
            "stop": 1173224033
        },
        {
            "start": 1173224037,
            "stop": 1173224056
        },
        {
            "start": 1173224059,
            "stop": 1173228410
        },
        {
            "start": 1173228414,
            "stop": 1173231128
        },
        {
            "start": 1173231132,
            "stop": 1173231577
        },
        {
            "start": 1173233419,
            "stop": 1173233454
        },
        {
            "start": 1173233674,
            "stop": 1173238513
        },
        {
            "start": 1173238517,
            "stop": 1173242694
        },
        {
            "start": 1173242698,
            "stop": 1173252945
        },
        {
            "start": 1173252949,
            "stop": 1173261722
        },
        {
            "start": 1173261726,
            "stop": 1173298428
        },
        {
            "start": 1173298437,
            "stop": 1173298438
        },
        {
            "start": 1173298442,
            "stop": 1173298448
        },
        {
            "start": 1173298450,
            "stop": 1173298491
        },
        {
            "start": 1173298494,
            "stop": 1173298555
        },
        {
            "start": 1173298557,
            "stop": 1173298558
        }
    ]
}