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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=78",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 79,
    "results": [
        {
            "start": 1173505226,
            "stop": 1173515859
        },
        {
            "start": 1173515862,
            "stop": 1173523344
        },
        {
            "start": 1173523347,
            "stop": 1173532037
        },
        {
            "start": 1173532040,
            "stop": 1173532495
        },
        {
            "start": 1173532498,
            "stop": 1173538342
        },
        {
            "start": 1173538345,
            "stop": 1173539105
        },
        {
            "start": 1173539108,
            "stop": 1173539158
        },
        {
            "start": 1173539161,
            "stop": 1173539178
        },
        {
            "start": 1173573161,
            "stop": 1173574005
        },
        {
            "start": 1173579478,
            "stop": 1173580473
        },
        {
            "start": 1173583965,
            "stop": 1173589444
        },
        {
            "start": 1173589445,
            "stop": 1173593675
        },
        {
            "start": 1173595651,
            "stop": 1173598446
        },
        {
            "start": 1173598449,
            "stop": 1173598892
        },
        {
            "start": 1173598896,
            "stop": 1173613713
        },
        {
            "start": 1173613716,
            "stop": 1173614512
        },
        {
            "start": 1173614515,
            "stop": 1173616388
        },
        {
            "start": 1173616392,
            "stop": 1173618188
        },
        {
            "start": 1173618192,
            "stop": 1173628492
        },
        {
            "start": 1173630531,
            "stop": 1173637714
        }
    ]
}