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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=87",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 88,
    "results": [
        {
            "start": 1133997558,
            "stop": 1134003600
        },
        {
            "start": 1134003608,
            "stop": 1134004024
        },
        {
            "start": 1134004031,
            "stop": 1134004773
        },
        {
            "start": 1134004781,
            "stop": 1134007524
        },
        {
            "start": 1134007538,
            "stop": 1134007545
        },
        {
            "start": 1134007553,
            "stop": 1134007557
        },
        {
            "start": 1134007710,
            "stop": 1134010573
        },
        {
            "start": 1134066213,
            "stop": 1134068212
        },
        {
            "start": 1134074728,
            "stop": 1134076531
        },
        {
            "start": 1134104115,
            "stop": 1134118634
        },
        {
            "start": 1134118642,
            "stop": 1134137496
        },
        {
            "start": 1134137498,
            "stop": 1134143546
        },
        {
            "start": 1134143554,
            "stop": 1134149317
        },
        {
            "start": 1134149319,
            "stop": 1134156863
        },
        {
            "start": 1134158208,
            "stop": 1134159300
        },
        {
            "start": 1134159302,
            "stop": 1134162294
        },
        {
            "start": 1134162302,
            "stop": 1134166828
        },
        {
            "start": 1134166836,
            "stop": 1134175943
        },
        {
            "start": 1134175951,
            "stop": 1134178264
        },
        {
            "start": 1134188991,
            "stop": 1134195798
        }
    ]
}