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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT1/segments?format=api&page=8",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 9,
    "results": [
        {
            "start": 1240516843,
            "stop": 1240516940
        },
        {
            "start": 1240521907,
            "stop": 1240523333
        },
        {
            "start": 1240523341,
            "stop": 1240525581
        },
        {
            "start": 1240525589,
            "stop": 1240526575
        },
        {
            "start": 1240527326,
            "stop": 1240527917
        },
        {
            "start": 1240527933,
            "stop": 1240528605
        },
        {
            "start": 1240528621,
            "stop": 1240533981
        },
        {
            "start": 1240533997,
            "stop": 1240535285
        },
        {
            "start": 1240535293,
            "stop": 1240538157
        },
        {
            "start": 1240538165,
            "stop": 1240539941
        },
        {
            "start": 1240539949,
            "stop": 1240543157
        },
        {
            "start": 1240543165,
            "stop": 1240546740
        },
        {
            "start": 1240549032,
            "stop": 1240561531
        },
        {
            "start": 1240561539,
            "stop": 1240561547
        },
        {
            "start": 1240561553,
            "stop": 1240561595
        },
        {
            "start": 1240561604,
            "stop": 1240561615
        },
        {
            "start": 1240563204,
            "stop": 1240563871
        },
        {
            "start": 1240563879,
            "stop": 1240564911
        },
        {
            "start": 1240564919,
            "stop": 1240564927
        },
        {
            "start": 1240564935,
            "stop": 1240569615
        }
    ]
}