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=1065
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=1066",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1064",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1065,
    "results": [
        {
            "start": 1253094849,
            "stop": 1253095337
        },
        {
            "start": 1253095342,
            "stop": 1253095345
        },
        {
            "start": 1253095350,
            "stop": 1253095355
        },
        {
            "start": 1253095358,
            "stop": 1253095445
        },
        {
            "start": 1253095450,
            "stop": 1253095632
        },
        {
            "start": 1253095635,
            "stop": 1253095698
        },
        {
            "start": 1253095702,
            "stop": 1253095788
        },
        {
            "start": 1253095792,
            "stop": 1253095964
        },
        {
            "start": 1253095969,
            "stop": 1253095978
        },
        {
            "start": 1253095983,
            "stop": 1253096004
        },
        {
            "start": 1253096008,
            "stop": 1253096102
        },
        {
            "start": 1253096107,
            "stop": 1253096380
        },
        {
            "start": 1253096384,
            "stop": 1253096750
        },
        {
            "start": 1253096755,
            "stop": 1253096812
        },
        {
            "start": 1253096817,
            "stop": 1253096999
        },
        {
            "start": 1253097004,
            "stop": 1253097447
        },
        {
            "start": 1253097451,
            "stop": 1253097864
        },
        {
            "start": 1253097867,
            "stop": 1253098072
        },
        {
            "start": 1253098076,
            "stop": 1253098258
        },
        {
            "start": 1253098262,
            "stop": 1253098312
        }
    ]
}