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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1036",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1034",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1035,
    "results": [
        {
            "start": 1252655528,
            "stop": 1252656374
        },
        {
            "start": 1252656377,
            "stop": 1252657650
        },
        {
            "start": 1252657653,
            "stop": 1252657775
        },
        {
            "start": 1252657779,
            "stop": 1252658735
        },
        {
            "start": 1252658739,
            "stop": 1252661964
        },
        {
            "start": 1252661966,
            "stop": 1252663954
        },
        {
            "start": 1252663958,
            "stop": 1252663961
        },
        {
            "start": 1252663969,
            "stop": 1252667205
        },
        {
            "start": 1252667209,
            "stop": 1252667574
        },
        {
            "start": 1252667578,
            "stop": 1252667654
        },
        {
            "start": 1252667657,
            "stop": 1252669712
        },
        {
            "start": 1252669715,
            "stop": 1252672952
        },
        {
            "start": 1252672956,
            "stop": 1252675161
        },
        {
            "start": 1252675163,
            "stop": 1252677930
        },
        {
            "start": 1252677934,
            "stop": 1252679199
        },
        {
            "start": 1252679203,
            "stop": 1252679406
        },
        {
            "start": 1252679411,
            "stop": 1252680960
        },
        {
            "start": 1252680965,
            "stop": 1252681110
        },
        {
            "start": 1252681115,
            "stop": 1252682880
        },
        {
            "start": 1252682885,
            "stop": 1252683830
        }
    ]
}