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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 64,
    "results": [
        {
            "start": 1172384074,
            "stop": 1172387567
        },
        {
            "start": 1172387571,
            "stop": 1172387592
        },
        {
            "start": 1172388012,
            "stop": 1172395489
        },
        {
            "start": 1172395494,
            "stop": 1172402517
        },
        {
            "start": 1172402523,
            "stop": 1172404228
        },
        {
            "start": 1172410623,
            "stop": 1172412557
        },
        {
            "start": 1172412560,
            "stop": 1172414893
        },
        {
            "start": 1172414894,
            "stop": 1172415837
        },
        {
            "start": 1172415841,
            "stop": 1172418527
        },
        {
            "start": 1172418530,
            "stop": 1172425773
        },
        {
            "start": 1172425779,
            "stop": 1172428894
        },
        {
            "start": 1172428897,
            "stop": 1172431156
        },
        {
            "start": 1172447192,
            "stop": 1172447703
        },
        {
            "start": 1172448396,
            "stop": 1172463759
        },
        {
            "start": 1172470244,
            "stop": 1172472785
        },
        {
            "start": 1172476825,
            "stop": 1172483865
        },
        {
            "start": 1172483869,
            "stop": 1172497076
        },
        {
            "start": 1172497080,
            "stop": 1172500231
        },
        {
            "start": 1172500232,
            "stop": 1172506288
        },
        {
            "start": 1172506812,
            "stop": 1172509108
        }
    ]
}