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=1085
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=1086",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1084",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1085,
    "results": [
        {
            "start": 1253331042,
            "stop": 1253331043
        },
        {
            "start": 1253344014,
            "stop": 1253344948
        },
        {
            "start": 1253344953,
            "stop": 1253345926
        },
        {
            "start": 1253345934,
            "stop": 1253346936
        },
        {
            "start": 1253346940,
            "stop": 1253348815
        },
        {
            "start": 1253348819,
            "stop": 1253349190
        },
        {
            "start": 1253349194,
            "stop": 1253352144
        },
        {
            "start": 1253352149,
            "stop": 1253353295
        },
        {
            "start": 1253353297,
            "stop": 1253353951
        },
        {
            "start": 1253353955,
            "stop": 1253360006
        },
        {
            "start": 1253360009,
            "stop": 1253360058
        },
        {
            "start": 1253360062,
            "stop": 1253360104
        },
        {
            "start": 1253360112,
            "stop": 1253360596
        },
        {
            "start": 1253360600,
            "stop": 1253360787
        },
        {
            "start": 1253360791,
            "stop": 1253360872
        },
        {
            "start": 1253360875,
            "stop": 1253360897
        },
        {
            "start": 1253360901,
            "stop": 1253360903
        },
        {
            "start": 1253360908,
            "stop": 1253361047
        },
        {
            "start": 1253361052,
            "stop": 1253361054
        },
        {
            "start": 1253361058,
            "stop": 1253361691
        }
    ]
}