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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=23",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 24,
    "results": [
        {
            "start": 1126276234,
            "stop": 1126276560
        },
        {
            "start": 1126276561,
            "stop": 1126276838
        },
        {
            "start": 1126276840,
            "stop": 1126276863
        },
        {
            "start": 1126276864,
            "stop": 1126277124
        },
        {
            "start": 1126277126,
            "stop": 1126277168
        },
        {
            "start": 1126277169,
            "stop": 1126277527
        },
        {
            "start": 1126277528,
            "stop": 1126277557
        },
        {
            "start": 1126277559,
            "stop": 1126277649
        },
        {
            "start": 1126277650,
            "stop": 1126277654
        },
        {
            "start": 1126277656,
            "stop": 1126277900
        },
        {
            "start": 1126277901,
            "stop": 1126278090
        },
        {
            "start": 1126278092,
            "stop": 1126278193
        },
        {
            "start": 1126278195,
            "stop": 1126278216
        },
        {
            "start": 1126278217,
            "stop": 1126278337
        },
        {
            "start": 1126278341,
            "stop": 1126278393
        },
        {
            "start": 1126278394,
            "stop": 1126278428
        },
        {
            "start": 1126278430,
            "stop": 1126278523
        },
        {
            "start": 1126278525,
            "stop": 1126278534
        },
        {
            "start": 1126278537,
            "stop": 1126278543
        },
        {
            "start": 1126278544,
            "stop": 1126278545
        }
    ]
}