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=997
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=998",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=996",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 997,
    "results": [
        {
            "start": 1251862691,
            "stop": 1251862754
        },
        {
            "start": 1251862759,
            "stop": 1251862813
        },
        {
            "start": 1251862816,
            "stop": 1251862826
        },
        {
            "start": 1251862831,
            "stop": 1251862893
        },
        {
            "start": 1251862898,
            "stop": 1251863087
        },
        {
            "start": 1251863092,
            "stop": 1251863150
        },
        {
            "start": 1251863154,
            "stop": 1251863987
        },
        {
            "start": 1251863992,
            "stop": 1251864261
        },
        {
            "start": 1251864264,
            "stop": 1251864266
        },
        {
            "start": 1251864270,
            "stop": 1251864648
        },
        {
            "start": 1251864653,
            "stop": 1251865342
        },
        {
            "start": 1251865347,
            "stop": 1251865350
        },
        {
            "start": 1251865353,
            "stop": 1251865907
        },
        {
            "start": 1251865912,
            "stop": 1251867432
        },
        {
            "start": 1251867435,
            "stop": 1251868408
        },
        {
            "start": 1251868412,
            "stop": 1251868972
        },
        {
            "start": 1251868976,
            "stop": 1251869369
        },
        {
            "start": 1251869374,
            "stop": 1251870472
        },
        {
            "start": 1251870477,
            "stop": 1251870545
        },
        {
            "start": 1251870549,
            "stop": 1251870613
        }
    ]
}