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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=101",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 102,
    "results": [
        {
            "start": 1238544026,
            "stop": 1238544031
        },
        {
            "start": 1238544036,
            "stop": 1238544037
        },
        {
            "start": 1238544042,
            "stop": 1238544050
        },
        {
            "start": 1238544055,
            "stop": 1238544057
        },
        {
            "start": 1238544062,
            "stop": 1238544449
        },
        {
            "start": 1238544454,
            "stop": 1238544528
        },
        {
            "start": 1238544531,
            "stop": 1238544554
        },
        {
            "start": 1238544558,
            "stop": 1238544745
        },
        {
            "start": 1238544750,
            "stop": 1238545110
        },
        {
            "start": 1238545115,
            "stop": 1238546074
        },
        {
            "start": 1238546077,
            "stop": 1238546086
        },
        {
            "start": 1238546089,
            "stop": 1238546369
        },
        {
            "start": 1238546372,
            "stop": 1238546376
        },
        {
            "start": 1238546380,
            "stop": 1238546917
        },
        {
            "start": 1238546921,
            "stop": 1238547188
        },
        {
            "start": 1238547192,
            "stop": 1238549140
        },
        {
            "start": 1238549144,
            "stop": 1238549914
        },
        {
            "start": 1238549919,
            "stop": 1238549952
        },
        {
            "start": 1238549954,
            "stop": 1238550070
        },
        {
            "start": 1238550076,
            "stop": 1238550152
        }
    ]
}