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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=51",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 52,
    "results": [
        {
            "start": 1238238763,
            "stop": 1238240769
        },
        {
            "start": 1238240770,
            "stop": 1238241139
        },
        {
            "start": 1238241141,
            "stop": 1238241145
        },
        {
            "start": 1238241150,
            "stop": 1238241181
        },
        {
            "start": 1238241183,
            "stop": 1238241196
        },
        {
            "start": 1238241201,
            "stop": 1238241412
        },
        {
            "start": 1238241413,
            "stop": 1238242110
        },
        {
            "start": 1238242111,
            "stop": 1238242292
        },
        {
            "start": 1238242294,
            "stop": 1238242689
        },
        {
            "start": 1238242690,
            "stop": 1238242842
        },
        {
            "start": 1238242843,
            "stop": 1238243011
        },
        {
            "start": 1238243014,
            "stop": 1238243706
        },
        {
            "start": 1238243711,
            "stop": 1238244368
        },
        {
            "start": 1238244373,
            "stop": 1238244781
        },
        {
            "start": 1238244782,
            "stop": 1238244783
        },
        {
            "start": 1238244785,
            "stop": 1238246392
        },
        {
            "start": 1238246394,
            "stop": 1238247043
        },
        {
            "start": 1238247048,
            "stop": 1238247342
        },
        {
            "start": 1238247343,
            "stop": 1238247737
        },
        {
            "start": 1238247741,
            "stop": 1238247766
        }
    ]
}